Skip to content

Commit ae663e6

Browse files
Fix: add missing required field for element schema
1 parent 525fff8 commit ae663e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/schema/v1/definition.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"$ref": "#/$defs/element"
9292
}
9393
}
94-
}
94+
},
95+
"required": ["type"]
9596
},
9697
"colorAttribute": {
9798
"anyOf": [

0 commit comments

Comments
 (0)