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
Start and End must be valid, the id should have made it too because it's defined in another schema named Element and referenced in the allOf but foo should be failing
Are you going to resolve the issue?
I tried so hard, but i could only have either start and end or id but not all three of them. The schema for Element is basically the same as Period, it just contains an id, and the same allOf
The text was updated successfully, but these errors were encountered:
There are many ways it can be achieved, in all cases you would have to repeat all allowed property names on the top level. This question is not ajv specific, it is related to general JSON schema specification usage.
What version of Ajv are you using? Does the issue happen if you use the latest version?
Ajv options object
JSON Schema
Sample data
What results did you expect?
Are you going to resolve the issue?
The text was updated successfully, but these errors were encountered: