Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion openapi/v1/schemas/job/ImportAFileRequest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
example:
source: HTTP
metadataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-object-metadata.tsv
dataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-object.pdf
studyAccession: GSF334953
Expand All @@ -12,6 +11,7 @@ properties:
- LOCAL
example: HTTP
type: string
description: The source parameter is ignored and will be removed in version 1.61. The source is automatically extracted from the link
metadataLink:
example: https://mybucket.s3.amazonaws.com/my-experiment/my-object-metadata.tsv
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
allOf:
- $ref: "#/components/schemas/ImportSignalRunRequest"
example:
source: HTTP
metadataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-omics-metadata.tsv
dataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-omics-data.gz
templateId: GSF334953
Expand Down
2 changes: 1 addition & 1 deletion openapi/v1/schemas/job/ImportMetadataRequest.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
example:
source: HTTP
metadataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-object-metadata.tsv
templateId: GSF334953
properties:
Expand All @@ -10,6 +9,7 @@ properties:
- LOCAL
example: HTTP
type: string
description: The source parameter is ignored and will be removed in version 1.61. The source is automatically extracted from the link
metadataLink:
example: https://mybucket.s3.amazonaws.com/my-experiment/my-object-metadata.tsv
type: string
Expand Down
2 changes: 1 addition & 1 deletion openapi/v1/schemas/job/ImportSignalRunRequest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
description: import signal data request
example:
source: HTTP
metadataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-omics-metadata.tsv
dataLink: https://mybucket.s3.amazonaws.com/my-experiment/my-omics-data.gz
templateId: GSF334953
Expand All @@ -13,6 +12,7 @@ properties:
- LOCAL
example: HTTP
type: string
description: The source parameter is ignored and will be removed in version 1.61. The source is automatically extracted from the link
metadataLink:
example: https://mybucket.s3.amazonaws.com/my-experiment/my-omics-metadata.tsv
type: string
Expand Down