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
In the list of validation keywordsformat isn't an option. I couldn't get an invalid test to work with an incorrect uri without using format in the expected_errors.csv. I can see though that format isn't listed in https://json-schema.org/draft/2020-12/meta/validation so I'm not sure if this is correct or what keyword to use instead?
The text was updated successfully, but these errors were encountered:
It looks like format validation is a special case in json schema, and doesn't work by default. But I think @rhiaro has set things up so that we can enforce format constraints.
Assigning to @rhiario to confirm that we're correctly using the 'format' keyword in the list of expected errors, and that we should edit the handbook to add it.
In the list of validation keywords
format
isn't an option. I couldn't get an invalid test to work with an incorrect uri without usingformat
in the expected_errors.csv. I can see though thatformat
isn't listed in https://json-schema.org/draft/2020-12/meta/validation so I'm not sure if this is correct or what keyword to use instead?The text was updated successfully, but these errors were encountered: