Skip to content

Commit 9eae387

Browse files
committed
schema: remove additional properties
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent c908e7a commit 9eae387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"type": "object",
4-
"additionalProperties": true,
4+
"additionalProperties": false,
55
"required": ["creators", "access_right"],
66
"properties": {
77
"title": { "type": "string" },

0 commit comments

Comments
 (0)