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
is considered canonical, but because there are no possible values for the allowed property keys we should instead canonicalise to
{'maxProperties': 0, 'type': 'object'}
This is only valid with additionalProperties: false and no patternProperties, but in those cases we should omit unsatisfiable properties and decrement maxProperties accordingly.
The text was updated successfully, but these errors were encountered:
is considered canonical, but because there are no possible values for the allowed property keys we should instead canonicalise to
This is only valid with
additionalProperties: false
and nopatternProperties
, but in those cases we should omit unsatisfiable properties and decrementmaxProperties
accordingly.The text was updated successfully, but these errors were encountered: