changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "description": "Structural schema derived from a live example — field names and nesting only, no type constraints: fields may be absent, null, or a different primitive than the example, and new fields may appear. The text content block carries the same JSON.",
+ "properties": {
+ "activities": {
+ "description": "Array in the example",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "author": {
+ "additionalProperties": true,
+ "properties": {
+ "entityId": {
+ "description": "Example value was a string"
+ },
+ "fullName": {
+ "description": "Example value was a string"
+ },
+ "handle": {
+ "description": "Example value was a string"
+ }
+ }
+ },
+ "commentsCount": {
+ "description": "Example value was a number"
+ },
+ "id": {
+ "description": "Example value was a string"
+ },
+ "media": {
+ "description": "Array in the example",
+ "items": {}
+ },
+ "postedAt": {
+ "description": "Example value was a string"
+ },
+ "reactionsCount": {
+ "description": "Example value was a number"
+ },
+ "repostsCount": {
+ "description": "Example value was a number"
+ },
+ "text": {
+ "description": "Example value was a string"
+ },
+ "url": {
+ "description": "Example value was a string"
+ }
+ }
+ }
+ },
+ "nextCursor": {
+ "description": "Example value was a string"
+ }
+ },
+ "type": "object"
+}