Skip to content

Commit 7a9efbd

Browse files
committed
manifest schema: add the missing subject field
Fixes: #1018 This seems to have been missed through the WG PR. Signed-off-by: Vincent Batts <[email protected]>
1 parent e7236d5 commit 7a9efbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/image-manifest-schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"config": {
1919
"$ref": "content-descriptor.json"
2020
},
21+
"subject": {
22+
"$ref": "content-descriptor.json"
23+
},
2124
"layers": {
2225
"type": "array",
2326
"minItems": 1,

0 commit comments

Comments
 (0)