{ "type": "object", "properties": { "currentPageUrl": { "type": "string", "example": "https://www.example.com" }, "following": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "nextPageUrl": { "type": "['string', 'null']", "example": "https://www.example.com" }, "previousPageUrl": { "type": "['string', 'null']", "example": "https://www.example.com" }, "total": { "type": "integer", "example": 42 } }, "required": [ "currentPageUrl", "following", "nextPageUrl", "previousPageUrl", "total" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SuccessfulFollowing" }