Skip to content

Commit 975ac0d

Browse files
phrfpeixotop1c2u
authored andcommitted
Updating unmarshal and validation methods' signatures to propagate the context until reaching the properties.
1 parent 8260426 commit 975ac0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi_core/schema/parameters/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
log = logging.getLogger(__name__)
1010

1111

12+
_CONTEXT = UnmarshalContext.REQUEST
13+
14+
1215
class Parameter(object):
1316
"""Represents an OpenAPI operation Parameter."""
1417

0 commit comments

Comments
 (0)