diff --git a/packages/api/src/schema/api-schema.yaml b/packages/api/src/schema/api-schema.yaml index 0569c5f454..236d0e1c37 100644 --- a/packages/api/src/schema/api-schema.yaml +++ b/packages/api/src/schema/api-schema.yaml @@ -2678,13 +2678,6 @@ components: targetSegmentSizeSecs: $ref: >- #/components/schemas/new-asset-payload/properties/targetSegmentSizeSecs - objectStoreId: - type: string - description: Object store ID where the asset is stored - writeOnly: true - example: 09F8B46C-61A0-4254-9875-F71F4C605BC7 - catalystPipelineStrategy: - $ref: "#/components/schemas/task/properties/params/properties/upload/properties/catalystPipelineStrategy" paths: /stream: diff --git a/packages/api/src/schema/db-schema.yaml b/packages/api/src/schema/db-schema.yaml index 9a8abbafaa..a192dcc0b8 100644 --- a/packages/api/src/schema/db-schema.yaml +++ b/packages/api/src/schema/db-schema.yaml @@ -1385,3 +1385,12 @@ components: type: string timestamp: type: integer + new-asset-from-url-payload: + properties: + objectStoreId: + type: string + description: Object store ID where the asset is stored + writeOnly: true + example: 09F8B46C-61A0-4254-9875-F71F4C605BC7 + catalystPipelineStrategy: + $ref: "#/components/schemas/task/properties/params/properties/upload/properties/catalystPipelineStrategy"