ideditor / schema-builder

🏗🏷 Create tagging schemas for iD
ISC License
12 stars 16 forks source link

schemas/field: Fix `prerequisiteTag` #81

Closed tordans closed 1 year ago

tordans commented 1 year ago

https://json-schema.org/understanding-json-schema/reference/combining.html#anyof suggest, that the additional type key should not be there.

I tested that locally in id-tagging-schema by modifying my node_modules file (and reloading the extensions in VS Code) and that god rid of the error from #80.

Fixes https://github.com/ideditor/schema-builder/issues/80