Last fix????

This commit is contained in:
DaanV2
2021-06-03 14:40:56 +02:00
parent 54b74596b0
commit 1322a56385

View File

@@ -3,7 +3,7 @@
"title": "Biome Filter 1.11.0",
"description": "TODO",
"oneOf": [
{ "type": "array", "items": { "$ref": "../../../filters/filters.json" } },
{ "type": "object", "$ref": "../../../filters/filters.json" }
{ "type": "array", "items": { "$ref": "../../../entities/filters/filters.json" } },
{ "type": "object", "$ref": "../../../entities/filters/filters.json" }
]
}