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 Dec 12, 2023
1 parent d442edc commit 7ac9eb6
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@ -29,6 +29,12 @@ properties:
description: >-
Name of the region in the cloud service provider that the object belongs to.
example: us-east-1
storage:
type: string
description: >-
Type of storage of file in the cloud.
Cold defines that this file is not accessible as its in offline/archival storage.
example: cold
authorizations:
allOf:
- $ref: './Authorizations.yaml'
Expand Down
5 changes: 5 additions & 0 deletions preview/feature/issue-395-cold-storage/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,11 @@
"description": "Name of the region in the cloud service provider that the object belongs to.",
"example": "us-east-1"
},
"storage": {
"type": "string",
"description": "Type of storage of file in the cloud. Cold defines that this file is not accessible as its in offline/archival storage.",
"example": "cold"
},
"authorizations": {
"allOf": [
{
Expand Down
6 changes: 6 additions & 0 deletions preview/feature/issue-395-cold-storage/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1586,6 +1586,12 @@ components:
Name of the region in the cloud service provider that the object
belongs to.
example: us-east-1
storage:
type: string
description: >-
Type of storage of file in the cloud. Cold defines that this file is
not accessible as its in offline/archival storage.
example: cold
authorizations:
allOf:
- $ref: '#/components/schemas/Authorizations'
Expand Down

0 comments on commit 7ac9eb6

Please sign in to comment.