Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalthaj committed Jun 3, 2024
1 parent 35e6941 commit 0654c22
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions openapi/golem-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1865,18 +1865,27 @@ paths:
$ref: '#/components/schemas/ErrorBody'
components:
schemas:
ApiDeployment:
ApiDefinitionInfo:
type: object
properties:
apiDefinitionId:
id:
type: string
version:
type: string
required:
- id
- version
ApiDeployment:
type: object
properties:
apiDefinitions:
type: array
items:
$ref: '#/components/schemas/ApiDefinitionInfo'
site:
$ref: '#/components/schemas/ApiSite'
required:
- apiDefinitionId
- version
- apiDefinitions
- site
ApiSite:
type: object
Expand Down

0 comments on commit 0654c22

Please sign in to comment.