JsonSchema Class
The JSON schema.
- Inheritance
-
azure.mgmt.web._serialization.ModelJsonSchema
Constructor
JsonSchema(*, title: str | None = None, content: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
title
|
The JSON title. |
content
|
The JSON content. |
Variables
Name | Description |
---|---|
title
|
The JSON title. |
content
|
The JSON content. |
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