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
does the result need to respect "maxLength": 10 or not?
does the result need to respect bothmaxLength's? (lets say if it was not maxLength but format which would make more sense) - should the validator copy but not override properties where $ref is, or should it be match all of properties and also all properties on reference
The text was updated successfully, but these errors were encountered:
I'm missing a test here: https://github.com/json-schema/JSON-Schema-Test-Suite/blob/develop/tests/draft4/ref.json
does the result need to respect
"maxLength": 10
or not?does the result need to respect both
maxLength
's? (lets say if it was notmaxLength
butformat
which would make more sense) - should the validator copy but not override properties where $ref is, or should it be match all of properties and also all properties on referenceThe text was updated successfully, but these errors were encountered: