ideditor / schema-builder

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

Schema shows warning for `prerequisiteTag` #80

Closed tordans closed 1 year ago

tordans commented 1 year ago

When I look at https://github.com/openstreetmap/id-tagging-schema/blob/main/data/fields/charge_toll.json#L6-L9 in VS Code, I see a warning:

image

The format looks right when compared to the docs https://github.com/ideditor/schema-builder/blob/main/README.md?plain=1#L605-L630.

The schema https://github.com/ideditor/schema-builder/blob/main/schemas/field.json#L169-L205 does look fine as well.

And my id-tagging-schema node_modules show the same schema version, so it's not some missmatch there.