File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ and unmarshal request data from validation result
102102 # get security data
103103 validated_security = result.security
104104
105- Request object should be instance of OpenAPIRequest class (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
105+ Request object should implement OpenAPI Request protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
106106
107107Response
108108********
@@ -132,7 +132,7 @@ and unmarshal response data from validation result
132132 # get data
133133 validated_data = result.data
134134
135- Response object should be instance of OpenAPIResponse class (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
135+ Response object should implement OpenAPI Response protocol (See `Integrations <https://openapi-core.readthedocs.io/en/latest/integrations.html >`__).
136136
137137Related projects
138138################
You can’t perform that action at this time.
0 commit comments