# Plan OpenAPI 3.0.3 support `fomat: binary` so we should support it. https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#data-types Rack set file as `Rack::Multipart::UploadedFile` so we should check it in string validator. https://github.com/ota42y/openapi_parser/blob/master/lib/openapi_parser/schema_validators/string_validator.rb#L10 # Other related https://github.com/interagent/committee/issues/255#issuecomment-699821755
Plan
OpenAPI 3.0.3 support
fomat: binaryso we should support it.https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#data-types
Rack set file as
Rack::Multipart::UploadedFileso we should check it in string validator.https://github.com/ota42y/openapi_parser/blob/master/lib/openapi_parser/schema_validators/string_validator.rb#L10
Other
related interagent/committee#255 (comment)