Chilkat Online Tools

C# / Atlassian Confluence Cloud / Search users

Back to Collection Items

// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.

Chilkat.Http http = new Chilkat.Http();
bool success;

Chilkat.JsonObject queryParams = new Chilkat.JsonObject();
queryParams.UpdateString("cql","<string>");
queryParams.UpdateInt("start",0);
queryParams.UpdateInt("limit",25);

Chilkat.HttpResponse resp = http.QuickRequestParams("GET","https://your-domain.atlassian.net/wiki/rest/api/search/user",queryParams);
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

Chilkat.StringBuilder sbResponseBody = new Chilkat.StringBuilder();
resp.GetBodySb(sbResponseBody);

Chilkat.JsonObject jResp = new Chilkat.JsonObject();
jResp.LoadSb(sbResponseBody);
jResp.EmitCompact = false;

Debug.WriteLine("Response Body:");
Debug.WriteLine(jResp.Emit());

int respStatusCode = resp.StatusCode;
Debug.WriteLine("Response Status Code = " + Convert.ToString(respStatusCode));
if (respStatusCode >= 400) {
    Debug.WriteLine("Response Header:");
    Debug.WriteLine(resp.Header);
    Debug.WriteLine("Failed.");

    return;
}

Curl Command

curl -G -d "cql=%3Cstring%3E"
	-d "start=0"
	-d "limit=25"
https://your-domain.atlassian.net/wiki/rest/api/search/user

Postman Collection Item JSON

{
  "name": "Search users",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{baseUrl}}/api/search/user?cql=<string>&start=0&limit=25",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "search",
        "user"
      ],
      "query": [
        {
          "key": "cql",
          "value": "<string>",
          "description": "(Required) The CQL query to be used for the search. See\n[Advanced Searching using CQL](https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/)\nfor instructions on how to build a CQL query.\n\nExample queries:\n          cql=type=user will return all users\n          cql=user=“1234” will return user with accountId “1234”\n          You can also use IN, NOT IN, != operators\n          cql=user IN (“12”, “34\") will return users with accountids “12” and “34”\n          cql=user.fullname~jo will return users with nickname/full name starting with “jo”\n          cql=user.accountid=“123” will return user with accountId “123”"
        },
        {
          "key": "start",
          "value": "0",
          "description": "The starting index of the returned users."
        },
        {
          "key": "limit",
          "value": "25",
          "description": "The maximum number of user objects to return per page.\nNote, this may be restricted by fixed system limits."
        }
      ]
    },
    "description": "Searches for users using user-specific queries from the\n[Confluence Query Language (CQL)](https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/).\n\nNote that some user fields may be set to null depending on the user's privacy settings.\nThese are: email, profilePicture, and displayName."
  },
  "response": [
    {
      "name": "Returned if the requested results are returned.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/search/user?cql=<string>&start=0&limit=25",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "search",
            "user"
          ],
          "query": [
            {
              "key": "cql",
              "value": "<string>"
            },
            {
              "key": "start",
              "value": "0"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"results\": [\n  {\n   \"content\": {\n    \"id\": \"minim fugiat ve\",\n    \"type\": \"mollit labore aute Excepteur\",\n    \"status\": \"qui dolor\",\n    \"title\": \"laboris Excepteur incididunt tempor\",\n    \"_expandable\": {\n     \"childTypes\": \"dolor nulla\",\n     \"container\": \"nisi culpa aute l\",\n     \"metadata\": \"dolore ipsum\",\n     \"operations\": \"dolor consectetur\",\n     \"children\": \"minim commodo Ut\",\n     \"restrictions\": \"ex enim voluptate aliqua nostrud\",\n     \"history\": \"consectetur\",\n     \"ancestors\": \"deserunt dolore Duis mollit\",\n     \"body\": \"minim tempor nostrud do et\",\n     \"version\": \"velit laboris et sed\",\n     \"descendants\": \"irure amet oc\",\n     \"space\": \"nostrud\"\n    },\n    \"space\": {\n     \"id\": -65692380,\n     \"key\": \"deserunt dolore sunt qui\",\n     \"name\": \"id do officia\",\n     \"type\": \"mollit\",\n     \"status\": \"nostrud Lor\",\n     \"_expandable\": {\n      \"settings\": \"eu culpa\",\n      \"metadata\": \"aliquip veniam\",\n      \"operations\": \"ea cillum\",\n      \"lookAndFeel\": \"pariatur Lorem ali\",\n      \"permissions\": \"quis consectetur exercitation\",\n      \"icon\": \"ea non pariatur\",\n      \"description\": \"anim\",\n      \"theme\": \"reprehenderit in consequat\",\n      \"history\": \"ut in aute adipisicing aliqua\",\n      \"homepage\": \"et\"\n     },\n     \"_links\": {},\n     \"icon\": {\n      \"path\": \"ut cillum Ut\",\n      \"width\": 7211255,\n      \"height\": -23043447,\n      \"isDefault\": false\n     },\n     \"description\": {\n      \"plain\": {\n       \"value\": \"in occaecat dolor sed\",\n       \"representation\": \"view\",\n       \"embeddedContent\": [\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       ]\n      },\n      \"view\": {\n       \"value\": \"esse non eiusmod \",\n       \"representation\": \"view\",\n       \"embeddedContent\": [\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       ]\n      }\n     },\n     \"homepage\": {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     },\n     \"metadata\": {\n      \"labels\": {\n       \"results\": [\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       ],\n       \"start\": -66364802,\n       \"limit\": -73729346,\n       \"size\": -50383246,\n       \"_links\": {}\n      }\n     },\n     \"operations\": [\n      {\n       \"operation\": \"create\",\n       \"targetType\": \"page\"\n      },\n      {\n       \"operation\": \"move\",\n       \"targetType\": \"application\"\n      }\n     ],\n     \"permissions\": [\n      {\n       \"subjects\": {\n        \"_expandable\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"user\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"group\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"operation\": {\n        \"operation\": \"restore\",\n        \"targetType\": \"blogpost\"\n       },\n       \"anonymousAccess\": false,\n       \"unlicensedAccess\": false\n      },\n      {\n       \"subjects\": {\n        \"_expandable\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"user\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"group\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"operation\": {\n        \"operation\": \"update\",\n        \"targetType\": \"application\"\n       },\n       \"anonymousAccess\": false,\n       \"unlicensedAccess\": false\n      }\n     ],\n     \"settings\": {\n      \"routeOverrideEnabled\": true,\n      \"_links\": {}\n     },\n     \"theme\": {},\n     \"lookAndFeel\": {\n      \"headings\": {\n       \"color\": \"adipisicing dolore non\"\n      },\n      \"links\": {\n       \"color\": \"officia minim\"\n      },\n      \"menus\": {\n       \"hoverOrFocus\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"color\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"header\": {\n       \"backgroundColor\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"button\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"primaryNavigation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"secondaryNavigation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"search\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"content\": {\n       \"screen\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"container\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"header\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"body\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"bordersAndDividers\": {\n       \"color\": \"nisi sint in Ut\"\n      }\n     },\n     \"history\": {\n      \"createdDate\": \"1978-06-28T21:08:17.442Z\"\n     }\n    },\n    \"history\": {\n     \"latest\": false,\n     \"createdBy\": {\n      \"type\": \"unknown\",\n      \"accountId\": \"qui\",\n      \"accountType\": \"atlassian\",\n      \"email\": \"minim qui\",\n      \"publicName\": \"velit ut occaecat in\",\n      \"profilePicture\": {\n       \"path\": \"dolor ut officia\",\n       \"width\": 10412665,\n       \"height\": 64197291,\n       \"isDefault\": true\n      },\n      \"displayName\": \"dolore in\",\n      \"_expandable\": {\n       \"operations\": \"irure deserunt dolor magna\",\n       \"details\": \"ipsum elit ex nulla et\",\n       \"personalSpace\": \"nostrud ad sunt\"\n      },\n      \"_links\": {},\n      \"username\": \"ad quis\",\n      \"userKey\": \"Lorem dolore velit\",\n      \"operations\": [\n       {\n        \"operation\": \"update\",\n        \"targetType\": \"space\"\n       },\n       {\n        \"operation\": \"purge_version\",\n        \"targetType\": \"application\"\n       }\n      ],\n      \"details\": {\n       \"business\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"personal\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"personalSpace\": {\n       \"id\": -39524389,\n       \"key\": \"irure dolore et Duis\",\n       \"name\": \"occaecat\",\n       \"type\": \"ut esse occaecat do\",\n       \"status\": \"irure exercitation est commodo\",\n       \"_expandable\": {\n        \"settings\": \"sint dolor sed\",\n        \"metadata\": \"id do deserunt\",\n        \"operations\": \"nulla laborum\",\n        \"lookAndFeel\": \"dolore\",\n        \"permissions\": \"officia aute veniam laboris\",\n        \"icon\": \"esse amet in\",\n        \"description\": \"id qui nisi\",\n        \"theme\": \"anim mollit laboris do\",\n        \"history\": \"veniam nulla aute\",\n        \"homepage\": \"sed occaecat tempor\"\n       },\n       \"_links\": {},\n       \"icon\": {\n        \"path\": \"incididunt\",\n        \"width\": 43134330,\n        \"height\": -57239824,\n        \"isDefault\": false\n       },\n       \"description\": {\n        \"plain\": {\n         \"value\": \"con\",\n         \"representation\": \"view\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        },\n        \"view\": {\n         \"value\": \"ut nulla\",\n         \"representation\": \"view\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        }\n       },\n       \"homepage\": {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       \"metadata\": {\n        \"labels\": {\n         \"results\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ],\n         \"start\": 26454227,\n         \"limit\": 93824593,\n         \"size\": -50471188,\n         \"_links\": {}\n        }\n       },\n       \"operations\": [\n        {\n         \"operation\": \"update\",\n         \"targetType\": \"application\"\n        },\n        {\n         \"operation\": \"move\",\n         \"targetType\": \"page\"\n        }\n       ],\n       \"permissions\": [\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"update\",\n          \"targetType\": \"page\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        },\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"update\",\n          \"targetType\": \"page\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        }\n       ],\n       \"settings\": {\n        \"routeOverrideEnabled\": true,\n        \"_links\": {}\n       },\n       \"theme\": {},\n       \"lookAndFeel\": {\n        \"headings\": {\n         \"color\": \"magna ex Duis consequat\"\n        },\n        \"links\": {\n         \"color\": \"quis est consectetur\"\n        },\n        \"menus\": {\n         \"hoverOrFocus\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"color\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"header\": {\n         \"backgroundColor\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"button\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"primaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"secondaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"search\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"content\": {\n         \"screen\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"container\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"header\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"body\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"bordersAndDividers\": {\n         \"color\": \"exercitation officia\"\n        }\n       },\n       \"history\": {\n        \"createdDate\": \"2002-08-21T04:44:42.840Z\"\n       }\n      }\n     },\n     \"createdDate\": \"1978-03-05T21:33:48.545Z\",\n     \"lastUpdated\": {\n      \"by\": {\n       \"type\": \"unknown\",\n       \"accountId\": \"esse incididunt quis\",\n       \"accountType\": \"atlassian\",\n       \"email\": \"nulla ex Lorem culpa\",\n       \"publicName\": \"non dolor amet ipsum tempor\",\n       \"profilePicture\": {\n        \"path\": \"Excepteur in aute\",\n        \"width\": -33823194,\n        \"height\": -89019129,\n        \"isDefault\": true\n       },\n       \"displayName\": \"est nisi ut\",\n       \"_expandable\": {\n        \"operations\": \"in cupidatat aute\",\n        \"details\": \"commodo anim deserunt mollit\",\n        \"personalSpace\": \"ullamco\"\n       },\n       \"_links\": {},\n       \"username\": \"dolore aliqua\",\n       \"userKey\": \"eu incididunt Excepteur dolore\",\n       \"operations\": [\n        {\n         \"operation\": \"administer\",\n         \"targetType\": \"attachment\"\n        },\n        {\n         \"operation\": \"read\",\n         \"targetType\": \"space\"\n        }\n       ],\n       \"details\": {\n        \"business\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personal\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"personalSpace\": {\n        \"id\": 94566688,\n        \"key\": \"pariatur consequat ullamco dolor\",\n        \"name\": \"voluptate deserunt\",\n        \"type\": \"est\",\n        \"status\": \"reprehenderit ad volupt\",\n        \"_expandable\": {\n         \"settings\": \"elit\",\n         \"metadata\": \"ipsum sed\",\n         \"operations\": \"commodo reprehenderit in\",\n         \"lookAndFeel\": \"voluptate id sint elit\",\n         \"permissions\": \"aliquip esse culpa deserunt\",\n         \"icon\": \"ipsum e\",\n         \"description\": \"ea deserunt id nostrud\",\n         \"theme\": \"tempor\",\n         \"history\": \"dolor aute Ut ea\",\n         \"homepage\": \"sint eiusmod proident\"\n        },\n        \"_links\": {},\n        \"icon\": {\n         \"path\": \"a\",\n         \"width\": 19686516,\n         \"height\": 95115323,\n         \"isDefault\": false\n        },\n        \"description\": {\n         \"plain\": {\n          \"value\": \"ullamco voluptate\",\n          \"representation\": \"plain\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         },\n         \"view\": {\n          \"value\": \"consequat\",\n          \"representation\": \"plain\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         }\n        },\n        \"homepage\": {\n         \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n        },\n        \"metadata\": {\n         \"labels\": {\n          \"results\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ],\n          \"start\": -29392523,\n          \"limit\": -79501488,\n          \"size\": -17508751,\n          \"_links\": {}\n         }\n        },\n        \"operations\": [\n         {\n          \"operation\": \"move\",\n          \"targetType\": \"space\"\n         },\n         {\n          \"operation\": \"administer\",\n          \"targetType\": \"application\"\n         }\n        ],\n        \"permissions\": [\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"delete\",\n           \"targetType\": \"application\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         },\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"export\",\n           \"targetType\": \"blogpost\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         }\n        ],\n        \"settings\": {\n         \"routeOverrideEnabled\": true,\n         \"_links\": {}\n        },\n        \"theme\": {},\n        \"lookAndFeel\": {\n         \"headings\": {\n          \"color\": \"Duis\"\n         },\n         \"links\": {\n          \"color\": \"nulla in sit\"\n         },\n         \"menus\": {\n          \"hoverOrFocus\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"color\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"header\": {\n          \"backgroundColor\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"button\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"primaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"secondaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"search\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"content\": {\n          \"screen\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"container\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"header\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"body\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"bordersAndDividers\": {\n          \"color\": \"commodo dolor mollit eiusmod Lorem\"\n         }\n        },\n        \"history\": {\n         \"createdDate\": \"1954-07-31T18:59:46.253Z\"\n        }\n       }\n      },\n      \"when\": \"2011-10-28T16:44:13.156Z\",\n      \"friendlyWhen\": \"amet sit reprehenderit commodo\",\n      \"message\": \"non laboris ipsum adi\",\n      \"number\": -49973570,\n      \"minorEdit\": true,\n      \"_expandable\": {\n       \"content\": \"elit officia\",\n       \"collaborators\": \"aliquip adipisici\"\n      },\n      \"_links\": {},\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      },\n      \"collaborators\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"previousVersion\": {\n      \"by\": {\n       \"type\": \"anonymous\",\n       \"accountId\": \"nulla labore velit\",\n       \"accountType\": \"atlassian\",\n       \"email\": \"proident\",\n       \"publicName\": \"labore et veniam laboris aliqua\",\n       \"profilePicture\": {\n        \"path\": \"dolor ipsum anim labore\",\n        \"width\": 78617860,\n        \"height\": -48021382,\n        \"isDefault\": true\n       },\n       \"displayName\": \"id sit\",\n       \"_expandable\": {\n        \"operations\": \"reprehenderit velit laboris cons\",\n        \"details\": \"Ut dolor ea amet\",\n        \"personalSpace\": \"dolore eiusmod\"\n       },\n       \"_links\": {},\n       \"username\": \"dolore culpa\",\n       \"userKey\": \"Ut\",\n       \"operations\": [\n        {\n         \"operation\": \"use\",\n         \"targetType\": \"space\"\n        },\n        {\n         \"operation\": \"delete\",\n         \"targetType\": \"page\"\n        }\n       ],\n       \"details\": {\n        \"business\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personal\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"personalSpace\": {\n        \"id\": -83900510,\n        \"key\": \"commodo adipisicing et\",\n        \"name\": \"veniam Duis do fugiat commodo\",\n        \"type\": \"est veniam Lorem\",\n        \"status\": \"pariatur et labore\",\n        \"_expandable\": {\n         \"settings\": \"Lorem ad sed pariatur laborum\",\n         \"metadata\": \"incididunt dolore reprehenderit\",\n         \"operations\": \"laborum eu\",\n         \"lookAndFeel\": \"vel\",\n         \"permissions\": \"officia et dolore dolor id\",\n         \"icon\": \"irure labore dolore\",\n         \"description\": \"amet\",\n         \"theme\": \"consectetur veniam\",\n         \"history\": \"Duis veniam dolore dese\",\n         \"homepage\": \"enim in Excepteur\"\n        },\n        \"_links\": {},\n        \"icon\": {\n         \"path\": \"sit consequat consectetur\",\n         \"width\": -32840027,\n         \"height\": -92921117,\n         \"isDefault\": true\n        },\n        \"description\": {\n         \"plain\": {\n          \"value\": \"laboris velit\",\n          \"representation\": \"plain\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         },\n         \"view\": {\n          \"value\": \"veniam\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         }\n        },\n        \"homepage\": {\n         \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n        },\n        \"metadata\": {\n         \"labels\": {\n          \"results\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ],\n          \"start\": 40283494,\n          \"limit\": -46238738,\n          \"size\": -82295393,\n          \"_links\": {}\n         }\n        },\n        \"operations\": [\n         {\n          \"operation\": \"administer\",\n          \"targetType\": \"attachment\"\n         },\n         {\n          \"operation\": \"purge_version\",\n          \"targetType\": \"application\"\n         }\n        ],\n        \"permissions\": [\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"use\",\n           \"targetType\": \"comment\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         },\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"delete\",\n           \"targetType\": \"page\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         }\n        ],\n        \"settings\": {\n         \"routeOverrideEnabled\": true,\n         \"_links\": {}\n        },\n        \"theme\": {},\n        \"lookAndFeel\": {\n         \"headings\": {\n          \"color\": \"reprehenderit adipisicing eu proident irure\"\n         },\n         \"links\": {\n          \"color\": \"eiusmod in proident\"\n         },\n         \"menus\": {\n          \"hoverOrFocus\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"color\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"header\": {\n          \"backgroundColor\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"button\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"primaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"secondaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"search\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"content\": {\n          \"screen\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"container\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"header\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"body\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"bordersAndDividers\": {\n          \"color\": \"dolore ea\"\n         }\n        },\n        \"history\": {\n         \"createdDate\": \"2003-02-13T11:54:38.231Z\"\n        }\n       }\n      },\n      \"when\": \"1954-12-26T15:58:11.528Z\",\n      \"friendlyWhen\": \"consequat labore\",\n      \"message\": \"mollit dolore voluptate do labore\",\n      \"number\": -90453325,\n      \"minorEdit\": true,\n      \"_expandable\": {\n       \"content\": \"ullamco reprehenderit aliquip\",\n       \"collaborators\": \"sit sint adipisicing\"\n      },\n      \"_links\": {},\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      },\n      \"collaborators\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"contributors\": {\n      \"publishers\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"nextVersion\": {\n      \"by\": {\n       \"type\": \"user\",\n       \"accountId\": \"esse voluptate aliquip magna\",\n       \"accountType\": \"atlassian\",\n       \"email\": \"deserunt culpa reprehenderit dolore et\",\n       \"publicName\": \"Lorem nostrud ni\",\n       \"profilePicture\": {\n        \"path\": \"anim dolor ullamco\",\n        \"width\": -44895546,\n        \"height\": 68866581,\n        \"isDefault\": false\n       },\n       \"displayName\": \"dolore incid\",\n       \"_expandable\": {\n        \"operations\": \"sint ea nisi consequat\",\n        \"details\": \"dolore ea minim\",\n        \"personalSpace\": \"Duis\"\n       },\n       \"_links\": {},\n       \"username\": \"mollit dolor dolore Duis\",\n       \"userKey\": \"consequat laborum\",\n       \"operations\": [\n        {\n         \"operation\": \"export\",\n         \"targetType\": \"blogpost\"\n        },\n        {\n         \"operation\": \"update\",\n         \"targetType\": \"space\"\n        }\n       ],\n       \"details\": {\n        \"business\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personal\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"personalSpace\": {\n        \"id\": -77291029,\n        \"key\": \"culpa aliquip irure\",\n        \"name\": \"sunt cu\",\n        \"type\": \"reprehenderit proident\",\n        \"status\": \"ipsum laborum\",\n        \"_expandable\": {\n         \"settings\": \"in officia sunt reprehenderit eu\",\n         \"metadata\": \"dolore anim\",\n         \"operations\": \"proident sint do\",\n         \"lookAndFeel\": \"magna ullamco\",\n         \"permissions\": \"id sint\",\n         \"icon\": \"dolor\",\n         \"description\": \"minim adipisicing dolore\",\n         \"theme\": \"enim ut\",\n         \"history\": \"esse oc\",\n         \"homepage\": \"officia sint et u\"\n        },\n        \"_links\": {},\n        \"icon\": {\n         \"path\": \"aliquip dolor proident incididunt\",\n         \"width\": 49460988,\n         \"height\": -24164935,\n         \"isDefault\": true\n        },\n        \"description\": {\n         \"plain\": {\n          \"value\": \"sed dolore ut ex\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         },\n         \"view\": {\n          \"value\": \"ipsum non ea dolor\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         }\n        },\n        \"homepage\": {\n         \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n        },\n        \"metadata\": {\n         \"labels\": {\n          \"results\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ],\n          \"start\": 1483811,\n          \"limit\": -45028029,\n          \"size\": 14196620,\n          \"_links\": {}\n         }\n        },\n        \"operations\": [\n         {\n          \"operation\": \"delete\",\n          \"targetType\": \"application\"\n         },\n         {\n          \"operation\": \"purge_version\",\n          \"targetType\": \"attachment\"\n         }\n        ],\n        \"permissions\": [\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"update\",\n           \"targetType\": \"attachment\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         },\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"move\",\n           \"targetType\": \"space\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         }\n        ],\n        \"settings\": {\n         \"routeOverrideEnabled\": false,\n         \"_links\": {}\n        },\n        \"theme\": {},\n        \"lookAndFeel\": {\n         \"headings\": {\n          \"color\": \"Lorem pr\"\n         },\n         \"links\": {\n          \"color\": \"quis anim aliqua aliquip\"\n         },\n         \"menus\": {\n          \"hoverOrFocus\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"color\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"header\": {\n          \"backgroundColor\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"button\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"primaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"secondaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"search\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"content\": {\n          \"screen\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"container\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"header\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"body\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"bordersAndDividers\": {\n          \"color\": \"aliqua irure\"\n         }\n        },\n        \"history\": {\n         \"createdDate\": \"2005-12-25T05:15:45.038Z\"\n        }\n       }\n      },\n      \"when\": \"1985-07-15T18:59:43.225Z\",\n      \"friendlyWhen\": \"sit aute\",\n      \"message\": \"minim mollit quis\",\n      \"number\": -70853009,\n      \"minorEdit\": false,\n      \"_expandable\": {\n       \"content\": \"eu sed laboris cupidatat ad\",\n       \"collaborators\": \"in proident cul\"\n      },\n      \"_links\": {},\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      },\n      \"collaborators\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"_expandable\": {\n      \"lastUpdated\": \"no\",\n      \"previousVersion\": \"nostrud\",\n      \"contributors\": \"Excepteur pariatur eu ullamco\",\n      \"nextVersion\": \"voluptate mollit dolor\"\n     },\n     \"_links\": {}\n    },\n    \"version\": {\n     \"by\": {\n      \"type\": \"user\",\n      \"accountId\": \"minim\",\n      \"accountType\": \"atlassian\",\n      \"email\": \"est sint dolore\",\n      \"publicName\": \"cupidatat proident sed\",\n      \"profilePicture\": {\n       \"path\": \"nisi labore\",\n       \"width\": 79709387,\n       \"height\": -9055902,\n       \"isDefault\": false\n      },\n      \"displayName\": \"cillum amet minim elit incididu\",\n      \"_expandable\": {\n       \"operations\": \"magna aliquip ad irure\",\n       \"details\": \"adipisicing\",\n       \"personalSpace\": \"consequat ullamco est\"\n      },\n      \"_links\": {},\n      \"username\": \"ex ut minim dolore\",\n      \"userKey\": \"deserunt quis\",\n      \"operations\": [\n       {\n        \"operation\": \"update\",\n        \"targetType\": \"page\"\n       },\n       {\n        \"operation\": \"read\",\n        \"targetType\": \"blogpost\"\n       }\n      ],\n      \"details\": {\n       \"business\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"personal\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"personalSpace\": {\n       \"id\": 17031494,\n       \"key\": \"mollit labore\",\n       \"name\": \"nisi pariatur\",\n       \"type\": \"voluptate do ex eiusmod\",\n       \"status\": \"quis non esse in\",\n       \"_expandable\": {\n        \"settings\": \"cillum enim irure consectetur\",\n        \"metadata\": \"anim pariatur ad mollit\",\n        \"operations\": \"reprehenderit velit eu enim\",\n        \"lookAndFeel\": \"occaecat dolore dolor\",\n        \"permissions\": \"aliquip ex\",\n        \"icon\": \"veniam cupidatat do\",\n        \"description\": \"esse eu\",\n        \"theme\": \"sunt\",\n        \"history\": \"tempor\",\n        \"homepage\": \"velit consectetur dolor aute do\"\n       },\n       \"_links\": {},\n       \"icon\": {\n        \"path\": \"eiusmod quis magna nulla\",\n        \"width\": -83444399,\n        \"height\": -8566227,\n        \"isDefault\": true\n       },\n       \"description\": {\n        \"plain\": {\n         \"value\": \"reprehenderit\",\n         \"representation\": \"plain\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        },\n        \"view\": {\n         \"value\": \"officia\",\n         \"representation\": \"view\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        }\n       },\n       \"homepage\": {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       \"metadata\": {\n        \"labels\": {\n         \"results\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ],\n         \"start\": 17086696,\n         \"limit\": 11793539,\n         \"size\": -39649316,\n         \"_links\": {}\n        }\n       },\n       \"operations\": [\n        {\n         \"operation\": \"copy\",\n         \"targetType\": \"comment\"\n        },\n        {\n         \"operation\": \"export\",\n         \"targetType\": \"blogpost\"\n        }\n       ],\n       \"permissions\": [\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"restore\",\n          \"targetType\": \"application\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        },\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"export\",\n          \"targetType\": \"attachment\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        }\n       ],\n       \"settings\": {\n        \"routeOverrideEnabled\": false,\n        \"_links\": {}\n       },\n       \"theme\": {},\n       \"lookAndFeel\": {\n        \"headings\": {\n         \"color\": \"enim non\"\n        },\n        \"links\": {\n         \"color\": \"velit non dolore nostrud proident\"\n        },\n        \"menus\": {\n         \"hoverOrFocus\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"color\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"header\": {\n         \"backgroundColor\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"button\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"primaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"secondaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"search\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"content\": {\n         \"screen\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"container\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"header\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"body\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"bordersAndDividers\": {\n         \"color\": \"laborum nostrud consequat\"\n        }\n       },\n       \"history\": {\n        \"createdDate\": \"1949-06-13T13:00:34.585Z\"\n       }\n      }\n     },\n     \"when\": \"1972-11-07T22:29:58.099Z\",\n     \"friendlyWhen\": \"officia exercitation ullamco\",\n     \"message\": \"culpa reprehenderit dolore voluptate ut\",\n     \"number\": -79207513,\n     \"minorEdit\": true,\n     \"_expandable\": {\n      \"content\": \"irure\",\n      \"collaborators\": \"enim velit nisi esse\"\n     },\n     \"_links\": {},\n     \"content\": {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     },\n     \"collaborators\": {\n      \"users\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"userKeys\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"_links\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n     }\n    },\n    \"ancestors\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     }\n    ],\n    \"operations\": [\n     {\n      \"operation\": \"purge_version\",\n      \"targetType\": \"comment\"\n     },\n     {\n      \"operation\": \"move\",\n      \"targetType\": \"application\"\n     }\n    ],\n    \"children\": {\n     \"_expandable\": {\n      \"attachment\": \"ex elit occaecat\",\n      \"comment\": \"commodo dolore mollit est\",\n      \"page\": \"in Ut\"\n     },\n     \"_links\": {},\n     \"attachment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 7431501,\n      \"limit\": -23063592,\n      \"size\": 92720829,\n      \"_links\": {}\n     },\n     \"comment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 16036608,\n      \"limit\": -1433267,\n      \"size\": 94501124,\n      \"_links\": {}\n     },\n     \"page\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 54102731,\n      \"limit\": 63635209,\n      \"size\": -49425406,\n      \"_links\": {}\n     }\n    },\n    \"childTypes\": {\n     \"_expandable\": {\n      \"all\": \"veniam voluptate est\",\n      \"attachment\": \"sunt occaecat\",\n      \"comment\": \"ullamco\",\n      \"page\": \"officia aliqua occaecat ut sit\"\n     },\n     \"attachment\": {\n      \"value\": false,\n      \"_links\": {}\n     },\n     \"comment\": {\n      \"value\": true,\n      \"_links\": {}\n     },\n     \"page\": {\n      \"value\": false,\n      \"_links\": {}\n     }\n    },\n    \"descendants\": {\n     \"_expandable\": {\n      \"attachment\": \"nulla cupidatat in irure ut\",\n      \"comment\": \"consectetur amet sed cillum\",\n      \"page\": \"in\"\n     },\n     \"_links\": {},\n     \"attachment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 66765865,\n      \"limit\": -52892627,\n      \"size\": -28605357,\n      \"_links\": {}\n     },\n     \"comment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 66248622,\n      \"limit\": -98391469,\n      \"size\": -85015443,\n      \"_links\": {}\n     },\n     \"page\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 72355302,\n      \"limit\": -77307264,\n      \"size\": 85134848,\n      \"_links\": {}\n     }\n    },\n    \"container\": {},\n    \"body\": {\n     \"_expandable\": {\n      \"editor\": \"velit\",\n      \"view\": \"reprehenderit Excepteur sit culpa\",\n      \"export_view\": \"incididunt dolor pariatur\",\n      \"styled_view\": \"ut dolor aut\",\n      \"storage\": \"\",\n      \"editor2\": \"aliqua dolore ut\",\n      \"anonymous_export_view\": \"laborum adipisicing in\"\n     }\n    },\n    \"restrictions\": {\n     \"_links\": {},\n     \"read\": {\n      \"operation\": \"move\",\n      \"_expandable\": {\n       \"restrictions\": \"fugiat dolore sit ut\",\n       \"content\": \"in\"\n      },\n      \"_links\": {},\n      \"restrictions\": {\n       \"user\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"group\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"_expandable\": {\n        \"user\": \"anim Duis aute in tempor\",\n        \"group\": \"dolor incididunt amet consectetur\"\n       }\n      },\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      }\n     },\n     \"update\": {\n      \"operation\": \"export\",\n      \"_expandable\": {\n       \"restrictions\": \"ea do irure\",\n       \"content\": \"amet aute sint\"\n      },\n      \"_links\": {},\n      \"restrictions\": {\n       \"user\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"group\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"_expandable\": {\n        \"user\": \"velit qui sint dolor exercitation\",\n        \"group\": \"ut fugiat ex\"\n       }\n      },\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      }\n     }\n    },\n    \"_links\": {}\n   },\n   \"title\": \"cupidatat laboris do cillum dolore\",\n   \"excerpt\": \"proident aliquip Excepteur non veniam\",\n   \"url\": \"eu ut\",\n   \"resultParentContainer\": {\n    \"title\": \"sunt aliqua ex culpa\",\n    \"displayUrl\": \"in sit sed\"\n   },\n   \"resultGlobalContainer\": {\n    \"title\": \"voluptate nulla ut sit\",\n    \"displayUrl\": \"velit nulla\"\n   },\n   \"breadcrumbs\": [\n    {\n     \"label\": \"minim dolore aliquip reprehenderit\",\n     \"url\": \"tempor eiu\",\n     \"separator\": \"in aute dolor\"\n    },\n    {\n     \"label\": \"esse ullamco\",\n     \"url\": \"consequat in Ut labore\",\n     \"separator\": \"velit ut\"\n    }\n   ],\n   \"entityType\": \"est\",\n   \"iconCssClass\": \"sint\",\n   \"lastModified\": \"1946-06-18T05:01:07.059Z\",\n   \"friendlyLastModified\": \"sint sit\"\n  },\n  {\n   \"content\": {\n    \"id\": \"esse minim magna\",\n    \"type\": \"sit dolore ea\",\n    \"status\": \"laboris aute\",\n    \"title\": \"dolore commodo mollit\",\n    \"_expandable\": {\n     \"childTypes\": \"ipsum Duis\",\n     \"container\": \"nulla ut ut\",\n     \"metadata\": \"proident\",\n     \"operations\": \"aute aliqua magna non anim\",\n     \"children\": \"id ad proident\",\n     \"restrictions\": \"minim\",\n     \"history\": \"in nisi\",\n     \"ancestors\": \"cill\",\n     \"body\": \"veniam Lorem laborum Duis in\",\n     \"version\": \"quis Duis tempor\",\n     \"descendants\": \"aliquip dolore ea dolore\",\n     \"space\": \"ex mollit\"\n    },\n    \"space\": {\n     \"id\": -55994025,\n     \"key\": \"eu aliqua ad officia\",\n     \"name\": \"reprehenderit\",\n     \"type\": \"amet\",\n     \"status\": \"aliquip\",\n     \"_expandable\": {\n      \"settings\": \"dolore esse proident\",\n      \"metadata\": \"laborum cillum in\",\n      \"operations\": \"elit irure\",\n      \"lookAndFeel\": \"sit ut veniam adipis\",\n      \"permissions\": \"dolor Lorem\",\n      \"icon\": \"veniam velit et\",\n      \"description\": \"labore nulla Excepteur\",\n      \"theme\": \"exercitation dolore amet sit\",\n      \"history\": \"veniam occaecat cillum dolore\",\n      \"homepage\": \"quis Lorem\"\n     },\n     \"_links\": {},\n     \"icon\": {\n      \"path\": \"pariatur Duis elit aliqua\",\n      \"width\": 83718118,\n      \"height\": 53087155,\n      \"isDefault\": false\n     },\n     \"description\": {\n      \"plain\": {\n       \"value\": \"deserunt sit aliqua laborum Ut\",\n       \"representation\": \"plain\",\n       \"embeddedContent\": [\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       ]\n      },\n      \"view\": {\n       \"value\": \"sed officia tempor\",\n       \"representation\": \"view\",\n       \"embeddedContent\": [\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       ]\n      }\n     },\n     \"homepage\": {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     },\n     \"metadata\": {\n      \"labels\": {\n       \"results\": [\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       ],\n       \"start\": -10735523,\n       \"limit\": 66474216,\n       \"size\": -8340749,\n       \"_links\": {}\n      }\n     },\n     \"operations\": [\n      {\n       \"operation\": \"use\",\n       \"targetType\": \"application\"\n      },\n      {\n       \"operation\": \"purge_version\",\n       \"targetType\": \"space\"\n      }\n     ],\n     \"permissions\": [\n      {\n       \"subjects\": {\n        \"_expandable\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"user\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"group\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"operation\": {\n        \"operation\": \"copy\",\n        \"targetType\": \"blogpost\"\n       },\n       \"anonymousAccess\": false,\n       \"unlicensedAccess\": false\n      },\n      {\n       \"subjects\": {\n        \"_expandable\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"user\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"group\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"operation\": {\n        \"operation\": \"update\",\n        \"targetType\": \"blogpost\"\n       },\n       \"anonymousAccess\": false,\n       \"unlicensedAccess\": false\n      }\n     ],\n     \"settings\": {\n      \"routeOverrideEnabled\": false,\n      \"_links\": {}\n     },\n     \"theme\": {},\n     \"lookAndFeel\": {\n      \"headings\": {\n       \"color\": \"irure eu\"\n      },\n      \"links\": {\n       \"color\": \"nostrud officia\"\n      },\n      \"menus\": {\n       \"hoverOrFocus\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"color\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"header\": {\n       \"backgroundColor\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"button\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"primaryNavigation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"secondaryNavigation\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"search\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"content\": {\n       \"screen\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"container\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"header\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"body\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"bordersAndDividers\": {\n       \"color\": \"sed enim ut in sunt\"\n      }\n     },\n     \"history\": {\n      \"createdDate\": \"1953-08-24T01:26:06.426Z\"\n     }\n    },\n    \"history\": {\n     \"latest\": true,\n     \"createdBy\": {\n      \"type\": \"unknown\",\n      \"accountId\": \"et\",\n      \"accountType\": \"app (if this user is a bot user created on behalf of an Atlassian app)\",\n      \"email\": \"elit\",\n      \"publicName\": \"sed anim in\",\n      \"profilePicture\": {\n       \"path\": \"nisi minim sed\",\n       \"width\": -50502713,\n       \"height\": -24274413,\n       \"isDefault\": true\n      },\n      \"displayName\": \"Ut cupidatat ad aliqua\",\n      \"_expandable\": {\n       \"operations\": \"consequat laboris Duis esse\",\n       \"details\": \"reprehenderit\",\n       \"personalSpace\": \"voluptate\"\n      },\n      \"_links\": {},\n      \"username\": \"exercitation\",\n      \"userKey\": \"pariatur est culpa in voluptate\",\n      \"operations\": [\n       {\n        \"operation\": \"export\",\n        \"targetType\": \"application\"\n       },\n       {\n        \"operation\": \"update\",\n        \"targetType\": \"blogpost\"\n       }\n      ],\n      \"details\": {\n       \"business\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"personal\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"personalSpace\": {\n       \"id\": -70402496,\n       \"key\": \"dolor laboris\",\n       \"name\": \"exerci\",\n       \"type\": \"sed consequat ipsum\",\n       \"status\": \"nostrud aute\",\n       \"_expandable\": {\n        \"settings\": \"exercitation\",\n        \"metadata\": \"nostrud in consequat aliquip\",\n        \"operations\": \"ullamco exercitation est\",\n        \"lookAndFeel\": \"fugiat aliqua commodo\",\n        \"permissions\": \"ex elit tempor aliqua velit\",\n        \"icon\": \"irure mollit voluptate\",\n        \"description\": \"adipisicing sunt\",\n        \"theme\": \"laborum mollit deserun\",\n        \"history\": \"elit dolor esse pari\",\n        \"homepage\": \"in eiu\"\n       },\n       \"_links\": {},\n       \"icon\": {\n        \"path\": \"ipsum Duis veniam Excepteur eiusmod\",\n        \"width\": -6559915,\n        \"height\": 2866696,\n        \"isDefault\": false\n       },\n       \"description\": {\n        \"plain\": {\n         \"value\": \"enim Excepteur in veniam elit\",\n         \"representation\": \"plain\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        },\n        \"view\": {\n         \"value\": \"eiusmod reprehenderit\",\n         \"representation\": \"plain\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        }\n       },\n       \"homepage\": {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       \"metadata\": {\n        \"labels\": {\n         \"results\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ],\n         \"start\": 49494651,\n         \"limit\": -6516503,\n         \"size\": -60808172,\n         \"_links\": {}\n        }\n       },\n       \"operations\": [\n        {\n         \"operation\": \"restore\",\n         \"targetType\": \"page\"\n        },\n        {\n         \"operation\": \"administer\",\n         \"targetType\": \"space\"\n        }\n       ],\n       \"permissions\": [\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"purge_version\",\n          \"targetType\": \"attachment\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        },\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"move\",\n          \"targetType\": \"application\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        }\n       ],\n       \"settings\": {\n        \"routeOverrideEnabled\": true,\n        \"_links\": {}\n       },\n       \"theme\": {},\n       \"lookAndFeel\": {\n        \"headings\": {\n         \"color\": \"id ipsum ut\"\n        },\n        \"links\": {\n         \"color\": \"dolore officia mollit\"\n        },\n        \"menus\": {\n         \"hoverOrFocus\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"color\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"header\": {\n         \"backgroundColor\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"button\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"primaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"secondaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"search\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"content\": {\n         \"screen\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"container\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"header\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"body\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"bordersAndDividers\": {\n         \"color\": \"quis eu pariatur\"\n        }\n       },\n       \"history\": {\n        \"createdDate\": \"1964-03-16T16:21:31.424Z\"\n       }\n      }\n     },\n     \"createdDate\": \"1945-10-14T01:10:43.273Z\",\n     \"lastUpdated\": {\n      \"by\": {\n       \"type\": \"unknown\",\n       \"accountId\": \"ea\",\n       \"accountType\": \"atlassian\",\n       \"email\": \"labore\",\n       \"publicName\": \"laboris Lorem Ut laborum\",\n       \"profilePicture\": {\n        \"path\": \"exercitation fugiat cupidatat\",\n        \"width\": 31228028,\n        \"height\": 53693034,\n        \"isDefault\": false\n       },\n       \"displayName\": \"Excepteur laborum\",\n       \"_expandable\": {\n        \"operations\": \"ad\",\n        \"details\": \"id exercitation sed voluptate ad\",\n        \"personalSpace\": \"anim dolor veniam\"\n       },\n       \"_links\": {},\n       \"username\": \"id enim ea\",\n       \"userKey\": \"anim sunt nisi\",\n       \"operations\": [\n        {\n         \"operation\": \"purge_version\",\n         \"targetType\": \"blogpost\"\n        },\n        {\n         \"operation\": \"export\",\n         \"targetType\": \"space\"\n        }\n       ],\n       \"details\": {\n        \"business\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personal\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"personalSpace\": {\n        \"id\": -19953432,\n        \"key\": \"ipsum et id\",\n        \"name\": \"deser\",\n        \"type\": \"dolor dolore nulla\",\n        \"status\": \"enim nisi\",\n        \"_expandable\": {\n         \"settings\": \"officia labore proident\",\n         \"metadata\": \"E\",\n         \"operations\": \"in anim dolor pariatur\",\n         \"lookAndFeel\": \"irure mollit in veniam\",\n         \"permissions\": \"enim exercitation aute amet minim\",\n         \"icon\": \"aliquip in\",\n         \"description\": \"Excepteur fugiat aliqua amet\",\n         \"theme\": \"deserunt Excepteur\",\n         \"history\": \"dolore ut exercitation Lorem\",\n         \"homepage\": \"et consequat\"\n        },\n        \"_links\": {},\n        \"icon\": {\n         \"path\": \"elit Excepteur aute exercitation\",\n         \"width\": -5000219,\n         \"height\": -98565090,\n         \"isDefault\": true\n        },\n        \"description\": {\n         \"plain\": {\n          \"value\": \"laboris incididunt dolor Excepteur\",\n          \"representation\": \"plain\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         },\n         \"view\": {\n          \"value\": \"ullamco anim\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         }\n        },\n        \"homepage\": {\n         \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n        },\n        \"metadata\": {\n         \"labels\": {\n          \"results\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ],\n          \"start\": 49808161,\n          \"limit\": -74003519,\n          \"size\": -86341801,\n          \"_links\": {}\n         }\n        },\n        \"operations\": [\n         {\n          \"operation\": \"delete\",\n          \"targetType\": \"blogpost\"\n         },\n         {\n          \"operation\": \"delete\",\n          \"targetType\": \"space\"\n         }\n        ],\n        \"permissions\": [\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"read\",\n           \"targetType\": \"attachment\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         },\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"use\",\n           \"targetType\": \"space\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         }\n        ],\n        \"settings\": {\n         \"routeOverrideEnabled\": false,\n         \"_links\": {}\n        },\n        \"theme\": {},\n        \"lookAndFeel\": {\n         \"headings\": {\n          \"color\": \"pariatur enim consequat deserunt sit\"\n         },\n         \"links\": {\n          \"color\": \"sed deserunt magna laboris\"\n         },\n         \"menus\": {\n          \"hoverOrFocus\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"color\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"header\": {\n          \"backgroundColor\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"button\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"primaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"secondaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"search\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"content\": {\n          \"screen\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"container\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"header\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"body\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"bordersAndDividers\": {\n          \"color\": \"amet Ut id ea\"\n         }\n        },\n        \"history\": {\n         \"createdDate\": \"1971-03-07T19:05:48.921Z\"\n        }\n       }\n      },\n      \"when\": \"1984-04-05T06:33:26.414Z\",\n      \"friendlyWhen\": \"tempor consectetur velit commodo\",\n      \"message\": \"et\",\n      \"number\": 86944797,\n      \"minorEdit\": false,\n      \"_expandable\": {\n       \"content\": \"Duis Ut dolore Excepteur\",\n       \"collaborators\": \"aute\"\n      },\n      \"_links\": {},\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      },\n      \"collaborators\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"previousVersion\": {\n      \"by\": {\n       \"type\": \"anonymous\",\n       \"accountId\": \"sit in sunt sed\",\n       \"accountType\": \"atlassian\",\n       \"email\": \"nulla nostrud\",\n       \"publicName\": \"voluptate laborum Lorem\",\n       \"profilePicture\": {\n        \"path\": \"dolore ea sun\",\n        \"width\": -56676053,\n        \"height\": -9650519,\n        \"isDefault\": false\n       },\n       \"displayName\": \"Duis consequat elit\",\n       \"_expandable\": {\n        \"operations\": \"quis\",\n        \"details\": \"sed ut\",\n        \"personalSpace\": \"quis ex dolor dolore\"\n       },\n       \"_links\": {},\n       \"username\": \"anim incididunt adipisicing sit\",\n       \"userKey\": \"dolor\",\n       \"operations\": [\n        {\n         \"operation\": \"move\",\n         \"targetType\": \"page\"\n        },\n        {\n         \"operation\": \"use\",\n         \"targetType\": \"attachment\"\n        }\n       ],\n       \"details\": {\n        \"business\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personal\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"personalSpace\": {\n        \"id\": -22478342,\n        \"key\": \"officia dolor ullamco in Duis\",\n        \"name\": \"et officia eiusmod ea\",\n        \"type\": \"non laborum Ut dolor\",\n        \"status\": \"in \",\n        \"_expandable\": {\n         \"settings\": \"labore Duis mollit nulla Lorem\",\n         \"metadata\": \"nisi minim aliquip\",\n         \"operations\": \"voluptate Lorem labore\",\n         \"lookAndFeel\": \"laborum exercitation\",\n         \"permissions\": \"qui enim ipsum\",\n         \"icon\": \"Lorem\",\n         \"description\": \"est dolore\",\n         \"theme\": \"sit adipisicing\",\n         \"history\": \"est occaecat eiusmod officia\",\n         \"homepage\": \"sint deserunt Excepteur et\"\n        },\n        \"_links\": {},\n        \"icon\": {\n         \"path\": \"id dolor\",\n         \"width\": -4175495,\n         \"height\": 90055958,\n         \"isDefault\": false\n        },\n        \"description\": {\n         \"plain\": {\n          \"value\": \"qui sed elit ut\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         },\n         \"view\": {\n          \"value\": \"enim occaecat non\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         }\n        },\n        \"homepage\": {\n         \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n        },\n        \"metadata\": {\n         \"labels\": {\n          \"results\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ],\n          \"start\": 97718722,\n          \"limit\": 17422535,\n          \"size\": -76366177,\n          \"_links\": {}\n         }\n        },\n        \"operations\": [\n         {\n          \"operation\": \"copy\",\n          \"targetType\": \"comment\"\n         },\n         {\n          \"operation\": \"copy\",\n          \"targetType\": \"attachment\"\n         }\n        ],\n        \"permissions\": [\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"administer\",\n           \"targetType\": \"space\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         },\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"update\",\n           \"targetType\": \"blogpost\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         }\n        ],\n        \"settings\": {\n         \"routeOverrideEnabled\": true,\n         \"_links\": {}\n        },\n        \"theme\": {},\n        \"lookAndFeel\": {\n         \"headings\": {\n          \"color\": \"ea laborum non adipisicing sint\"\n         },\n         \"links\": {\n          \"color\": \"laborum \"\n         },\n         \"menus\": {\n          \"hoverOrFocus\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"color\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"header\": {\n          \"backgroundColor\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"button\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"primaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"secondaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"search\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"content\": {\n          \"screen\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"container\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"header\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"body\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"bordersAndDividers\": {\n          \"color\": \"aute Duis labore\"\n         }\n        },\n        \"history\": {\n         \"createdDate\": \"1949-12-30T22:41:19.671Z\"\n        }\n       }\n      },\n      \"when\": \"2006-02-21T03:00:03.718Z\",\n      \"friendlyWhen\": \"pariatur Lorem deserunt eu elit\",\n      \"message\": \"nostrud esse ipsum non\",\n      \"number\": -51987648,\n      \"minorEdit\": true,\n      \"_expandable\": {\n       \"content\": \"Lorem dolore non\",\n       \"collaborators\": \"est culpa\"\n      },\n      \"_links\": {},\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      },\n      \"collaborators\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"contributors\": {\n      \"publishers\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"nextVersion\": {\n      \"by\": {\n       \"type\": \"known\",\n       \"accountId\": \"nulla\",\n       \"accountType\": \"atlassian\",\n       \"email\": \"non\",\n       \"publicName\": \"culpa incididunt mollit\",\n       \"profilePicture\": {\n        \"path\": \"Duis\",\n        \"width\": 22141513,\n        \"height\": -88526027,\n        \"isDefault\": true\n       },\n       \"displayName\": \"et aute\",\n       \"_expandable\": {\n        \"operations\": \"sunt \",\n        \"details\": \"exercitation dolore ipsum dolor amet\",\n        \"personalSpace\": \"reprehenderit sit anim\"\n       },\n       \"_links\": {},\n       \"username\": \"sint consectetur qu\",\n       \"userKey\": \"nulla aliqua quis consectetur adipisicing\",\n       \"operations\": [\n        {\n         \"operation\": \"read\",\n         \"targetType\": \"blogpost\"\n        },\n        {\n         \"operation\": \"restore\",\n         \"targetType\": \"comment\"\n        }\n       ],\n       \"details\": {\n        \"business\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"personal\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"personalSpace\": {\n        \"id\": 16761170,\n        \"key\": \"ex ut cupidatat\",\n        \"name\": \"in\",\n        \"type\": \"ut qui adipisicing laborum\",\n        \"status\": \"culpa do ipsum dolor anim\",\n        \"_expandable\": {\n         \"settings\": \"elit occaecat ex\",\n         \"metadata\": \"dolore est\",\n         \"operations\": \"eiusmod culpa ullamco\",\n         \"lookAndFeel\": \"labore irure nostrud\",\n         \"permissions\": \"aute dolor nisi\",\n         \"icon\": \"et quis ei\",\n         \"description\": \"in eu sed Duis laborum\",\n         \"theme\": \"quis proident nulla\",\n         \"history\": \"enim eu deserunt in\",\n         \"homepage\": \"nisi laboris\"\n        },\n        \"_links\": {},\n        \"icon\": {\n         \"path\": \"et\",\n         \"width\": 86969210,\n         \"height\": -74946999,\n         \"isDefault\": false\n        },\n        \"description\": {\n         \"plain\": {\n          \"value\": \"aute deserunt mollit\",\n          \"representation\": \"plain\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         },\n         \"view\": {\n          \"value\": \"ea nos\",\n          \"representation\": \"view\",\n          \"embeddedContent\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ]\n         }\n        },\n        \"homepage\": {\n         \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n        },\n        \"metadata\": {\n         \"labels\": {\n          \"results\": [\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          ],\n          \"start\": -83905179,\n          \"limit\": -84472627,\n          \"size\": -15022122,\n          \"_links\": {}\n         }\n        },\n        \"operations\": [\n         {\n          \"operation\": \"move\",\n          \"targetType\": \"space\"\n         },\n         {\n          \"operation\": \"restore\",\n          \"targetType\": \"space\"\n         }\n        ],\n        \"permissions\": [\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"purge\",\n           \"targetType\": \"application\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         },\n         {\n          \"subjects\": {\n           \"_expandable\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"user\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           },\n           \"group\": {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n           }\n          },\n          \"operation\": {\n           \"operation\": \"copy\",\n           \"targetType\": \"attachment\"\n          },\n          \"anonymousAccess\": false,\n          \"unlicensedAccess\": false\n         }\n        ],\n        \"settings\": {\n         \"routeOverrideEnabled\": false,\n         \"_links\": {}\n        },\n        \"theme\": {},\n        \"lookAndFeel\": {\n         \"headings\": {\n          \"color\": \"Ut\"\n         },\n         \"links\": {\n          \"color\": \"laboris velit ea\"\n         },\n         \"menus\": {\n          \"hoverOrFocus\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"color\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"header\": {\n          \"backgroundColor\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"button\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"primaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"secondaryNavigation\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"search\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"content\": {\n          \"screen\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"container\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"header\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"body\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"bordersAndDividers\": {\n          \"color\": \"incididunt\"\n         }\n        },\n        \"history\": {\n         \"createdDate\": \"1949-11-12T20:54:28.947Z\"\n        }\n       }\n      },\n      \"when\": \"1978-09-08T02:39:51.070Z\",\n      \"friendlyWhen\": \"incididunt dolore\",\n      \"message\": \"ea proident\",\n      \"number\": 18306344,\n      \"minorEdit\": true,\n      \"_expandable\": {\n       \"content\": \"minim\",\n       \"collaborators\": \"nulla officia ut\"\n      },\n      \"_links\": {},\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      },\n      \"collaborators\": {\n       \"users\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"userKeys\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"_links\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      }\n     },\n     \"_expandable\": {\n      \"lastUpdated\": \"dolore consequat ex deserunt\",\n      \"previousVersion\": \"adipisicing elit mollit\",\n      \"contributors\": \"nostrud irure\",\n      \"nextVersion\": \"ut occaecat consectetur nulla Ut\"\n     },\n     \"_links\": {}\n    },\n    \"version\": {\n     \"by\": {\n      \"type\": \"anonymous\",\n      \"accountId\": \"Lorem in ullamco proident ipsum\",\n      \"accountType\": \"app (if this user is a bot user created on behalf of an Atlassian app)\",\n      \"email\": \"incididunt commodo Lorem\",\n      \"publicName\": \"non s\",\n      \"profilePicture\": {\n       \"path\": \"adipisicing mollit\",\n       \"width\": -22326145,\n       \"height\": 94600174,\n       \"isDefault\": false\n      },\n      \"displayName\": \"ut consequat ea ex veniam\",\n      \"_expandable\": {\n       \"operations\": \"velit laboris consequat\",\n       \"details\": \"est quis id nisi anim\",\n       \"personalSpace\": \"ex cupidatat esse Ut\"\n      },\n      \"_links\": {},\n      \"username\": \"deserunt reprehen\",\n      \"userKey\": \"consectetur ad occaecat in\",\n      \"operations\": [\n       {\n        \"operation\": \"export\",\n        \"targetType\": \"page\"\n       },\n       {\n        \"operation\": \"create\",\n        \"targetType\": \"application\"\n       }\n      ],\n      \"details\": {\n       \"business\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       },\n       \"personal\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n       }\n      },\n      \"personalSpace\": {\n       \"id\": -85645686,\n       \"key\": \"dolore sunt incididunt dolor exercitation\",\n       \"name\": \"ea irure amet\",\n       \"type\": \"ex\",\n       \"status\": \"deserunt\",\n       \"_expandable\": {\n        \"settings\": \"cupidatat consequat\",\n        \"metadata\": \"cillum amet fugiat quis id\",\n        \"operations\": \"minim deserunt sed officia\",\n        \"lookAndFeel\": \"officia aliquip sunt\",\n        \"permissions\": \"id Lore\",\n        \"icon\": \"nulla Excepteur\",\n        \"description\": \"dolore sit aute deserunt\",\n        \"theme\": \"ut culpa commodo in\",\n        \"history\": \"aliqua anim ut officia\",\n        \"homepage\": \"minim cillum\"\n       },\n       \"_links\": {},\n       \"icon\": {\n        \"path\": \"qui sit enim tempor\",\n        \"width\": 66823135,\n        \"height\": -49414225,\n        \"isDefault\": false\n       },\n       \"description\": {\n        \"plain\": {\n         \"value\": \"culpa est id\",\n         \"representation\": \"view\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        },\n        \"view\": {\n         \"value\": \"nulla\",\n         \"representation\": \"plain\",\n         \"embeddedContent\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ]\n        }\n       },\n       \"homepage\": {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       \"metadata\": {\n        \"labels\": {\n         \"results\": [\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         ],\n         \"start\": 52402248,\n         \"limit\": 14251055,\n         \"size\": 60570028,\n         \"_links\": {}\n        }\n       },\n       \"operations\": [\n        {\n         \"operation\": \"create\",\n         \"targetType\": \"page\"\n        },\n        {\n         \"operation\": \"move\",\n         \"targetType\": \"attachment\"\n        }\n       ],\n       \"permissions\": [\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"purge_version\",\n          \"targetType\": \"blogpost\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        },\n        {\n         \"subjects\": {\n          \"_expandable\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"user\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          \"group\": {\n           \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n         },\n         \"operation\": {\n          \"operation\": \"use\",\n          \"targetType\": \"comment\"\n         },\n         \"anonymousAccess\": false,\n         \"unlicensedAccess\": false\n        }\n       ],\n       \"settings\": {\n        \"routeOverrideEnabled\": true,\n        \"_links\": {}\n       },\n       \"theme\": {},\n       \"lookAndFeel\": {\n        \"headings\": {\n         \"color\": \"ipsum dolor amet nisi commodo\"\n        },\n        \"links\": {\n         \"color\": \"eu ad\"\n        },\n        \"menus\": {\n         \"hoverOrFocus\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"color\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"header\": {\n         \"backgroundColor\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"button\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"primaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"secondaryNavigation\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"search\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"content\": {\n         \"screen\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"container\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"header\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         },\n         \"body\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n         }\n        },\n        \"bordersAndDividers\": {\n         \"color\": \"eu sed\"\n        }\n       },\n       \"history\": {\n        \"createdDate\": \"1948-07-16T18:35:03.023Z\"\n       }\n      }\n     },\n     \"when\": \"1960-09-15T07:38:23.807Z\",\n     \"friendlyWhen\": \"mollit dolore nisi\",\n     \"message\": \"occaecat anim deserunt qui magna\",\n     \"number\": -28186010,\n     \"minorEdit\": false,\n     \"_expandable\": {\n      \"content\": \"voluptate adipisicing aute incididunt quis\",\n      \"collaborators\": \"ipsum sunt\"\n     },\n     \"_links\": {},\n     \"content\": {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     },\n     \"collaborators\": {\n      \"users\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"userKeys\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"_links\": {\n       \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n     }\n    },\n    \"ancestors\": [\n     {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     },\n     {\n      \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n     }\n    ],\n    \"operations\": [\n     {\n      \"operation\": \"purge\",\n      \"targetType\": \"space\"\n     },\n     {\n      \"operation\": \"move\",\n      \"targetType\": \"page\"\n     }\n    ],\n    \"children\": {\n     \"_expandable\": {\n      \"attachment\": \"ut irure sed do\",\n      \"comment\": \"cillum et anim consectetur sit\",\n      \"page\": \"velit irure dolor Excep\"\n     },\n     \"_links\": {},\n     \"attachment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 68242753,\n      \"limit\": 40509243,\n      \"size\": 20187434,\n      \"_links\": {}\n     },\n     \"comment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 21634999,\n      \"limit\": -28752570,\n      \"size\": -8283679,\n      \"_links\": {}\n     },\n     \"page\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": -68543372,\n      \"limit\": 62667530,\n      \"size\": -7581908,\n      \"_links\": {}\n     }\n    },\n    \"childTypes\": {\n     \"_expandable\": {\n      \"all\": \"quis ea Ut\",\n      \"attachment\": \"aliquip pariatur cupidatat\",\n      \"comment\": \"quis qui dolore ipsum non\",\n      \"page\": \"nostrud\"\n     },\n     \"attachment\": {\n      \"value\": false,\n      \"_links\": {}\n     },\n     \"comment\": {\n      \"value\": true,\n      \"_links\": {}\n     },\n     \"page\": {\n      \"value\": false,\n      \"_links\": {}\n     }\n    },\n    \"descendants\": {\n     \"_expandable\": {\n      \"attachment\": \"amet culpa cupidatat officia anim\",\n      \"comment\": \"ea aliquip tempor ut\",\n      \"page\": \"minim labore\"\n     },\n     \"_links\": {},\n     \"attachment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 51118403,\n      \"limit\": -54967845,\n      \"size\": -49584561,\n      \"_links\": {}\n     },\n     \"comment\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": -76635353,\n      \"limit\": -24732256,\n      \"size\": -30099694,\n      \"_links\": {}\n     },\n     \"page\": {\n      \"results\": [\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       },\n       {\n        \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n       }\n      ],\n      \"start\": 25126469,\n      \"limit\": -76739303,\n      \"size\": 31295867,\n      \"_links\": {}\n     }\n    },\n    \"container\": {},\n    \"body\": {\n     \"_expandable\": {\n      \"editor\": \"est quis\",\n      \"view\": \"et qui ullamco\",\n      \"export_view\": \"dolor anim nisi\",\n      \"styled_view\": \"ea commodo eiusmod\",\n      \"storage\": \"enim consectetur\",\n      \"editor2\": \"est sed amet in\",\n      \"anonymous_export_view\": \"aute dolore dolor pariatur\"\n     }\n    },\n    \"restrictions\": {\n     \"_links\": {},\n     \"read\": {\n      \"operation\": \"delete\",\n      \"_expandable\": {\n       \"restrictions\": \"exercitation culpa\",\n       \"content\": \"mollit\"\n      },\n      \"_links\": {},\n      \"restrictions\": {\n       \"user\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"group\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"_expandable\": {\n        \"user\": \"non ipsum\",\n        \"group\": \"in nisi reprehenderit nostrud et\"\n       }\n      },\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      }\n     },\n     \"update\": {\n      \"operation\": \"delete\",\n      \"_expandable\": {\n       \"restrictions\": \"dolor veniam aliquip\",\n       \"content\": \"proident pariatur consectetur sint\"\n      },\n      \"_links\": {},\n      \"restrictions\": {\n       \"user\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"group\": {\n        \"results\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"start\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"limit\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": {\n         \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n       },\n       \"_expandable\": {\n        \"user\": \"labore cillum\",\n        \"group\": \"ipsum aliqua qu\"\n       }\n      },\n      \"content\": {\n       \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n      }\n     }\n    },\n    \"_links\": {}\n   },\n   \"title\": \"reprehenderit magna ull\",\n   \"excerpt\": \"minim fugiat nisi laboris mollit\",\n   \"url\": \"ipsum est\",\n   \"resultParentContainer\": {\n    \"title\": \"in Excepteur do\",\n    \"displayUrl\": \"sint\"\n   },\n   \"resultGlobalContainer\": {\n    \"title\": \"cillum in amet\",\n    \"displayUrl\": \"fugiat\"\n   },\n   \"breadcrumbs\": [\n    {\n     \"label\": \"sunt magna deserunt nisi in\",\n     \"url\": \"id Excepteur reprehenderit aute\",\n     \"separator\": \"ad incididunt sunt do proident\"\n    },\n    {\n     \"label\": \"quis dolore aliquip\",\n     \"url\": \"proident amet officia do sed\",\n     \"separator\": \"est q\"\n    }\n   ],\n   \"entityType\": \"incididunt est\",\n   \"iconCssClass\": \"velit\",\n   \"lastModified\": \"1968-12-11T09:06:29.624Z\",\n   \"friendlyLastModified\": \"in nulla adipisicing incididunt fugiat\"\n  }\n ],\n \"start\": -21031650,\n \"limit\": 97339460,\n \"size\": -45142923,\n \"totalSize\": -65956684,\n \"cqlQuery\": \"nisi adipisicing\",\n \"searchDuration\": 78147726,\n \"_links\": {}\n}"
    },
    {
      "name": "Returned if the CQL query cannot be parsed.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/search/user?cql=<string>&start=0&limit=25",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "search",
            "user"
          ],
          "query": [
            {
              "key": "cql",
              "value": "<string>"
            },
            {
              "key": "start",
              "value": "0"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Returned if the calling user does not have permission to access\nConfluence.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/search/user?cql=<string>&start=0&limit=25",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "search",
            "user"
          ],
          "query": [
            {
              "key": "cql",
              "value": "<string>"
            },
            {
              "key": "start",
              "value": "0"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}