We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The parameter maxLength specified in the json schema is not respected
'organizationid': {'type': 'string', 'description': 'an Id composed of number followed by a letter', 'maxLength': 40}
Output:
"organizationid": "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345
The text was updated successfully, but these errors were encountered:
Hi @FilippoBoni1921, thanks for the report!
The maxLength and minLength keywords are not supported now. We are working to support it in a recent version.
maxLength
minLength
Sorry, something went wrong.
No branches or pull requests
The parameter maxLength specified in the json schema is not respected
'organizationid': {'type': 'string', 'description': 'an Id composed of number followed by a letter', 'maxLength': 40}
Output:
"organizationid": "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345
The text was updated successfully, but these errors were encountered: