Skip to content

Commit

Permalink
Force schema_version to match the schema it came from
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Buker <[email protected]>
  • Loading branch information
joshbuker committed Mar 29, 2023
1 parent 92001ed commit 2b20fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validation/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "object",
"properties": {
"schema_version": {
"type": "string"
"type": "string",
"enum": ["1.4.1"]
},
"id": {
"type": "string"
Expand Down

0 comments on commit 2b20fca

Please sign in to comment.