Properties
| Name | Type | Description |
|---|---|---|
| body | object | |
| link | object | |
| h1 | object | |
| h2 | object | |
| h3 | object | |
| h4 | object | |
| h5 | object | |
| h6 | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RichTextStyles",
"title": "RichTextStyles",
"type": "object",
"properties": {
"body": {
"$ref": "#/components/schemas/RichTextStyle"
},
"link": {
"$ref": "#/components/schemas/LinkStyles"
},
"h1": {
"$ref": "#/components/schemas/RichTextStyle"
},
"h2": {
"$ref": "#/components/schemas/RichTextStyle"
},
"h3": {
"$ref": "#/components/schemas/RichTextStyle"
},
"h4": {
"$ref": "#/components/schemas/RichTextStyle"
},
"h5": {
"$ref": "#/components/schemas/RichTextStyle"
},
"h6": {
"$ref": "#/components/schemas/RichTextStyle"
}
}
}