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