Seems that references ($ref) that contain the space character do not compile correctly. Spaces seem to work in other public online JSV validators. Should this crate support that as well or is there a reason (e.g. any of the underlying specifications go against that idea) that it does not?
JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$ref": "#/ar ray",
"ar ray": {
"type": "array"
}
}
Public online JSV validator: https://www.jsonschemavalidator.net/
Seems that references (
$ref) that contain the space characterdo not compile correctly. Spaces seem to work in other public online JSV validators. Should this crate support that as well or is there a reason (e.g. any of the underlying specifications go against that idea) that it does not?JSON schema
Public online JSV validator: https://www.jsonschemavalidator.net/