You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to see support added for the $ref keyword. I have several error messages that are used throughout my schemas, and it would be helpful to only have to define them once.
// error schema{"$id": "errors","string": "must be a string","basicObject": {"type": {"$ref": "#/string"}}}// schema{"type": "string","errorMessage": {"$ref": "errors#/basicObject"}}
The text was updated successfully, but these errors were encountered:
I would love to see support added for the
$ref
keyword. I have several error messages that are used throughout my schemas, and it would be helpful to only have to define them once.The text was updated successfully, but these errors were encountered: