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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python