JsonSchema Class

The JSON schema.

Inheritance
azure.mgmt.web._serialization.Model
JsonSchema

Constructor

JsonSchema(*, title: str | None = None, content: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
title
str

The JSON title.

content
str

The JSON content.

Variables

Name Description
title
str

The JSON title.

content
str

The JSON content.