Skip to content

Commit 96b76cb

Browse files
committed
forbid properties that are not described in schema
1 parent 4f8d826 commit 96b76cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema.json

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"minimum": 0
107107
}
108108
},
109+
"additionalProperties": false,
109110
"required": [
110111
"guidance",
111112
"effort"
@@ -127,13 +128,15 @@
127128
"maxLength": 255
128129
}
129130
},
131+
"additionalProperties": false,
130132
"required": [
131133
"url",
132134
"title"
133135
]
134136
}
135137
}
136138
},
139+
"additionalProperties": false,
137140
"required": [
138141
"id",
139142
"title",

0 commit comments

Comments
 (0)