-
Notifications
You must be signed in to change notification settings - Fork 155
feat: add min/max len for object #1496
New issue
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
Conversation
|
Should we add actual validation for this? |
|
Yes, because when I try gen client by zoom openapi I got error about min/maxLength. |
Signed-off-by: Sasha Melentyev <[email protected]>
|
I added test for this case. |
|
Zoom spec would be good.
No, I mean we should add actuall validation, not just allow schema to compile. |
Signed-off-by: Sasha Melentyev <[email protected]>
Signed-off-by: Sasha Melentyev <[email protected]>
Signed-off-by: Sasha Melentyev <[email protected]>
Signed-off-by: Sasha Melentyev <[email protected]>
Signed-off-by: Sasha Melentyev <[email protected]>
Signed-off-by: Sasha Melentyev <[email protected]>
Add min/max length for object type
6.4.18 Schema Object -> https://spec.openapis.org/oas/v3.0.0.html#schema-object
And this case have in zoom openapi https://developers.zoom.us/docs/api/