Skip to content

Commit

Permalink
Deploy ga4gh/data-repository-service-schemas to github.com/ga4gh/data…
Browse files Browse the repository at this point in the history
…-repository-service-schemas.git:gh-pages
  • Loading branch information
traviscibot committed Sep 11, 2024
1 parent eabfbe8 commit d893e67
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/components/schemas/AccessMethod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ properties:
An arbitrary string to be passed to the `/access` method to get an `AccessURL`.
This string must be unique within the scope of a single object.
Note that at least one of `access_url` and `access_id` must be provided.
cloud:
type: string
description: >-
Name of the cloud service provider that the object belongs to.
If the cloud service is Amazon Web Services, Google Cloud Platform or Azure the values should be `aws`, `gcp`, or `azure` respectively.
example: aws, gcp, or azure
region:
type: string
description: >-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,11 @@
"type": "string",
"description": "An arbitrary string to be passed to the `/access` method to get an `AccessURL`. This string must be unique within the scope of a single object. Note that at least one of `access_url` and `access_id` must be provided."
},
"cloud": {
"type": "string",
"description": "Name of the cloud service provider that the object belongs to. If the cloud service is Amazon Web Services, Google Cloud Platform or Azure the values should be `aws`, `gcp`, or `azure` respectively.",
"example": "aws, gcp, or azure"
},
"region": {
"type": "string",
"description": "Name of the region in the cloud service provider that the object belongs to.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,13 @@ components:
`AccessURL`. This string must be unique within the scope of a single
object. Note that at least one of `access_url` and `access_id` must
be provided.
cloud:
type: string
description: >-
Name of the cloud service provider that the object belongs to. If
the cloud service is Amazon Web Services, Google Cloud Platform or
Azure the values should be `aws`, `gcp`, or `azure` respectively.
example: aws, gcp, or azure
region:
type: string
description: >-
Expand Down

0 comments on commit d893e67

Please sign in to comment.