Skip to content

Commit

Permalink
Update schema per PR #51 feedback from @oliverchang
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Buker <crypto@joshbuker.com>
  • Loading branch information
joshbuker committed Oct 6, 2022
1 parent af30ebc commit 992f101
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions validation/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
]
},
"schema_version": {
"type": "string",
"enum": [
"1.2.0"
]
"type": "string"
},
"id": {
"type": "string"
Expand Down Expand Up @@ -309,8 +306,6 @@
}
},
"required": [
"schema_format",
"schema_version",
"id",
"modified"
]
Expand Down

0 comments on commit 992f101

Please sign in to comment.