File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 77 "schemaVersion" : {
88 "description" : " This field specifies the image manifest schema version as an integer" ,
99 "id" : " https://opencontainers.org/schema/image/manifest/schemaVersion" ,
10- "type" : " integer"
10+ "type" : " integer" ,
11+ "minimum" : 2 ,
12+ "maximum" : 2
1113 },
1214 "mediaType" : {
1315 "id" : " https://opencontainers.org/schema/image/manifest/mediaType" ,
14- "$ref" : " defs-image.json#/definitions/mediaType"
16+ "type" : " string" ,
17+ "enum" : [
18+ " application/vnd.oci.image.manifest.v1+json"
19+ ]
1520 },
1621 "config" : {
1722 "$ref" : " content-descriptor.json"
Original file line number Diff line number Diff line change 77 "schemaVersion" : {
88 "description" : " This field specifies the image manifest-list schema version as an integer" ,
99 "id" : " https://opencontainers.org/schema/image/manifest-list/schemaVersion" ,
10- "type" : " integer"
10+ "type" : " integer" ,
11+ "minimum" : 2 ,
12+ "maximum" : 2
1113 },
1214 "mediaType" : {
1315 "id" : " https://opencontainers.org/schema/image/manifest-list/mediaType" ,
14- "$ref" : " defs-image.json#/definitions/mediaType"
16+ "type" : " string" ,
17+ "enum" : [
18+ " application/vnd.oci.image.manifest.list.v1+json"
19+ ]
1520 },
1621 "manifests" : {
1722 "type" : " array" ,
You can’t perform that action at this time.
0 commit comments