mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-21 19:18:41 +00:00
Updating unmarshal and validation methods' signatures to propagate the context until reaching the properties.
This commit is contained in:
parent
8260426b91
commit
975ac0d7c9
1 changed files with 3 additions and 0 deletions
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue