Skip to content

Commit

Permalink
schema: forbid additional properties in Author objects
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Jun 4, 2024
1 parent aa706f4 commit 21d2525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions game-schema-d4.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
"definitions": {
"author": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
Expand Down

0 comments on commit 21d2525

Please sign in to comment.