Skip to content

Commit

Permalink
add schema to publish API
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Apr 11, 2023
1 parent d833498 commit db450e2
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 44 deletions.
6 changes: 6 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,19 @@ components:
description: an array of filenames for role templates to be uploaded
items:
type: string
schema:
$ref: '#/components/schemas/Schema'
meta:
$ref: '#/components/schemas/ProviderMetaInfo'
dev:
type: boolean
required:
- publisher
- name
- version
- roleFiles
- schema
- meta
responses:
HealthResponse:
description: Healthcheck response body.
Expand Down
94 changes: 50 additions & 44 deletions pkg/providerregistrysdk/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db450e2

Please sign in to comment.