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
Hi all,
I was wondering whether it is possible to validate individual types of a schema.
I have a json schema that contains an object description that is used on its own in another context.
I can access the schema of this object via e.g. using JSONProp(), but running validate is unsuccessful. This is because some "$refs" are defined higher up in the schema tree and therefore cannot be resolved.
In theory, this can be solved by splitting up the original schema, but I was wondering whether this is already possible today using jsonschema?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi all,
I was wondering whether it is possible to validate individual types of a schema.
I have a json schema that contains an object description that is used on its own in another context.
I can access the schema of this object via e.g. using
JSONProp()
, but running validate is unsuccessful. This is because some "$refs" are defined higher up in the schema tree and therefore cannot be resolved.In theory, this can be solved by splitting up the original schema, but I was wondering whether this is already possible today using jsonschema?
Thank you!
The text was updated successfully, but these errors were encountered: