changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "dateRange": {
+ "additionalProperties": true,
+ "properties": {
+ "from": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "errorMessage": {
+ "type": "string"
+ },
+ "followUpSuggestions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "isError": {
+ "type": "boolean"
+ },
+ "platform": {
+ "enum": [
+ "x",
+ "linkedin",
+ "linkedin-page",
+ "facebook",
+ "instagram",
+ "threads",
+ "bluesky",
+ "mastodon",
+ "nostr",
+ "youtube",
+ "tiktok",
+ "lemmy",
+ "discord",
+ "slack",
+ "telegram",
+ "pinterest",
+ "dribbble",
+ "devto",
+ "hashnode",
+ "gmb",
+ "whop",
+ "producthunt"
+ ],
+ "type": "string"
+ },
+ "rawText": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "summary": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "topPosts": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "warning": {
+ "type": "string"
+ },
+ "warnings": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}