opengeospatial / styles-and-symbology

OGC Styles & Symbology Standards
Other
11 stars 6 forks source link

Minor updates to CartoSym-JSON.schema.json #56

Closed KaiVolland closed 2 months ago

KaiVolland commented 2 months ago

This adds two minor changes to the JSON schema of the CartoSym.

  1. It fixes a broken ref to the anyExpression definition
  2. It replaces the toplevel "$ref" with "allOf": [ … ]

The impact of this change shoud be quite small but follows a bit stricter to the spec as some software will fail on parsing this schema.

jerstlouis commented 2 months ago

@KaiVolland Thanks for the fix! Was the intent to remove the duplicate anyExpression?

KaiVolland commented 2 months ago

Hey I didnt even recognized that this was doubled. The intent was indeed the Link to the der. But i guess the duplication ist also false?

jerstlouis commented 2 months ago

Yes, that duplicate anyExpression didn't make much sense. Fixed that as well. Thanks again!