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