This commit is contained in:
DaanV2
2021-11-01 10:47:24 +01:00
parent 19f738f4d1
commit a7a4fe9bf0

View File

@@ -4,7 +4,7 @@
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "array", "items": { "$ref": "../../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../../entities/filters/filters.json" }
{ "type": "array", "items": { "$ref": "../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../entities/filters/filters.json" }
]
}