Skip to content

Commit

Permalink
fix type generatation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaWilkes committed Apr 11, 2023
1 parent 09e69af commit 637e350
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 49 deletions.
10 changes: 8 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,13 @@ components:
description: 'Metadata from provider.toml file for a Provider '
x-stoplight:
id: 1bb8b6403eed2
UploadUrls:
title: UploadUrls
x-stoplight:
id: hezwxxklqr4s4
type: object
additionalProperties:
type: string
requestBodies:
PublishProviderRequest:
content:
Expand Down Expand Up @@ -552,8 +559,7 @@ components:
readmeUploadUrl:
type: string
roleTemplateUploadURLs:
type: object
description: filename is the key and value is the upload URL
$ref: '#/components/schemas/UploadUrls'
required:
- lambdaHandlerUploadUrl
- cloudformationTemplateUploadUrl
Expand Down
150 changes: 103 additions & 47 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 637e350

Please sign in to comment.