We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33608e9 commit eab2a61Copy full SHA for eab2a61
openapi_schema_pydantic/v3/v3_1_0/parameter.py
@@ -100,7 +100,7 @@ class Parameter(BaseModel):
100
The default value is `false`.
101
"""
102
103
- param_schema: Optional[Schema] = Field(default=None, alias="schema")
+ param_schema: Optional[Union[Schema, Reference]] = Field(default=None, alias="schema")
104
105
The schema defining the type used for the parameter.
106
0 commit comments