JsonSchema Class

The JSON schema.

Constructor

JsonSchema(*args: Any, **kwargs: Any)

Variables

Name Description
title
str

The JSON title.

content
str

The JSON content.

Attributes

content

The JSON content.

content: str | None

title

The JSON title.

title: str | None