Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
@@ -11339,14 +11339,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:
- URLs:
+ urls:
type: "array"
items:
@@ -11357,17 +11357,17 @@ paths:
type: "object"
- Architecture:
+ architecture:
- OS:
+ os:
- OSVersion:
+ os.version:
- OSFeatures:
+ os.features:
- Variant:
+ variant:
Features:
@@ -11382,12 +11382,12 @@ paths:
URLs:
- ""
Platforms:
- - Architecture: "amd64"
- OS: "linux"
- OSVersion: ""
+ - architecture: "amd64"
+ os: "linux"
+ os.version: ""
- Variant: ""
+ variant: ""
401: