more swagger updates for beta-3

pull/747/head
Scott Anderson 2020-02-07 09:16:20 -07:00
parent 1c4a3b8050
commit ebce940e82
1 changed files with 14 additions and 8 deletions

View File

@ -7145,18 +7145,24 @@ components:
type: string
package:
$ref: "#/components/schemas/Pkg"
packages:
type: array
items:
$ref: "#/components/schemas/Pkg"
secrets:
type: object
additionalProperties:
type: string
remote:
type: object
properties:
url:
type: string
contentType:
type: string
required: ["url"]
remotes:
type: array
items:
type: object
properties:
url:
type: string
contentType:
type: string
required: ["url"]
PkgCreate:
type: object
properties: