glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.76k stars 1.04k forks source link

Escaped slashes in keys are not understood #2591

Open Mailaender opened 1 month ago

Mailaender commented 1 month ago
quicktype -s schema http://purl.allotrope.org/json-schemas/adm/lc-ms/REC/2023/09/lc-ms.tabular.schema 
Error: Key m~1z not in schema object at http://purl.allotrope.org/json-schemas/qudt/REC/2023/09/units.schema#m~1z.

excerpt

"m/z": {
  "$asm.property-class": "http://purl.allotrope.org/ontologies/result#AFR_0001868",
  "$asm.pattern": "quantity datum",
  "allOf": [
    {
      "$ref": "http://purl.allotrope.org/json-schemas/adm/core/REC/2023/09/core.schema#/$defs/tQuantityValue"
    },
    {
      "$ref": "http://purl.allotrope.org/json-schemas/qudt/REC/2023/09/units.schema#/$defs/m~1z"
    }
  ]
},