{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MessageEmbedAuthorResponse", "title": "MessageEmbedAuthorResponse", "type": "object", "properties": { "name": { "type": "string" }, "url": { "type": [ "string", "null" ] }, "icon_url": { "type": [ "string", "null" ] }, "proxy_icon_url": { "type": [ "string", "null" ], "format": "uri" } }, "required": [ "name" ] }