Fix swagger docs to match the opencontainers image-spec
Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 62cf748df9
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
13cbf7fbb7
commit
012fdff916
1 changed files with 14 additions and 14 deletions
|
@ -11126,14 +11126,14 @@ paths:
|
|||
description: |
|
||||
A descriptor struct containing digest, media type, and size.
|
||||
properties:
|
||||
MediaType:
|
||||
mediaType:
|
||||
type: "string"
|
||||
Size:
|
||||
size:
|
||||
type: "integer"
|
||||
format: "int64"
|
||||
Digest:
|
||||
digest:
|
||||
type: "string"
|
||||
URLs:
|
||||
urls:
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
|
@ -11144,17 +11144,17 @@ paths:
|
|||
items:
|
||||
type: "object"
|
||||
properties:
|
||||
Architecture:
|
||||
architecture:
|
||||
type: "string"
|
||||
OS:
|
||||
os:
|
||||
type: "string"
|
||||
OSVersion:
|
||||
os.version:
|
||||
type: "string"
|
||||
OSFeatures:
|
||||
os.features:
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
Variant:
|
||||
variant:
|
||||
type: "string"
|
||||
Features:
|
||||
type: "array"
|
||||
|
@ -11169,12 +11169,12 @@ paths:
|
|||
URLs:
|
||||
- ""
|
||||
Platforms:
|
||||
- Architecture: "amd64"
|
||||
OS: "linux"
|
||||
OSVersion: ""
|
||||
OSFeatures:
|
||||
- architecture: "amd64"
|
||||
os: "linux"
|
||||
os.version: ""
|
||||
os.features:
|
||||
- ""
|
||||
Variant: ""
|
||||
variant: ""
|
||||
Features:
|
||||
- ""
|
||||
401:
|
||||
|
|
Loading…
Reference in a new issue