You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zarf.schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1076,6 +1076,13 @@
1076
1076
"aggregateChecksum": {
1077
1077
"type": "string",
1078
1078
"description": "Checksum of a checksums.txt file that contains checksums all the layers within the package."
1079
+
},
1080
+
"annotations": {
1081
+
"additionalProperties": {
1082
+
"type": "string"
1083
+
},
1084
+
"type": "object",
1085
+
"description": "Annotations contains arbitrary metadata about the package.\nUsers are encouraged to follow OCI image-spec https://github.com/opencontainers/image-spec/blob/main/annotations.md"
0 commit comments