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
$schema must be accessible from every Schema Object without traversing it's parents. We'll use meta of Schema Element to store this information there. This needs to be implemented on refractor level and no resolution should be done at this phase.
The text was updated successfully, but these errors were encountered:
This plugin transforms all Schema Elements in advance
and assigns information about inherited JSON Schema dialect to Schema Element.
One only has to inspect $schema property of Schema Element or
look into inherited meta property (inherited$schema) to determine
actual dialect of the Schema Element.
Closes#362
This plugin transforms all Schema Elements in advance
and assigns information about inherited JSON Schema dialect to Schema Element.
One only has to inspect $schema property of Schema Element or
look into inherited meta property (inherited$schema) to determine
actual dialect of the Schema Element.
Closes#362
$schema
must be accessible from every Schema Object without traversing it's parents. We'll usemeta
of Schema Element to store this information there. This needs to be implemented on refractor level and no resolution should be done at this phase.The text was updated successfully, but these errors were encountered: