glideapps / glideapps/quicktype
Escaped slashes in keys are not understood
- Dominant language
- TypeScript
- Stars
- 13.9k
- Forks
- 1.2k
- Avg merge
- 8h 53m
- Merged PRs (30d)
- 369
Description
```
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
```json
"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"
}
]
},
```
Contributor guide
Assessment
This issue has not been assessed yet.