changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "EmojiReactionSummary": {
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "emoji": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Emoji"
- },
- "reaction": {
- "title": "Reaction",
- "type": "string"
- },
- "users": {
- "items": {
- "type": "string"
- },
- "title": "Users",
- "type": "array"
- }
- },
- "required": [
- "reaction",
- "emoji",
- "count",
- "users"
- ],
- "title": "EmojiReactionSummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/EmojiReactionSummary"
- },
- "title": "Results",
- "type": "array"
- }
- },
- "required": [
- "count",
- "results"
- ],
- "title": "EmojiReactionListResult",
- "type": "object"
-}New value: +null