20 lines
316 B
JSON
20 lines
316 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"element": {
|
|
"$ref": "#/$defs/element"
|
|
}
|
|
},
|
|
"$defs": {
|
|
"element": {
|
|
"type": "array",
|
|
"items": [
|
|
{
|
|
"$comment": "the comment should not lead to fail of loading schema",
|
|
"type": "number"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|