Fixing circular ref

This commit is contained in:
DaanV2
2023-11-04 19:36:05 +01:00
parent 322f89d9be
commit 21d1724c68
3 changed files with 286 additions and 286 deletions

View File

@@ -1,18 +0,0 @@
{
"title": "Controls",
"description": "The controls that are contained within this element.",
"anyOf": [
{
"type": "array",
"items": {
"additionalProperties": {
"title": "Sub Element",
"$ref": "../../grouped-ui.json"
}
}
},
{
"$ref": "../../general/item_ref.json"
}
]
}