Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped slashes in keys are not understood #2591

Open
Mailaender opened this issue May 11, 2024 · 0 comments
Open

Escaped slashes in keys are not understood #2591

Mailaender opened this issue May 11, 2024 · 0 comments
Labels

Comments

@Mailaender
Copy link

Mailaender commented May 11, 2024

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"
    }
  ]
},
@Mailaender Mailaender added the bug label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant