Skip to content

Commit 21d2525

Browse files
committed
schema: forbid additional properties in Author objects
1 parent aa706f4 commit 21d2525

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

game-schema-d4.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
"definitions": {
211211
"author": {
212212
"type": "object",
213+
"additionalProperties": false,
213214
"properties": {
214215
"name": {
215216
"type": "string",

0 commit comments

Comments
 (0)