Updating unmarshal and validation methods' signatures to propagate the context until reaching the properties.

This commit is contained in:
Pedro Peixoto 2019-07-14 00:39:00 -03:00 committed by Artur Maciag
parent 8260426b91
commit 975ac0d7c9

View file

@ -9,6 +9,9 @@ from openapi_core.schema.schemas.enums import SchemaType
log = logging.getLogger(__name__)
_CONTEXT = UnmarshalContext.REQUEST
class Parameter(object):
"""Represents an OpenAPI operation Parameter."""