more swagger updates for beta-3
parent
1c4a3b8050
commit
ebce940e82
|
@ -7145,18 +7145,24 @@ components:
|
||||||
type: string
|
type: string
|
||||||
package:
|
package:
|
||||||
$ref: "#/components/schemas/Pkg"
|
$ref: "#/components/schemas/Pkg"
|
||||||
|
packages:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
$ref: "#/components/schemas/Pkg"
|
||||||
secrets:
|
secrets:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
remote:
|
remotes:
|
||||||
type: object
|
type: array
|
||||||
properties:
|
items:
|
||||||
url:
|
type: object
|
||||||
type: string
|
properties:
|
||||||
contentType:
|
url:
|
||||||
type: string
|
type: string
|
||||||
required: ["url"]
|
contentType:
|
||||||
|
type: string
|
||||||
|
required: ["url"]
|
||||||
PkgCreate:
|
PkgCreate:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in New Issue