CategoryConversionFileChangeRequestsStructure

Version #1

Description:

All the changes which should be applied to the category files to transition the system to the requested state.

Fields:

  • current: ResourceCategorySnapshotStructure:v1 [Optional]
    Default: null
    Description: A currently stored snapshot of the category. (Before the modification.)
  • desired: 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.
  • requests: Array< ConversionFileChangeRequestStructure:v1 > [Optional]
    Default: No changes
    Description: Defines the changes which should be applied to the converted files to transition the system to the new state, according to the new snapshot.
  • resourceRequests: Array< ResourceFileChangeRequestStructure:v1 > [Optional]
    Default: No changes
    Description: Defines the changes which should be applied to the origin resource files to transition the system to the new state, according to the new snapshot.