openapi-schema-validator icon indicating copy to clipboard operation
openapi-schema-validator copied to clipboard

OpenAPI 3.0 Validator allows byte as string type

Open p1c2u opened this issue 3 years ago • 0 comments

Only string should be allowed.

Type Checker: https://github.com/p1c2u/openapi-schema-validator/blob/master/openapi_schema_validator/_types.py#L13

Test: https://github.com/p1c2u/openapi-schema-validator/blob/master/tests/integration/test_validators.py#L64

This will be breaking change

p1c2u avatar Feb 01 '23 07:02 p1c2u