{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BrandingThemeFontBodyText", "title": "BrandingThemeFontBodyText", "type": "object", "description": "Body text", "additionalProperties": false, "required": [ "bold", "size" ], "properties": { "bold": { "type": "boolean", "description": "Body text bold" }, "size": { "type": "number", "description": "Body text size", "minimum": 0, "maximum": 150 } } }