changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "errorMessage": {
+ "type": "string"
+ },
+ "followUpSuggestions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "isError": {
+ "type": "boolean"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "error": {
+ "type": "string"
+ },
+ "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"
+ },
+ "postId": {
+ "type": "string"
+ },
+ "postUrl": {
+ "type": "string"
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "success": {
+ "type": "boolean"
+ },
+ "successfulPlatforms": {
+ "type": "number"
+ },
+ "totalPlatforms": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}