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'm new to json-schema so it might not be a relevant issue.
I have one big json file describing a lot of schemas (mostly small ones) with a lot $ref between schemas, and I need to be able to validate data against one of these "inner" schemas. I can't find a way to do this with json-schema.
Does json-schema support this use case, or am I doing it wrong ?
The text was updated successfully, but these errors were encountered:
This library does not currently provide functionality to validate against a specific fragment of an existing schema; however, I really like that idea and will add it as a future feature. More than likely, the validate commands will accept a :fragment option or such with a valid JSON pointer (http://tools.ietf.org/html/draft-pbryan-zyp-json-pointer-02) as a value.
I'll take a look into adding this functionality this week.
I'm new to json-schema so it might not be a relevant issue.
I have one big json file describing a lot of schemas (mostly small ones) with a lot $ref between schemas, and I need to be able to validate data against one of these "inner" schemas. I can't find a way to do this with json-schema.
Does json-schema support this use case, or am I doing it wrong ?
The text was updated successfully, but these errors were encountered: