{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UpdateBrandingFont",
"title": "UpdateBrandingFont",
"type": [
"object",
"null"
],
"description": "Custom font settings.",
"additionalProperties": false,
"minProperties": 1,
"properties": {
"url": {
"type": [
"string",
"null"
],
"description": "URL for the custom font. The URL must point to a font file and not a stylesheet. Must use HTTPS.",
"format": "strict-https-uri-or-null"
}
}
}