Implements OpenAPI 3.0 specification compliance for binary data handling. When schema fields have type bytes, the BaseSchema class now automatically: - Decodes base64 strings to bytes in from_dict() ...