From d893e671d7d7e7486679d48282dcf3f2ff692d14 Mon Sep 17 00:00:00 2001 From: "Deployment Bot (from Travis CI)" Date: Wed, 11 Sep 2024 03:43:41 +0000 Subject: [PATCH] Deploy ga4gh/data-repository-service-schemas to github.com/ga4gh/data-repository-service-schemas.git:gh-pages --- openapi/components/schemas/AccessMethod.yaml | 6 ++++++ .../issue-400-simplified-cloud-location/openapi.json | 5 +++++ .../issue-400-simplified-cloud-location/openapi.yaml | 7 +++++++ 3 files changed, 18 insertions(+) diff --git a/openapi/components/schemas/AccessMethod.yaml b/openapi/components/schemas/AccessMethod.yaml index 838db8b0..c6ffd09f 100644 --- a/openapi/components/schemas/AccessMethod.yaml +++ b/openapi/components/schemas/AccessMethod.yaml @@ -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: >- diff --git a/preview/feature/issue-400-simplified-cloud-location/openapi.json b/preview/feature/issue-400-simplified-cloud-location/openapi.json index de49e82d..e7d38b66 100644 --- a/preview/feature/issue-400-simplified-cloud-location/openapi.json +++ b/preview/feature/issue-400-simplified-cloud-location/openapi.json @@ -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.", diff --git a/preview/feature/issue-400-simplified-cloud-location/openapi.yaml b/preview/feature/issue-400-simplified-cloud-location/openapi.yaml index 2d86360f..5d2e8e86 100644 --- a/preview/feature/issue-400-simplified-cloud-location/openapi.yaml +++ b/preview/feature/issue-400-simplified-cloud-location/openapi.yaml @@ -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: >-