JsonSchema Class
The JSON schema.
Constructor
JsonSchema(*, title: str | None = None, content: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
title
|
The JSON title. Default value: None
|
content
|
The JSON content. Default value: None
|