SwaggerCustomDynamicProperties Class
The swagger custom dynamic properties.
Constructor
SwaggerCustomDynamicProperties(*, operation_id: str | None = None, value_path: str | None = None, parameters: Dict[str, SwaggerCustomDynamicProperties] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
operation_id
|
The operation id to fetch dynamic schema. Default value: None
|
value_path
|
Json pointer to the dynamic schema on the response body. Default value: None
|
parameters
|
The operation parameters. Default value: None
|
Variables
Name | Description |
---|---|
operation_id
|
The operation id to fetch dynamic schema. |
value_path
|
Json pointer to the dynamic schema on the response body. |
parameters
|
The operation parameters. |