SwaggerCustomDynamicSchema Class
The swagger custom dynamic schema.
- Inheritance
-
msrest.serialization.ModelSwaggerCustomDynamicSchema
Constructor
SwaggerCustomDynamicSchema(*, operation_id: str | None = None, value_path: str | None = None, parameters: Dict[str, Any] | None = None, **kwargs)
Keyword-Only Parameters
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. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python