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
bytes
Currently bytes becomes 'format': 'binary' in JSON Schema, which in turn means it get's rendered as a file input.
'format': 'binary'
I'm not sure what the best solution is, maybe we just support the base64 types and solve it that way.
The text was updated successfully, but these errors were encountered:
For some reason, I am not experiencing this. I just changed the Users model in the README demo to have the name as bytes and it renders the same.
Users
name
Sorry, something went wrong.
Does it submit ok?
Oh, I understand now.
Successfully merging a pull request may close this issue.
Currently
bytes
becomes'format': 'binary'
in JSON Schema, which in turn means it get's rendered as a file input.I'm not sure what the best solution is, maybe we just support the base64 types and solve it that way.
The text was updated successfully, but these errors were encountered: