JsonSchema Class

The JSON schema.

Inheritance
msrest.serialization.Model
JsonSchema

Constructor

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

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.