Skip to content

Commit 5b821e3

Browse files
committed
chore: Disallow additional properties in JSON schema
1 parent 7ec02fb commit 5b821e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/schema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,9 @@
163163
"enum": ["brief", "source"],
164164
"default": "brief"
165165
}
166-
}
166+
},
167+
"additionalProperties": false
167168
}
168-
}
169+
},
170+
"additionalProperties": false
169171
}

0 commit comments

Comments
 (0)