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