Skip to content

Commit

Permalink
update zarf schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Feb 8, 2022
1 parent abb8095 commit 45fa14e
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions zarf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"required": [
"terminal",
"user",
"architecture",
"timestamp",
"string"
],
Expand All @@ -16,6 +17,9 @@
"user": {
"type": "string"
},
"architecture": {
"type": "string"
},
"timestamp": {
"type": "string"
},
Expand Down Expand Up @@ -229,10 +233,6 @@
"type": "object"
},
"ZarfMetadata": {
"required": [
"url:omitempty",
"image:omitempty"
],
"properties": {
"name": {
"type": "string"
Expand All @@ -243,14 +243,17 @@
"version": {
"type": "string"
},
"url:omitempty": {
"url": {
"type": "string"
},
"image:omitempty": {
"image": {
"type": "string"
},
"uncompressed": {
"type": "boolean"
},
"architecture": {
"type": "string"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 45fa14e

Please sign in to comment.