{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RichEmbedFooter", "title": "RichEmbedFooter", "type": "object", "properties": { "text": { "type": [ "string", "null" ], "maxLength": 2048 }, "icon_url": { "type": [ "string", "null" ], "maxLength": 2048, "format": "uri" } } }