Skip to content

Commit

Permalink
chore(test): recompile schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed May 17, 2022
1 parent aa82ed7 commit b8351fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions _schema-fast/homebrew.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"version": "1.7.4",
"version": "1.8.0",
"type": "object",
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
"definitions": {
Expand Down Expand Up @@ -280,7 +280,9 @@
}
},
"required": [
"sources"
"sources",
"dateAdded",
"dateLastModified"
],
"additionalProperties": false
},
Expand Down
6 changes: 4 additions & 2 deletions _schema/homebrew.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"version": "1.7.4",
"version": "1.8.0",
"type": "object",
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
"definitions": {
Expand Down Expand Up @@ -282,7 +282,9 @@
}
},
"required": [
"sources"
"sources",
"dateAdded",
"dateLastModified"
],
"additionalProperties": false
},
Expand Down

0 comments on commit b8351fb

Please sign in to comment.