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
Error: schema is invalid: data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean, data/allOf/0/items must be object,boolean
After my research, I've seen that this is due to this line in the deepProperties getSchema function.
is it compliant with the JSON Schema standard to have numbers part of string fields? (I wasn't able to properly find a answer for that)
Is this project maintained? (I've seen that the last commit was 2 years ago.)
2.1 if yes -> Is a PR welcome to update that?
2.2 if no -> If it's not maintained anymore I can probably fork it and modify it for ourselves. And not bother you more (sorry for the Issue)
The text was updated successfully, but these errors were encountered:
Hi,
I open this issue because
deepProperties
doesn't work with keys that have numbers in them.this produces the following error:
After my research, I've seen that this is due to this line in the
deepProperties
getSchema function.ajv-keywords/src/definitions/deepProperties.ts
Line 33 in a11389b
This raises multiples questions to me:
2.1 if yes -> Is a PR welcome to update that?
2.2 if no -> If it's not maintained anymore I can probably fork it and modify it for ourselves. And not bother you more (sorry for the Issue)
The text was updated successfully, but these errors were encountered: