Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions openapi/v1/schemas/job/ImportAFileFromMultipartRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ required:
- studyAccession
- dataClass
type: object
allOf:
- $ref: "#/components/schemas/TransformationParametersForMultipartRequest"
components:
schemas:
TransformationParametersForMultipartRequest:
$ref: "./TransformationParametersForMultipartRequest.yaml"
6 changes: 6 additions & 0 deletions openapi/v1/schemas/job/ImportCellsFromMultipartRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ required:
- studyId
- data
type: object
allOf:
- $ref: "#/components/schemas/TransformationParametersForMultipartRequest"
components:
schemas:
TransformationParametersForMultipartRequest:
$ref: "./TransformationParametersForMultipartRequest.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ required:
- studyId
- metadata
type: object
allOf:
- $ref: "#/components/schemas/TransformationParametersForMultipartRequest"
components:
schemas:
TransformationParametersForMultipartRequest:
$ref: "./TransformationParametersForMultipartRequest.yaml"
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ required:
- studyId
- data
type: object
allOf:
- $ref: "#/components/schemas/TransformationParametersForMultipartRequest"
components:
schemas:
TransformationParametersForMultipartRequest:
$ref: "./TransformationParametersForMultipartRequest.yaml"
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
properties:
sourceAttachmentAccession:
type: string
description: The property is automatically populated by the attachment transformation pipeline and must not be provided during regular multipart uploads.
readOnly: true
transformationName:
type: string
description: The property is automatically populated by the attachment transformation pipeline and must not be provided during regular multipart uploads.
readOnly: true
transformationVersion:
type: string
description: The property is automatically populated by the attachment transformation pipeline and must not be provided during regular multipart uploads.
readOnly: true
type: object
Loading