Is there a default for a string's maxLength property if none is specified?
jeffory-orrok opened this issue · 1 comments
jeffory-orrok commented
I am using a company's JSON editor, and it is imposing a limit on the strings that I can set as values. I have discovered how to modify the JSON Schema document that controls this, but I was wondering if the default it was using is part of the canonical spec or just an arbitrary implementation decision.
karenetheridge commented
No, the specification doesn't state any default.
https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00#section-6.3.1