changedOutput schema / (root)
Previous value: -{
- "properties": {
- "count": {
- "description": "Number of statuses returned",
- "type": "number"
- },
- "statuses": {
- "description": "Recent public timeline posts",
- "items": {
- "properties": {
- "account": {
- "description": "Author account info",
- "properties": {
- "acct": {
- "description": "Full account address",
- "type": "string"
- },
- "display_name": {
- "description": "Display name",
- "type": "string"
- },
- "id": {
- "description": "Account ID",
- "type": "string"
- },
- "username": {
- "description": "Username",
- "type": "string"
- }
- },
- "type": "object"
- },
- "content": {
- "description": "Post content/body",
- "type": "string"
- },
- "created_at": {
- "description": "Post creation timestamp",
- "type": "string"
- },
- "favourites_count": {
- "description": "Number of favorites",
- "type": "number"
- },
- "id": {
- "description": "Status ID",
- "type": "string"
- },
- "language": {
- "description": "Post language code",
- "type": [
- "string",
- "null"
- ]
- },
- "reblogs_count": {
- "description": "Number of reblogs/shares",
- "type": "number"
- },
- "replies_count": {
- "description": "Number of replies",
- "type": "number"
- },
- "sensitive": {
- "description": "Content warning flag",
- "type": "boolean"
- },
- "spoiler_text": {
- "description": "Content warning text",
- "type": [
- "string",
- "null"
- ]
- },
- "tags": {
- "description": "Hashtags in post",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "url": {
- "description": "Status URL",
- "type": "string"
- },
- "visibility": {
- "description": "Visibility level",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "count",
- "statuses"
- ],
- "type": "object"
-}New value: +null