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 my example (https://github.com/zepatrik/schemasafe-propertyNames-example) schemasafe reports an unprocessed keyword error. The problem is there is no "type" keyword at the position it is reported. I tried several different things to circumvent this error but nothing worked.
The problem seems to be rooted at using "$ref" with "propertyNames", as moving the definition into the "propertyNames" schema works.
See also SchemaStore/schemastore#1312 where this initially came up.
The text was updated successfully, but these errors were encountered:
In my example (https://github.com/zepatrik/schemasafe-propertyNames-example) schemasafe reports an unprocessed keyword error. The problem is there is no
"type"
keyword at the position it is reported. I tried several different things to circumvent this error but nothing worked.The problem seems to be rooted at using
"$ref"
with"propertyNames"
, as moving the definition into the"propertyNames"
schema works.See also SchemaStore/schemastore#1312 where this initially came up.
The text was updated successfully, but these errors were encountered: