Skip to content

Commit 5ac9e43

Browse files
committed
Workaround for broken validation
This has broken the validation completely. Don't know why, other places with the same approach work ok.
1 parent 48d52fc commit 5ac9e43

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

schemas/oxc/MapBlock.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"type": "object",
55
"additionalProperties": false,
6-
"oneOf": [
7-
{ "required": [ "name" ] }
8-
],
6+
"required": [ "name" ],
97
"properties": {
108
"name": {
119
"type": "string"

0 commit comments

Comments
 (0)