JsonSchema Class
The JSON schema.
- Inheritance
-
msrest.serialization.ModelJsonSchema
Constructor
JsonSchema(*, title: str | None = None, content: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
title
|
The JSON title. |
content
|
The JSON content. |
Variables
Name | Description |
---|---|
title
|
The JSON title. |
content
|
The JSON content. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python