Chilkat Online Tools

DataFlex / Atlassian Confluence Cloud / Create content property

Back to Collection Items

Use ChilkatAx-9.5.0-win32.pkg

Procedure Test
    Handle hoHttp
    Boolean iSuccess
    Variant vJson
    Handle hoJson
    Variant vResp
    Handle hoResp
    Variant vSbResponseBody
    Handle hoSbResponseBody
    Handle hoJResp
    Integer iRespStatusCode
    String sTemp1
    Boolean bTemp1

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

    Get Create (RefClass(cComChilkatHttp)) To hoHttp
    If (Not(IsComObjectCreated(hoHttp))) Begin
        Send CreateComObject of hoHttp
    End

    // Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    // The following JSON is sent in the request body.

    // {
    //   "key": "<string>",
    //   "value": "<object>"
    // }

    Get Create (RefClass(cComChilkatJsonObject)) To hoJson
    If (Not(IsComObjectCreated(hoJson))) Begin
        Send CreateComObject of hoJson
    End
    Get ComUpdateString Of hoJson "key" "<string>" To iSuccess
    Get ComUpdateString Of hoJson "value" "<object>" To iSuccess

    // Adds the "Authorization: Bearer <access_token>" header.
    Set ComAuthToken Of hoHttp To "<access_token>"
    Send ComSetRequestHeader To hoHttp "Content-Type" "application/json"

    Get pvComObject of hoJson to vJson
    Get ComPostJson3 Of hoHttp "https://your-domain.atlassian.net/wiki/rest/api/content/:id/property" "application/json" vJson To vResp
    If (IsComObject(vResp)) Begin
        Get Create (RefClass(cComChilkatHttpResponse)) To hoResp
        Set pvComObject Of hoResp To vResp
    End
    Get ComLastMethodSuccess Of hoHttp To bTemp1
    If (bTemp1 = False) Begin
        Get ComLastErrorText Of hoHttp To sTemp1
        Showln sTemp1
        Procedure_Return
    End

    Get Create (RefClass(cComChilkatStringBuilder)) To hoSbResponseBody
    If (Not(IsComObjectCreated(hoSbResponseBody))) Begin
        Send CreateComObject of hoSbResponseBody
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComGetBodySb Of hoResp vSbResponseBody To iSuccess

    Get Create (RefClass(cComChilkatJsonObject)) To hoJResp
    If (Not(IsComObjectCreated(hoJResp))) Begin
        Send CreateComObject of hoJResp
    End
    Get pvComObject of hoSbResponseBody to vSbResponseBody
    Get ComLoadSb Of hoJResp vSbResponseBody To iSuccess
    Set ComEmitCompact Of hoJResp To False

    Showln "Response Body:"
    Get ComEmit Of hoJResp To sTemp1
    Showln sTemp1

    Get ComStatusCode Of hoResp To iRespStatusCode
    Showln "Response Status Code = " iRespStatusCode
    If (iRespStatusCode >= 400) Begin
        Showln "Response Header:"
        Get ComHeader Of hoResp To sTemp1
        Showln sTemp1
        Showln "Failed."
        Send Destroy of hoResp
        Procedure_Return
    End

    Send Destroy of hoResp


End_Procedure

Curl Command

curl -X POST
	-H "Authorization: Bearer <access_token>"
	-H "Content-Type: application/json"
	-d '{
    "key": "<string>",
    "value": "<object>"
}'
https://your-domain.atlassian.net/wiki/rest/api/content/:id/property

Postman Collection Item JSON

{
  "name": "Create content property",
  "request": {
    "auth": {
      "type": "oauth2"
    },
    "method": "POST",
    "header": [
      {
        "key": "Content-Type",
        "value": "application/json"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
    },
    "url": {
      "raw": "{{baseUrl}}/api/content/:id/property",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "content",
        ":id",
        "property"
      ],
      "variable": [
        {
          "key": "id",
          "value": "<string>",
          "type": "string",
          "description": "(Required) The ID of the content to add the property to."
        }
      ]
    },
    "description": "Creates a property for an existing piece of content. For more information\nabout content properties, see [Confluence entity properties](https://developer.atlassian.com/cloud/confluence/confluence-entity-properties/).\n\nThis is the same as [Create content property for key](#api-content-id-property-key-post)\nexcept that the key is specified in the request body instead of as a\npath parameter.\n\nContent properties can also be added when creating a new piece of content\nby including them in the `metadata.properties` of the request.\n\n**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**:\nPermission to update the content."
  },
  "response": [
    {
      "name": "Returned if the content property is created.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/content/:id/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "content",
            ":id",
            "property"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"id\": 49995855,\n \"key\": \"eiusmod culpa sit\",\n \"value\": {},\n \"_links\": {},\n \"version\": {\n  \"when\": \"1998-03-08T10:50:06.125Z\",\n  \"message\": \"culpa enim non laborum\",\n  \"number\": 70918823,\n  \"minorEdit\": false\n },\n \"content\": {\n  \"id\": \"aliqua nisi ut commodo\",\n  \"type\": \"elit in\",\n  \"status\": \"enim nulla in\",\n  \"title\": \"U\",\n  \"_expandable\": {\n   \"childTypes\": \"\",\n   \"container\": \"officia voluptate proident\",\n   \"metadata\": \"sunt in\",\n   \"operations\": \"minim elit velit voluptate\",\n   \"children\": \"tempor nulla adipisicing\",\n   \"restrictions\": \"consectetur Lorem laboris\",\n   \"history\": \"cillum\",\n   \"ancestors\": \"in\",\n   \"body\": \"ut ea sed\",\n   \"version\": \"esse in\",\n   \"descendants\": \"e\",\n   \"space\": \"dolor et anim\"\n  },\n  \"space\": {\n   \"id\": -99349008,\n   \"key\": \"voluptate irure fugiat laboris sit\",\n   \"name\": \"quis id ex enim dolor\",\n   \"type\": \"Ut quis dolore sed\",\n   \"status\": \"laboris velit nisi\",\n   \"_expandable\": {\n    \"settings\": \"nostrud Excepteur officia\",\n    \"metadata\": \"veniam culpa eu\",\n    \"operations\": \"deserunt sint est\",\n    \"lookAndFeel\": \"consectetur do sit\",\n    \"permissions\": \"laboris e\",\n    \"icon\": \"consectetur ut incididunt\",\n    \"description\": \"dolore commodo\",\n    \"theme\": \"qui culpa dol\",\n    \"history\": \"in\",\n    \"homepage\": \"aliquip labore\"\n   },\n   \"_links\": {},\n   \"icon\": {\n    \"path\": \"ea cillum officia tempor\",\n    \"width\": 9646850,\n    \"height\": -32659943,\n    \"isDefault\": false\n   },\n   \"description\": {\n    \"plain\": {\n     \"value\": \"enim id sunt\",\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\": \"aute et veniam enim\",\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\": -61494664,\n     \"limit\": 17186679,\n     \"size\": -66156233,\n     \"_links\": {}\n    }\n   },\n   \"operations\": [\n    {\n     \"operation\": \"create\",\n     \"targetType\": \"application\"\n    },\n    {\n     \"operation\": \"restore\",\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\": \"export\",\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\": \"move\",\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\": \"laborum voluptate\"\n    },\n    \"links\": {\n     \"color\": \"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\": \"do dolore eu\"\n    }\n   },\n   \"history\": {\n    \"createdDate\": \"1944-07-17T18:59:49.863Z\"\n   }\n  },\n  \"history\": {\n   \"latest\": true,\n   \"createdBy\": {\n    \"type\": \"user\",\n    \"accountId\": \"nulla occaecat in\",\n    \"accountType\": \"atlassian\",\n    \"email\": \"esse ad non\",\n    \"publicName\": \"in magna eiusmod dolore\",\n    \"profilePicture\": {\n     \"path\": \"ea do laborum eiusmod\",\n     \"width\": 54019136,\n     \"height\": -56347890,\n     \"isDefault\": true\n    },\n    \"displayName\": \"Lorem \",\n    \"_expandable\": {\n     \"operations\": \"fugiat minim aute aliquip\",\n     \"details\": \"cupidatat\",\n     \"personalSpace\": \"Duis labore reprehenderit\"\n    },\n    \"_links\": {},\n    \"username\": \"dolore reprehe\",\n    \"userKey\": \"officia aliqua\",\n    \"operations\": [\n     {\n      \"operation\": \"administer\",\n      \"targetType\": \"blogpost\"\n     },\n     {\n      \"operation\": \"administer\",\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\": -63575015,\n     \"key\": \"sed est\",\n     \"name\": \"Ut ut sunt\",\n     \"type\": \"ad laborum ut tempor\",\n     \"status\": \"labore ipsum\",\n     \"_expandable\": {\n      \"settings\": \"veniam\",\n      \"metadata\": \"Excepteur consectetur\",\n      \"operations\": \"eiusmod elit qui\",\n      \"lookAndFeel\": \"sint incididunt\",\n      \"permissions\": \"Ut anim cillum adipisicing\",\n      \"icon\": \"c\",\n      \"description\": \"reprehenderit ullamco\",\n      \"theme\": \"et cupidatat pariatur\",\n      \"history\": \"adipisicing dolore sint in laboris\",\n      \"homepage\": \"aliqua ea nostrud eu\"\n     },\n     \"_links\": {},\n     \"icon\": {\n      \"path\": \"nulla Lorem dolor\",\n      \"width\": -5215010,\n      \"height\": 10911176,\n      \"isDefault\": false\n     },\n     \"description\": {\n      \"plain\": {\n       \"value\": \"cupidatat irure ea\",\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\": \"non 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     },\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\": -5495759,\n       \"limit\": 64599517,\n       \"size\": -66778100,\n       \"_links\": {}\n      }\n     },\n     \"operations\": [\n      {\n       \"operation\": \"update\",\n       \"targetType\": \"blogpost\"\n      },\n      {\n       \"operation\": \"restore\",\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\": \"delete\",\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\": \"administer\",\n        \"targetType\": \"application\"\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\": \"laboris voluptate deserunt Lorem\"\n      },\n      \"links\": {\n       \"color\": \"nulla e\"\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 sit\"\n      }\n     },\n     \"history\": {\n      \"createdDate\": \"2008-12-10T01:17:26.176Z\"\n     }\n    }\n   },\n   \"createdDate\": \"1995-03-26T22:22:18.507Z\",\n   \"lastUpdated\": {\n    \"by\": {\n     \"type\": \"unknown\",\n     \"accountId\": \"Duis officia dolor\",\n     \"accountType\": \"atlassian\",\n     \"email\": \"dolore ut sint incididunt\",\n     \"publicName\": \"id do Excepteur\",\n     \"profilePicture\": {\n      \"path\": \"aliquip mollit ad ea\",\n      \"width\": 96247362,\n      \"height\": 9789256,\n      \"isDefault\": false\n     },\n     \"displayName\": \"ea aute adipisicing enim e\",\n     \"_expandable\": {\n      \"operations\": \"velit ullamco irure aliqua tempor\",\n      \"details\": \"minim officia \",\n      \"personalSpace\": \"proident veniam\"\n     },\n     \"_links\": {},\n     \"username\": \"nisi minim culpa\",\n     \"userKey\": \"aliquip cupidatat in\",\n     \"operations\": [\n      {\n       \"operation\": \"restore\",\n       \"targetType\": \"attachment\"\n      },\n      {\n       \"operation\": \"delete\",\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\": -76916083,\n      \"key\": \"proident commodo minim\",\n      \"name\": \"ex laborum amet incididunt officia\",\n      \"type\": \"nisi cupidatat eu\",\n      \"status\": \"dolor incididunt occaecat dolore\",\n      \"_expandable\": {\n       \"settings\": \"ex velit Excepteur sit adipisicing\",\n       \"metadata\": \"ma\",\n       \"operations\": \"ullamco aliquip\",\n       \"lookAndFeel\": \"eu esse sint reprehenderit deserunt\",\n       \"permissions\": \"consequat in\",\n       \"icon\": \"ut deserunt\",\n       \"description\": \"quis\",\n       \"theme\": \"deserunt commodo ipsum\",\n       \"history\": \"ad anim\",\n       \"homepage\": \"ad sint laboris\"\n      },\n      \"_links\": {},\n      \"icon\": {\n       \"path\": \"et qui reprehenderit est\",\n       \"width\": -25763348,\n       \"height\": 77688782,\n       \"isDefault\": true\n      },\n      \"description\": {\n       \"plain\": {\n        \"value\": \"ipsu\",\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\": \"in occae\",\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\": -79398379,\n        \"limit\": 17055145,\n        \"size\": -16614983,\n        \"_links\": {}\n       }\n      },\n      \"operations\": [\n       {\n        \"operation\": \"move\",\n        \"targetType\": \"blogpost\"\n       },\n       {\n        \"operation\": \"copy\",\n        \"targetType\": \"comment\"\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\": \"create\",\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\": \"create\",\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\": \"officia mollit dolore in\"\n       },\n       \"links\": {\n        \"color\": \"non\"\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\": \"ad ullamco\"\n       }\n      },\n      \"history\": {\n       \"createdDate\": \"1971-06-06T21:36:12.078Z\"\n      }\n     }\n    },\n    \"when\": \"1949-06-29T07:07:59.586Z\",\n    \"friendlyWhen\": \"culpa sit minim\",\n    \"message\": \"ad aliqua eu voluptate\",\n    \"number\": -33652712,\n    \"minorEdit\": false,\n    \"_expandable\": {\n     \"content\": \"est\",\n     \"collaborators\": \"Duis aliqua 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   \"previousVersion\": {\n    \"by\": {\n     \"type\": \"unknown\",\n     \"accountId\": \"et enim incididunt officia\",\n     \"accountType\": \"atlassian\",\n     \"email\": \"sint nisi dolore\",\n     \"publicName\": \"aliqua exercitation veniam\",\n     \"profilePicture\": {\n      \"path\": \"nulla sed sit\",\n      \"width\": 67928675,\n      \"height\": -34481020,\n      \"isDefault\": false\n     },\n     \"displayName\": \"Excepteur Duis veniam\",\n     \"_expandable\": {\n      \"operations\": \"eiusmod veniam\",\n      \"details\": \"velit ex eu adipi\",\n      \"personalSpace\": \"mollit\"\n     },\n     \"_links\": {},\n     \"username\": \"irure mollit ex eiusmod cupidatat\",\n     \"userKey\": \"culpa\",\n     \"operations\": [\n      {\n       \"operation\": \"delete\",\n       \"targetType\": \"space\"\n      },\n      {\n       \"operation\": \"restore\",\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\": -93085421,\n      \"key\": \"in\",\n      \"name\": \"in ullamco veniam sint consectetur\",\n      \"type\": \"Lorem ea\",\n      \"status\": \"Lorem incididunt do exercitation\",\n      \"_expandable\": {\n       \"settings\": \"reprehenderit dolore\",\n       \"metadata\": \"aute irure\",\n       \"operations\": \"anim sit\",\n       \"lookAndFeel\": \"non labore quis\",\n       \"permissions\": \"ipsum veniam eu magna consequat\",\n       \"icon\": \"adipisicin\",\n       \"description\": \"occaecat magna mollit commodo\",\n       \"theme\": \"officia quis mollit fugiat velit\",\n       \"history\": \"nostrud dolore\",\n       \"homepage\": \"dolor sint\"\n      },\n      \"_links\": {},\n      \"icon\": {\n       \"path\": \"officia minim ut\",\n       \"width\": -12363291,\n       \"height\": -61415268,\n       \"isDefault\": false\n      },\n      \"description\": {\n       \"plain\": {\n        \"value\": \"veniam culpa\",\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\": \"ex ea reprehenderit amet occaecat\",\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\": -54551885,\n        \"limit\": 15629542,\n        \"size\": 90033433,\n        \"_links\": {}\n       }\n      },\n      \"operations\": [\n       {\n        \"operation\": \"restore\",\n        \"targetType\": \"attachment\"\n       },\n       {\n        \"operation\": \"create\",\n        \"targetType\": \"comment\"\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\": \"restore\",\n         \"targetType\": \"application\"\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\": \"occaecat\"\n       },\n       \"links\": {\n        \"color\": \"aliquip voluptate velit\"\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\": \"sint sit nulla ips\"\n       }\n      },\n      \"history\": {\n       \"createdDate\": \"2003-12-02T03:24:00.245Z\"\n      }\n     }\n    },\n    \"when\": \"1986-07-07T00:34:45.610Z\",\n    \"friendlyWhen\": \"sint adipisicing aute velit\",\n    \"message\": \"reprehenderit nostrud Excepteur\",\n    \"number\": 79790664,\n    \"minorEdit\": false,\n    \"_expandable\": {\n     \"content\": \"dolor do nulla\",\n     \"collaborators\": \"dolor aliquip sint\"\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\": \"unknown\",\n     \"accountId\": \"est dolore\",\n     \"accountType\": \"app (if this user is a bot user created on behalf of an Atlassian app)\",\n     \"email\": \"in labore dolor\",\n     \"publicName\": \"enim et ea\",\n     \"profilePicture\": {\n      \"path\": \"co\",\n      \"width\": 49701315,\n      \"height\": 91957178,\n      \"isDefault\": true\n     },\n     \"displayName\": \"aliquip dolore enim\",\n     \"_expandable\": {\n      \"operations\": \"ullamco Ut officia ipsum\",\n      \"details\": \"esse voluptate id\",\n      \"personalSpace\": \"eiusmod dolore officia est\"\n     },\n     \"_links\": {},\n     \"username\": \"Ut cillum commodo\",\n     \"userKey\": \"pariatur adipisicing occaecat sint\",\n     \"operations\": [\n      {\n       \"operation\": \"read\",\n       \"targetType\": \"space\"\n      },\n      {\n       \"operation\": \"administer\",\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\": 14249113,\n      \"key\": \"magna enim\",\n      \"name\": \"velit nulla laborum reprehenderit consectetur\",\n      \"type\": \"ullamco mollit\",\n      \"status\": \"ea culpa\",\n      \"_expandable\": {\n       \"settings\": \"ex id anim veniam nulla\",\n       \"metadata\": \"do cupidatat Excepteur\",\n       \"operations\": \"fugiat occaecat aliqua eu nulla\",\n       \"lookAndFeel\": \"tempor officia ut\",\n       \"permissions\": \"minim inci\",\n       \"icon\": \"irure cillum\",\n       \"description\": \"officia do aliquip\",\n       \"theme\": \"aliquip in nostrud est esse\",\n       \"history\": \"cupidatat in voluptate \",\n       \"homepage\": \"tempor nulla consectetur\"\n      },\n      \"_links\": {},\n      \"icon\": {\n       \"path\": \"Excepteur incididunt deserunt dolore Ut\",\n       \"width\": 71711707,\n       \"height\": 68001938,\n       \"isDefault\": false\n      },\n      \"description\": {\n       \"plain\": {\n        \"value\": \"nostrud sunt magna incididu\",\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\": \"nostrud Lorem minim 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      },\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\": -80405193,\n        \"limit\": -19583573,\n        \"size\": -12498881,\n        \"_links\": {}\n       }\n      },\n      \"operations\": [\n       {\n        \"operation\": \"create\",\n        \"targetType\": \"blogpost\"\n       },\n       {\n        \"operation\": \"export\",\n        \"targetType\": \"comment\"\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\": \"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\": \"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\": \"sed\"\n       },\n       \"links\": {\n        \"color\": \"cillu\"\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\": \"reprehenderit enim\"\n       }\n      },\n      \"history\": {\n       \"createdDate\": \"2010-04-16T21:31:42.934Z\"\n      }\n     }\n    },\n    \"when\": \"2016-11-08T11:46:19.742Z\",\n    \"friendlyWhen\": \"dolore mollit tempor\",\n    \"message\": \"officia aute\",\n    \"number\": -94356003,\n    \"minorEdit\": true,\n    \"_expandable\": {\n     \"content\": \"ullamco dolore veniam voluptate\",\n     \"collaborators\": \"in in\"\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\": \"est laborum laboris ad\",\n    \"previousVersion\": \"sint id Duis\",\n    \"contributors\": \"irure nisi Duis ea sunt\",\n    \"nextVersion\": \"ut\"\n   },\n   \"_links\": {}\n  },\n  \"version\": {\n   \"by\": {\n    \"type\": \"user\",\n    \"accountId\": \"proident deserunt\",\n    \"accountType\": \"app (if this user is a bot user created on behalf of an Atlassian app)\",\n    \"email\": \"laborum ullamco nisi qui\",\n    \"publicName\": \"amet occaecat do adipisicing\",\n    \"profilePicture\": {\n     \"path\": \"do in\",\n     \"width\": -53319611,\n     \"height\": -73150562,\n     \"isDefault\": true\n    },\n    \"displayName\": \"consectetur incididunt Duis id\",\n    \"_expandable\": {\n     \"operations\": \"elit esse ut sed ea\",\n     \"details\": \"labore et irure\",\n     \"personalSpace\": \"nostrud\"\n    },\n    \"_links\": {},\n    \"username\": \"officia minim\",\n    \"userKey\": \"consectetur consequat\",\n    \"operations\": [\n     {\n      \"operation\": \"use\",\n      \"targetType\": \"attachment\"\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\": 2711965,\n     \"key\": \"Duis ad ex proident\",\n     \"name\": \"ullamco eu nostrud qui\",\n     \"type\": \"officia ex\",\n     \"status\": \"anim dolor Excepteur\",\n     \"_expandable\": {\n      \"settings\": \"labore\",\n      \"metadata\": \"anim eiusmod Duis\",\n      \"operations\": \"cupidatat ea consequat\",\n      \"lookAndFeel\": \"Ut\",\n      \"permissions\": \"qui ex voluptate\",\n      \"icon\": \"eiusmod enim f\",\n      \"description\": \"consectetur Ut pariatur id ad\",\n      \"theme\": \"ad in in\",\n      \"history\": \"sint\",\n      \"homepage\": \"nulla ea ad dolore elit\"\n     },\n     \"_links\": {},\n     \"icon\": {\n      \"path\": \"in\",\n      \"width\": -72194339,\n      \"height\": -16460370,\n      \"isDefault\": true\n     },\n     \"description\": {\n      \"plain\": {\n       \"value\": \"cillum ut labore\",\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\": \"exercitation et est 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\": 1944527,\n       \"limit\": 33927401,\n       \"size\": -36530858,\n       \"_links\": {}\n      }\n     },\n     \"operations\": [\n      {\n       \"operation\": \"restore\",\n       \"targetType\": \"blogpost\"\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\": \"delete\",\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\": \"purge\",\n        \"targetType\": \"application\"\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\": \"id\"\n      },\n      \"links\": {\n       \"color\": \"proident commodo\"\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\": \"consequat occaecat\"\n      }\n     },\n     \"history\": {\n      \"createdDate\": \"1948-09-25T00:19:41.954Z\"\n     }\n    }\n   },\n   \"when\": \"1971-11-25T22:58:40.429Z\",\n   \"friendlyWhen\": \"non consectetur\",\n   \"message\": \"officia enim\",\n   \"number\": 23427866,\n   \"minorEdit\": false,\n   \"_expandable\": {\n    \"content\": \"laboris adipisicing\",\n    \"collaborators\": \"officia labore Ut cupid\"\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\": \"copy\",\n    \"targetType\": \"comment\"\n   },\n   {\n    \"operation\": \"read\",\n    \"targetType\": \"page\"\n   }\n  ],\n  \"children\": {\n   \"_expandable\": {\n    \"attachment\": \"in nulla dolore laborum\",\n    \"comment\": \"non elit\",\n    \"page\": \"voluptate et labore qui\"\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\": -52299885,\n    \"limit\": 14542503,\n    \"size\": 98182781,\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\": 58755111,\n    \"limit\": -27146561,\n    \"size\": 17527577,\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\": 7195154,\n    \"limit\": 72948516,\n    \"size\": -56897568,\n    \"_links\": {}\n   }\n  },\n  \"childTypes\": {\n   \"_expandable\": {\n    \"all\": \"reprehenderit non in sit ipsum\",\n    \"attachment\": \"in Excepteur iru\",\n    \"comment\": \"occaecat ipsum eu\",\n    \"page\": \"sed enim nulla consectetur esse\"\n   },\n   \"attachment\": {\n    \"value\": true,\n    \"_links\": {}\n   },\n   \"comment\": {\n    \"value\": false,\n    \"_links\": {}\n   },\n   \"page\": {\n    \"value\": true,\n    \"_links\": {}\n   }\n  },\n  \"descendants\": {\n   \"_expandable\": {\n    \"attachment\": \"dolore \",\n    \"comment\": \"commodo reprehenderit sed aliqua\",\n    \"page\": \"dolor id occaecat 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\": 39671609,\n    \"limit\": 32635791,\n    \"size\": -98612873,\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\": 413235,\n    \"limit\": -22262034,\n    \"size\": -628156,\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\": 87719,\n    \"limit\": -69435506,\n    \"size\": 86955275,\n    \"_links\": {}\n   }\n  },\n  \"container\": {},\n  \"body\": {\n   \"_expandable\": {\n    \"editor\": \"aliquip ut Excepteur\",\n    \"view\": \"aute labore aliquip qui\",\n    \"export_view\": \"aute laboris eiusmod occaecat\",\n    \"styled_view\": \"dolore ullamco non\",\n    \"storage\": \"mollit dolor proident\",\n    \"editor2\": \"officia in Excepteur cillum\",\n    \"anonymous_export_view\": \"dolor ad consectetur\"\n   }\n  },\n  \"restrictions\": {\n   \"_links\": {},\n   \"read\": {\n    \"operation\": \"update\",\n    \"_expandable\": {\n     \"restrictions\": \"enim veniam\",\n     \"content\": \"velit eiusmod ullamco amet\"\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\": \"aute nisi\",\n      \"group\": \"in ut amet\"\n     }\n    },\n    \"content\": {\n     \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n    }\n   },\n   \"update\": {\n    \"operation\": \"delete\",\n    \"_expandable\": {\n     \"restrictions\": \"enim officia cupidatat\",\n     \"content\": \"esse proident eu\"\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\": \"ven\",\n      \"group\": \"quis nulla\"\n     }\n    },\n    \"content\": {\n     \"value\": \"<Circular reference to #/components/schemas/Content detected>\"\n    }\n   }\n  },\n  \"_links\": {}\n }\n}"
    },
    {
      "name": "Returned if;\n\n- The content already has a property with the given key.\n- The key is too long.\n- The key is empty.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/content/:id/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "content",
            ":id",
            "property"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Returned if the user does not have permission to edit the content\nwith the given ID.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/content/:id/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "content",
            ":id",
            "property"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Returned if the value is too long.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": {
              "content": "Added as a part of security scheme: oauth2",
              "type": "text/plain"
            },
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"key\": \"<string>\",\n    \"value\": \"<object>\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/api/content/:id/property",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "content",
            ":id",
            "property"
          ],
          "variable": [
            {
              "key": "id"
            }
          ]
        }
      },
      "status": "Request Entity Too Large",
      "code": 413,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}