This commit is contained in:
DaanV2
2021-06-03 14:39:55 +02:00
parent 6f0c038489
commit 54b74596b0

View File

@@ -3,7 +3,7 @@
"title": "Biome Filter 1.8.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" }
]
}