{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DefaultReactionEmojiResponse", "title": "DefaultReactionEmojiResponse", "type": "object", "properties": { "emoji_id": { "oneOf": [ { "type": "null" }, { "$ref": "#/components/schemas/SnowflakeType" } ] }, "emoji_name": { "type": [ "string", "null" ] } } }