Fixing reference?

This commit is contained in:
DaanV2
2021-11-01 10:46:46 +01:00
parent 495e33d38f
commit b4cba73085

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" }
]
}