{ "type": "object", "name": "Header", "properties": { "isRichText": { "type": "['string', 'null']" }, "messageSegments": { "type": "array", "description": "", "items": { "type": "object", "properties": { "motif": { "type": "object", "properties": { "color": { "type": "string" }, "largeIconUrl": { "type": "string" }, "mediumIconUrl": { "type": "string" }, "smallIconUrl": { "type": "string" }, "svgIconUrl": { "type": "['string', 'null']" } }, "required": [ "color", "largeIconUrl", "mediumIconUrl", "smallIconUrl", "svgIconUrl" ] }, "reference": { "type": "object", "properties": { "id": { "type": "string" }, "url": { "type": "string" } }, "required": [ "id", "url" ] }, "text": { "type": "string" }, "type": { "type": "string" } }, "required": [ "motif", "reference", "text", "type" ] } }, "text": { "type": "string" } }, "required": [ "isRichText", "messageSegments", "text" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }