SingleResourceConversionInputStructure

Version #1

Description:

This data will be passed to the single resource converter flow’s input.

Fields:

  • appliedChanges: AppliedResourceCategoryChangesStructure:v1 [Required]
    Description: What changes were applied to the current to get the newState. You should use this to easily decide what has changed without having to check it manually.
  • current: ResourceCategorySnapshotStructure:v1 [Optional]
    Default: null
    Description: A currently stored snapshot of the category. (Before the modification.)
  • forceConvert: Boolean [Optional]
    Default: false
    Description: When turned on the conversion should regenerate every file. So no Keep requests should be returned for converted files.
  • newState: ResourceCategorySnapshotStructure:v1 [Optional]
    Default: null
    Description: The desired state of the category. This is the patched version of the current. After the conversion the system should represent this state.
  • targetResource: String [Required]
    Description: References the resource (by it’s id) which should be converted. SingleResourceConversion should only convert 1 resource at once. IMPORTANT You may use the other resource’s data but only provide the conversion of the targeted one on the output.

In use by: