Get content

GET {{baseUrl}}/api/content?type=page&spaceKey=<string>&title=<string>&status=current&postingDay=<string>&expand=<string>&expand=<string>&trigger=<string>&orderby=<string>&start=0&limit=25

Returns all content in a Confluence instance.

By default, the following objects are expanded: space, history, version.

Permissions required: Permission to access the Confluence site ('Can use' global permission). Only content that the user has permission to view will be returned.

Request Params

KeyDatatypeRequiredDescription
typestringThe type of content to return.
spaceKeystringThe key of the space to be queried for its content.
titlestringThe title of the page to be returned. Required for <code>page</code> type.
statusstringFilter the results to a set of content based on their status. If set to any,
content with any status is returned. Note, the historical status is currently
not supported.
postingDaystringThe posting date of the blog post to be returned. Required for
<code>blogpost</code> type. Format: <code>yyyy-mm-dd</code>.
expandstringA multi-value parameter indicating which properties of the content to expand.
  • childTypes.all returns whether the content has attachments, comments, or child pages. Use this if you only need to check whether the content has children of a particular type.
  • childTypes.attachment returns whether the content has attachments.
  • childTypes.comment returns whether the content has comments.
  • childTypes.page returns whether the content has child pages.
  • container returns the space that the content is in. This is the same as the information returned by Get space.
  • metadata.currentuser returns information about the current user in relation to the content, including when they last viewed it, modified it, contributed to it, or added it as a favorite.
  • metadata.properties returns content properties that have been set via the Confluence REST API.
  • metadata.labels returns the labels that have been added to the content.
  • metadata.frontend this property is only used by Atlassian.
  • operations returns the operations for the content, which are used when setting permissions.
  • children.page returns pages that are descendants at the level immediately below the content.
  • children.attachment returns all attachments for the content.
  • children.comment returns all comments on the content.
  • restrictions.read.restrictions.user returns the users that have permission to read the content.
  • restrictions.read.restrictions.group returns the groups that have permission to read the content. Note that this may return deleted groups, because deleting a group doesn't remove associated restrictions.
  • restrictions.update.restrictions.user returns the users that have permission to update the content.
  • restrictions.update.restrictions.group returns the groups that have permission to update the content. Note that this may return deleted groups because deleting a group doesn't remove associated restrictions.
  • history returns the history of the content, including the date it was created.
  • history.lastUpdated returns information about the most recent update of the content, including who updated it and when it was updated.
  • history.previousVersion returns information about the update prior to the current content update.
  • history.contributors returns all of the users who have contributed to the content.
  • history.nextVersion returns information about the update after to the current content update.
  • ancestors returns the parent page, if the content is a page.
  • body returns the body of the content in different formats, including the editor format, view format, and export format.
  • version returns information about the most recent update of the content, including who updated it and when it was updated.
  • descendants.page returns pages that are descendants at any level below the content.
  • descendants.attachment returns all attachments for the content, same as children.attachment.
  • descendants.comment returns all comments on the content, same as children.comment.
  • space returns the space that the content is in. This is the same as the information returned by Get space.

In addition, the following comment-specific expansions can be used:

  • extensions.inlineProperties returns inline comment-specific properties.

  • extensions.resolution returns the resolution status of each comment. | | expand | string | | A multi-value parameter indicating which properties of the content to expand.

  • childTypes.all returns whether the content has attachments, comments, or child pages. Use this if you only need to check whether the content has children of a particular type.

  • childTypes.attachment returns whether the content has attachments.

  • childTypes.comment returns whether the content has comments.

  • childTypes.page returns whether the content has child pages.

  • container returns the space that the content is in. This is the same as the information returned by Get space.

  • metadata.currentuser returns information about the current user in relation to the content, including when they last viewed it, modified it, contributed to it, or added it as a favorite.

  • metadata.properties returns content properties that have been set via the Confluence REST API.

  • metadata.labels returns the labels that have been added to the content.

  • metadata.frontend this property is only used by Atlassian.

  • operations returns the operations for the content, which are used when setting permissions.

  • children.page returns pages that are descendants at the level immediately below the content.

  • children.attachment returns all attachments for the content.

  • children.comment returns all comments on the content.

  • restrictions.read.restrictions.user returns the users that have permission to read the content.

  • restrictions.read.restrictions.group returns the groups that have permission to read the content. Note that this may return deleted groups, because deleting a group doesn't remove associated restrictions.

  • restrictions.update.restrictions.user returns the users that have permission to update the content.

  • restrictions.update.restrictions.group returns the groups that have permission to update the content. Note that this may return deleted groups because deleting a group doesn't remove associated restrictions.

  • history returns the history of the content, including the date it was created.

  • history.lastUpdated returns information about the most recent update of the content, including who updated it and when it was updated.

  • history.previousVersion returns information about the update prior to the current content update.

  • history.contributors returns all of the users who have contributed to the content.

  • history.nextVersion returns information about the update after to the current content update.

  • ancestors returns the parent page, if the content is a page.

  • body returns the body of the content in different formats, including the editor format, view format, and export format.

  • version returns information about the most recent update of the content, including who updated it and when it was updated.

  • descendants.page returns pages that are descendants at any level below the content.

  • descendants.attachment returns all attachments for the content, same as children.attachment.

  • descendants.comment returns all comments on the content, same as children.comment.

  • space returns the space that the content is in. This is the same as the information returned by Get space.

In addition, the following comment-specific expansions can be used:

  • extensions.inlineProperties returns inline comment-specific properties.
  • extensions.resolution returns the resolution status of each comment. | | trigger | string | | If set to viewed, the request will trigger a 'viewed' event for the content. When this event is triggered, the page/blogpost will appear on the 'Recently visited' tab of the user's Confluence dashboard. | | orderby | string | | Orders the content by a particular field. Specify the field and sort direction for this parameter, as follows: 'fieldpath asc/desc'. For example, 'history.createdDate desc'. | | start | number | | The starting index of the returned content. | | limit | number | | The maximum number of content objects to return per page. Note, this may be restricted by fixed system limits. |

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;id&quot;:&quot;sunt do&quot;,&quot;type&quot;:&quot;sunt laboris dolor consequat&quot;,&quot;status&quot;:&quot;culpa tempo&quot;,&quot;title&quot;:&quot;do&quot;,&quot;_expandable&quot;:{&quot;childTypes&quot;:&quot;do pariatur Excepteur in&quot;,&quot;container&quot;:&quot;Lorem irure enim&quot;,&quot;metadata&quot;:&quot;labore&quot;,&quot;operations&quot;:&quot;sit minim officia&quot;,&quot;children&quot;:&quot;est id&quot;,&quot;restrictions&quot;:&quot;mollit voluptate&quot;,&quot;history&quot;:&quot;do officia&quot;,&quot;ancestors&quot;:&quot;Excepteur et in nulla officia&quot;,&quot;body&quot;:&quot;consectetur qui magna&quot;,&quot;version&quot;:&quot;nisi sunt&quot;,&quot;descendants&quot;:&quot;esse sint dolore quis consequat&quot;,&quot;space&quot;:&quot;proi&quot;},&quot;space&quot;:{&quot;id&quot;:60205660,&quot;key&quot;:&quot;ipsum incidid&quot;,&quot;name&quot;:&quot;id nisi velit officia&quot;,&quot;type&quot;:&quot;sit esse&quot;,&quot;status&quot;:&quot;ad Ut dolor minim&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;sed&quot;,&quot;metadata&quot;:&quot;commodo est esse sunt&quot;,&quot;operations&quot;:&quot;laboris aliqua cillum sunt est&quot;,&quot;lookAndFeel&quot;:&quot;cillum consequat&quot;,&quot;permissions&quot;:&quot;eiusmod&quot;,&quot;icon&quot;:&quot;in&quot;,&quot;description&quot;:&quot;mollit minim nostrud nisi consectetur&quot;,&quot;theme&quot;:&quot;laborum nulla&quot;,&quot;history&quot;:&quot;laborum &quot;,&quot;homepage&quot;:&quot;voluptate laboris&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;esse adipisicing&quot;,&quot;width&quot;:35801114,&quot;height&quot;:-71802023,&quot;isDefault&quot;:false},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;eu fugiat adipisicing cupidatat&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;labore dolor sed&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:21335566,&quot;limit&quot;:-96767725,&quot;size&quot;:-5422569,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;administer&quot;,&quot;targetType&quot;:&quot;page&quot;},{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;page&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;space&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;Lorem fugiat eiusmod&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;dolore amet v&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;aliqua&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1945-07-20T12:47:31.912Z&quot;}},&quot;history&quot;:{&quot;latest&quot;:false,&quot;createdBy&quot;:{&quot;type&quot;:&quot;anonymous&quot;,&quot;accountId&quot;:&quot;esse tempor&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;ea&quot;,&quot;publicName&quot;:&quot;tempor Lorem&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;esse commodo&quot;,&quot;width&quot;:88171188,&quot;height&quot;:30413884,&quot;isDefault&quot;:false},&quot;displayName&quot;:&quot;ullamco id&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;ea in pariatur enim&quot;,&quot;details&quot;:&quot;oc&quot;,&quot;personalSpace&quot;:&quot;amet aliquip&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;non eu dolor&quot;,&quot;userKey&quot;:&quot;aliqua&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;attachment&quot;},{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:1692968,&quot;key&quot;:&quot;irure reprehenderit occaecat ut&quot;,&quot;name&quot;:&quot;ad aliquip velit quis Lorem&quot;,&quot;type&quot;:&quot;reprehenderit elit consectetur voluptate&quot;,&quot;status&quot;:&quot;minim tempor in consectetur eiusmod&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;ex id sed ali&quot;,&quot;metadata&quot;:&quot;irure&quot;,&quot;operations&quot;:&quot;Excepteur culpa nulla&quot;,&quot;lookAndFeel&quot;:&quot;officia&quot;,&quot;permissions&quot;:&quot;ullamco&quot;,&quot;icon&quot;:&quot;sit aute commodo eiusmod incididunt&quot;,&quot;description&quot;:&quot;eiusmod culpa&quot;,&quot;theme&quot;:&quot;exercitation ea dolore esse&quot;,&quot;history&quot;:&quot;amet ea c&quot;,&quot;homepage&quot;:&quot;nisi&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;ad&quot;,&quot;width&quot;:80571438,&quot;height&quot;:-38013815,&quot;isDefault&quot;:false},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;dolor dolor voluptate ad&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;sunt esse Excepteur&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:-34005828,&quot;limit&quot;:-4301482,&quot;size&quot;:53581374,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;attachment&quot;},{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;comment&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;attachment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;comment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;Excepteur in&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;minim in&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;nostrud commodo aute&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;2004-09-10T04:35:23.772Z&quot;}}},&quot;createdDate&quot;:&quot;1970-03-27T08:07:00.591Z&quot;,&quot;lastUpdated&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;unknown&quot;,&quot;accountId&quot;:&quot;elit ipsum sed dolor ut&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;enim est&quot;,&quot;publicName&quot;:&quot;Excepteur&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;do&quot;,&quot;width&quot;:-17523343,&quot;height&quot;:-78582915,&quot;isDefault&quot;:false},&quot;displayName&quot;:&quot;sint ea ut nulla&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;exercitation ut ad culpa&quot;,&quot;details&quot;:&quot;eu dolore reprehenderit dolor&quot;,&quot;personalSpace&quot;:&quot;eu in sed enim&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;aliqua Excepteur ea consectetur&quot;,&quot;userKey&quot;:&quot;cillum non&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;blogpost&quot;},{&quot;operation&quot;:&quot;create&quot;,&quot;targetType&quot;:&quot;application&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:18387654,&quot;key&quot;:&quot;Lorem nostrud&quot;,&quot;name&quot;:&quot;exercitation ex&quot;,&quot;type&quot;:&quot;Exc&quot;,&quot;status&quot;:&quot;consectetur nostrud&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;exercitation dolore&quot;,&quot;metadata&quot;:&quot;exercitation ipsum fugiat&quot;,&quot;operations&quot;:&quot;dolore mollit fugiat&quot;,&quot;lookAndFeel&quot;:&quot;cupidatat voluptate cillum Excepteur&quot;,&quot;permissions&quot;:&quot;dolore non aliquip sit&quot;,&quot;icon&quot;:&quot;Duis ullamco ex aliqua&quot;,&quot;description&quot;:&quot;Lorem veniam&quot;,&quot;theme&quot;:&quot;eiusmod su&quot;,&quot;history&quot;:&quot;pariatur consectetur in&quot;,&quot;homepage&quot;:&quot;cupidatat id est labore&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;laborum consequat culpa&quot;,&quot;width&quot;:-90302953,&quot;height&quot;:28345706,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;sit incididunt ut occaecat pariatur&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;d&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:8195310,&quot;limit&quot;:-65165782,&quot;size&quot;:27626413,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;move&quot;,&quot;targetType&quot;:&quot;page&quot;},{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;comment&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;application&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;comment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:true,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;qui et&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;Duis eu in elit&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;cillum&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;2016-06-25T06:14:12.035Z&quot;}}},&quot;when&quot;:&quot;1956-01-29T03:40:00.569Z&quot;,&quot;friendlyWhen&quot;:&quot;consectetur ut sunt est&quot;,&quot;message&quot;:&quot;adipisicing mollit&quot;,&quot;number&quot;:45571709,&quot;minorEdit&quot;:true,&quot;_expandable&quot;:{&quot;content&quot;:&quot;Lorem irure ad reprehenderit culpa&quot;,&quot;collaborators&quot;:&quot;Duis enim dolore laborum&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;previousVersion&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;known&quot;,&quot;accountId&quot;:&quot;consequat sunt amet&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;enim&quot;,&quot;publicName&quot;:&quot;consectetur culpa&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;dolor&quot;,&quot;width&quot;:7395906,&quot;height&quot;:68757318,&quot;isDefault&quot;:false},&quot;displayName&quot;:&quot;magna tempor&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;Lorem sunt eiusmod dolore&quot;,&quot;details&quot;:&quot;non Duis amet et&quot;,&quot;personalSpace&quot;:&quot;laboris sint dolore nisi&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;dolor ipsum velit&quot;,&quot;userKey&quot;:&quot;consectetur reprehenderit ipsu&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;blogpost&quot;},{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;blogpost&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:96838729,&quot;key&quot;:&quot;nostrud&quot;,&quot;name&quot;:&quot;reprehenderit voluptate nisi qui&quot;,&quot;type&quot;:&quot;sed&quot;,&quot;status&quot;:&quot;est non in cupidatat&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;minim incididunt velit voluptate&quot;,&quot;metadata&quot;:&quot;ullamco in ut&quot;,&quot;operations&quot;:&quot;consequat ad veniam quis&quot;,&quot;lookAndFeel&quot;:&quot;in dolore est eu&quot;,&quot;permissions&quot;:&quot;ea ex irure&quot;,&quot;icon&quot;:&quot;eiusmod id amet Excepteur&quot;,&quot;description&quot;:&quot;eu ea&quot;,&quot;theme&quot;:&quot;magna qui nulla&quot;,&quot;history&quot;:&quot;reprehenderit quis dolor cupidatat&quot;,&quot;homepage&quot;:&quot;ex&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;dolor voluptat&quot;,&quot;width&quot;:94556407,&quot;height&quot;:-5348603,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;in irure occaecat sunt&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;dolor enim mollit anim labore&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:69606272,&quot;limit&quot;:54271640,&quot;size&quot;:-42912317,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;comment&quot;},{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;application&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;use&quot;,&quot;targetType&quot;:&quot;comment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;attachment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;officia&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;id Duis aliquip non&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;Excepteur&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1987-01-30T02:57:52.771Z&quot;}}},&quot;when&quot;:&quot;2020-10-02T22:02:12.743Z&quot;,&quot;friendlyWhen&quot;:&quot;sint mollit&quot;,&quot;message&quot;:&quot;incididunt&quot;,&quot;number&quot;:-65934150,&quot;minorEdit&quot;:true,&quot;_expandable&quot;:{&quot;content&quot;:&quot;laborum ullamco aute nostrud&quot;,&quot;collaborators&quot;:&quot;nostrud enim&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;contributors&quot;:{&quot;publishers&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;nextVersion&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;anonymous&quot;,&quot;accountId&quot;:&quot;ut dolor do a&quot;,&quot;accountType&quot;:&quot;atlassian&quot;,&quot;email&quot;:&quot;amet veniam dolore nostrud&quot;,&quot;publicName&quot;:&quot;reprehenderit magna cupidatat&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;incididunt amet&quot;,&quot;width&quot;:-88495150,&quot;height&quot;:30940931,&quot;isDefault&quot;:true},&quot;displayName&quot;:&quot;enim nostrud sed&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;elit in&quot;,&quot;details&quot;:&quot;ullamco&quot;,&quot;personalSpace&quot;:&quot;ullamco Dui&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;enim sint ipsum&quot;,&quot;userKey&quot;:&quot;mollit nostrud&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;purge&quot;,&quot;targetType&quot;:&quot;application&quot;},{&quot;operation&quot;:&quot;restore&quot;,&quot;targetType&quot;:&quot;page&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:66214882,&quot;key&quot;:&quot;nostrud sit et quis&quot;,&quot;name&quot;:&quot;in ut nisi&quot;,&quot;type&quot;:&quot;sint&quot;,&quot;status&quot;:&quot;L&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;exercitation quis dolore aliqua&quot;,&quot;metadata&quot;:&quot;esse id Duis&quot;,&quot;operations&quot;:&quot;incididunt in elit&quot;,&quot;lookAndFeel&quot;:&quot;laboris nostrud anim incididunt&quot;,&quot;permissions&quot;:&quot;nulla esse est&quot;,&quot;icon&quot;:&quot;laboris sint fugiat Ut&quot;,&quot;description&quot;:&quot;sunt&quot;,&quot;theme&quot;:&quot;ipsum&quot;,&quot;history&quot;:&quot;consequa&quot;,&quot;homepage&quot;:&quot;dolor ullamco&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;do&quot;,&quot;width&quot;:71725783,&quot;height&quot;:66199122,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;Ut ut quis exercitation&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;consectetur ipsum exercitation consequat&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:82425547,&quot;limit&quot;:53107033,&quot;size&quot;:95260135,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;use&quot;,&quot;targetType&quot;:&quot;page&quot;},{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;administer&quot;,&quot;targetType&quot;:&quot;application&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;comment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:true,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;sint minim Duis ut&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;in&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;quis ad&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1980-02-27T02:27:41.207Z&quot;}}},&quot;when&quot;:&quot;1989-10-17T07:25:27.831Z&quot;,&quot;friendlyWhen&quot;:&quot;adipisicing consequat labore&quot;,&quot;message&quot;:&quot;exercitation deserunt cupidatat&quot;,&quot;number&quot;:82910493,&quot;minorEdit&quot;:false,&quot;_expandable&quot;:{&quot;content&quot;:&quot;ut qui dolor&quot;,&quot;collaborators&quot;:&quot;est velit ad dolor Ut&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;_expandable&quot;:{&quot;lastUpdated&quot;:&quot;sed ut dolore&quot;,&quot;previousVersion&quot;:&quot;nostrud laboris in ea&quot;,&quot;contributors&quot;:&quot;consectetur dolor magna&quot;,&quot;nextVersion&quot;:&quot;eiusmod eu ullamco commodo&quot;},&quot;_links&quot;:{}},&quot;version&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;anonymous&quot;,&quot;accountId&quot;:&quot;amet in&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;qui officia cupidatat&quot;,&quot;publicName&quot;:&quot;aliquip&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;nulla&quot;,&quot;width&quot;:-89207006,&quot;height&quot;:38799552,&quot;isDefault&quot;:true},&quot;displayName&quot;:&quot;cons&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;&quot;,&quot;details&quot;:&quot;consequat Duis Lorem eiusmod eu&quot;,&quot;personalSpace&quot;:&quot;officia ad tempor&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;eu et ipsum consequat in&quot;,&quot;userKey&quot;:&quot;consequat non&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;application&quot;},{&quot;operation&quot;:&quot;purge_version&quot;,&quot;targetType&quot;:&quot;application&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:-34873451,&quot;key&quot;:&quot;in est cillum velit sit&quot;,&quot;name&quot;:&quot;ipsum Excepteur consequat magna consectetur&quot;,&quot;type&quot;:&quot;ullamco amet ipsum&quot;,&quot;status&quot;:&quot;ea amet eiusmod adipisicing&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;minim magna irure officia&quot;,&quot;metadata&quot;:&quot;tempor officia sed&quot;,&quot;operations&quot;:&quot;sunt minim occaecat cupidatat&quot;,&quot;lookAndFeel&quot;:&quot;id&quot;,&quot;permissions&quot;:&quot;Ut amet et nostrud&quot;,&quot;icon&quot;:&quot;reprehenderit cil&quot;,&quot;description&quot;:&quot;sed&quot;,&quot;theme&quot;:&quot;dolor Excepteur qui enim&quot;,&quot;history&quot;:&quot;ex irure eu reprehenderit pariatur&quot;,&quot;homepage&quot;:&quot;tempor ea&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;ut aliquip&quot;,&quot;width&quot;:-38039615,&quot;height&quot;:75796248,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;in Lorem occaecat&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;cillum sit tempor&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:-85057793,&quot;limit&quot;:1621841,&quot;size&quot;:-84087388,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;comment&quot;},{&quot;operation&quot;:&quot;purge_version&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;application&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;space&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;sunt&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;pariatur reprehenderit Duis id&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;culpa eu amet nisi&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1975-10-08T21:30:18.992Z&quot;}}},&quot;when&quot;:&quot;1941-02-01T07:31:05.307Z&quot;,&quot;friendlyWhen&quot;:&quot;sunt cil&quot;,&quot;message&quot;:&quot;ea&quot;,&quot;number&quot;:59948332,&quot;minorEdit&quot;:true,&quot;_expandable&quot;:{&quot;content&quot;:&quot;exercitation&quot;,&quot;collaborators&quot;:&quot;occaecat reprehenderit el&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;ancestors&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;operations&quot;:[{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;page&quot;},{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;application&quot;}],&quot;children&quot;:{&quot;_expandable&quot;:{&quot;attachment&quot;:&quot;labore Excepteur aute&quot;,&quot;comment&quot;:&quot;veniam tempor&quot;,&quot;page&quot;:&quot;aliqua occaecat&quot;},&quot;_links&quot;:{},&quot;attachment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-13190560,&quot;limit&quot;:51770441,&quot;size&quot;:-10299358,&quot;_links&quot;:{}},&quot;comment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:65579625,&quot;limit&quot;:-26867552,&quot;size&quot;:89646228,&quot;_links&quot;:{}},&quot;page&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:38294261,&quot;limit&quot;:4625657,&quot;size&quot;:-61582790,&quot;_links&quot;:{}}},&quot;childTypes&quot;:{&quot;_expandable&quot;:{&quot;all&quot;:&quot;ad consectetur&quot;,&quot;attachment&quot;:&quot;occaecat of&quot;,&quot;comment&quot;:&quot;dolore commodo laborum in&quot;,&quot;page&quot;:&quot;dolor nostr&quot;},&quot;attachment&quot;:{&quot;value&quot;:false,&quot;_links&quot;:{}},&quot;comment&quot;:{&quot;value&quot;:false,&quot;_links&quot;:{}},&quot;page&quot;:{&quot;value&quot;:false,&quot;_links&quot;:{}}},&quot;descendants&quot;:{&quot;_expandable&quot;:{&quot;attachment&quot;:&quot;dolor m&quot;,&quot;comment&quot;:&quot;in non officia voluptate&quot;,&quot;page&quot;:&quot;velit voluptate ullamco culpa&quot;},&quot;_links&quot;:{},&quot;attachment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:22601052,&quot;limit&quot;:98824738,&quot;size&quot;:-90174746,&quot;_links&quot;:{}},&quot;comment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:41433202,&quot;limit&quot;:-17990369,&quot;size&quot;:8922630,&quot;_links&quot;:{}},&quot;page&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-69844990,&quot;limit&quot;:94621659,&quot;size&quot;:17843196,&quot;_links&quot;:{}}},&quot;container&quot;:{},&quot;body&quot;:{&quot;_expandable&quot;:{&quot;editor&quot;:&quot;do dolor reprehenderit&quot;,&quot;view&quot;:&quot;adipisicing eiusmod nostrud commodo&quot;,&quot;export_view&quot;:&quot;minim elit sit sed&quot;,&quot;styled_view&quot;:&quot;Ut dolore qui est&quot;,&quot;storage&quot;:&quot;dolore aliqua anim ut esse&quot;,&quot;editor2&quot;:&quot;ipsum&quot;,&quot;anonymous_export_view&quot;:&quot;sed sit&quot;}},&quot;restrictions&quot;:{&quot;_links&quot;:{},&quot;read&quot;:{&quot;operation&quot;:&quot;administer&quot;,&quot;_expandable&quot;:{&quot;restrictions&quot;:&quot;sint&quot;,&quot;content&quot;:&quot;esse&quot;},&quot;_links&quot;:{},&quot;restrictions&quot;:{&quot;user&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;group&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;_expandable&quot;:{&quot;user&quot;:&quot;ea enim non qui&quot;,&quot;group&quot;:&quot;adipisicing in incididunt quis sunt&quot;}},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}},&quot;update&quot;:{&quot;operation&quot;:&quot;purge_version&quot;,&quot;_expandable&quot;:{&quot;restrictions&quot;:&quot;fugiat&quot;,&quot;content&quot;:&quot;consequat esse elit Ut&quot;},&quot;_links&quot;:{},&quot;restrictions&quot;:{&quot;user&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;group&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;_expandable&quot;:{&quot;user&quot;:&quot;minim incididunt proident ut&quot;,&quot;group&quot;:&quot;reprehenderit&quot;}},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}}},&quot;_links&quot;:{}},{&quot;id&quot;:&quot;elit nulla&quot;,&quot;type&quot;:&quot;ipsum consequat in Excepteur&quot;,&quot;status&quot;:&quot;fugiat dolore&quot;,&quot;title&quot;:&quot;cupidatat&quot;,&quot;_expandable&quot;:{&quot;childTypes&quot;:&quot;mollit incididunt nisi in&quot;,&quot;container&quot;:&quot;dolor ullamco dolore deserunt&quot;,&quot;metadata&quot;:&quot;nulla dolore&quot;,&quot;operations&quot;:&quot;pariatur&quot;,&quot;children&quot;:&quot;do sed magna mollit&quot;,&quot;restrictions&quot;:&quot;irure sunt&quot;,&quot;history&quot;:&quot;id adipisicing labore mollit&quot;,&quot;ancestors&quot;:&quot;laborum laboris dolore&quot;,&quot;body&quot;:&quot;Lorem labore in&quot;,&quot;version&quot;:&quot;qui pariatur fugiat ut incididunt&quot;,&quot;descendants&quot;:&quot;sint reprehenderit esse occaecat&quot;,&quot;space&quot;:&quot;quis ut deserunt in&quot;},&quot;space&quot;:{&quot;id&quot;:86546589,&quot;key&quot;:&quot;elit Lor&quot;,&quot;name&quot;:&quot;fugiat nisi&quot;,&quot;type&quot;:&quot;dolor eiusmod sed&quot;,&quot;status&quot;:&quot;sunt amet Excepteur&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;officia dolore&quot;,&quot;metadata&quot;:&quot;pariatur ad qui&quot;,&quot;operations&quot;:&quot;do aliqua consectetur aute commodo&quot;,&quot;lookAndFeel&quot;:&quot;anim esse deserunt officia&quot;,&quot;permissions&quot;:&quot;est laboris&quot;,&quot;icon&quot;:&quot;nulla Ut&quot;,&quot;description&quot;:&quot;minim incididunt est ullamco&quot;,&quot;theme&quot;:&quot;sint qui proident eiusmod minim&quot;,&quot;history&quot;:&quot;Duis magna&quot;,&quot;homepage&quot;:&quot;Lorem labore eiusmod&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;ut laborum Excepteur&quot;,&quot;width&quot;:-61674669,&quot;height&quot;:-30628907,&quot;isDefault&quot;:false},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;non officia in amet&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;adipisicing ipsum&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:87848164,&quot;limit&quot;:-61533075,&quot;size&quot;:19442371,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;purge_version&quot;,&quot;targetType&quot;:&quot;attachment&quot;},{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;purge&quot;,&quot;targetType&quot;:&quot;space&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;purge&quot;,&quot;targetType&quot;:&quot;space&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;sunt mollit&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;proident velit ullamco&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;in commodo&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1949-04-30T07:24:20.972Z&quot;}},&quot;history&quot;:{&quot;latest&quot;:true,&quot;createdBy&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;accountId&quot;:&quot;aliquip nisi&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;dolor ullamco Ut ut&quot;,&quot;publicName&quot;:&quot;culpa&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;nostrud enim reprehenderit ad in&quot;,&quot;width&quot;:39837732,&quot;height&quot;:92105500,&quot;isDefault&quot;:false},&quot;displayName&quot;:&quot;et&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;eiusmod est&quot;,&quot;details&quot;:&quot;voluptate sunt&quot;,&quot;personalSpace&quot;:&quot;incididunt ad ea&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;esse labore elit id irure&quot;,&quot;userKey&quot;:&quot;nostrud deserunt exercitation dolore&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;create&quot;,&quot;targetType&quot;:&quot;blogpost&quot;},{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:-5418076,&quot;key&quot;:&quot;labore id&quot;,&quot;name&quot;:&quot;ut dolor&quot;,&quot;type&quot;:&quot;laboris adipisicing&quot;,&quot;status&quot;:&quot;deserunt in culpa sit Lorem&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;do consectetur nulla fugi&quot;,&quot;metadata&quot;:&quot;Ut&quot;,&quot;operations&quot;:&quot;et ad occaecat fugiat pariatur&quot;,&quot;lookAndFeel&quot;:&quot;quis sed&quot;,&quot;permissions&quot;:&quot;dolore aute&quot;,&quot;icon&quot;:&quot;ea&quot;,&quot;description&quot;:&quot;mi&quot;,&quot;theme&quot;:&quot;officia aliquip&quot;,&quot;history&quot;:&quot;dolore tempor proident qui&quot;,&quot;homepage&quot;:&quot;quis amet do&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;aliqua&quot;,&quot;width&quot;:57399905,&quot;height&quot;:21410136,&quot;isDefault&quot;:false},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;minim qui pariatur laboris Excepteur&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;in veniam n&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:52225726,&quot;limit&quot;:-47166740,&quot;size&quot;:-20265731,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;blogpost&quot;},{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;blogpost&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;use&quot;,&quot;targetType&quot;:&quot;attachment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;page&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;Ut consequat sunt Exc&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;amet labore sunt&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;sint do ullamco cillum&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1970-03-01T18:48:26.751Z&quot;}}},&quot;createdDate&quot;:&quot;1943-07-30T11:41:40.329Z&quot;,&quot;lastUpdated&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;anonymous&quot;,&quot;accountId&quot;:&quot;in laboris Lorem tempor&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;id dolor magna adipisicing&quot;,&quot;publicName&quot;:&quot;est eiusmod culpa exercitation in&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;commodo elit in ut sunt&quot;,&quot;width&quot;:5782479,&quot;height&quot;:-67086746,&quot;isDefault&quot;:true},&quot;displayName&quot;:&quot;tempor deserunt amet&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;aute dolore&quot;,&quot;details&quot;:&quot;fugiat ut dolore&quot;,&quot;personalSpace&quot;:&quot;elit&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;adipisicing sit reprehenderit&quot;,&quot;userKey&quot;:&quot;non sit incididunt labore&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;comment&quot;},{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;attachment&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:737514,&quot;key&quot;:&quot;anim dolore dolor&quot;,&quot;name&quot;:&quot;Excepteur&quot;,&quot;type&quot;:&quot;labore dolor&quot;,&quot;status&quot;:&quot;quis&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;anim dolore magna Ut&quot;,&quot;metadata&quot;:&quot;reprehenderit eu ipsum cupidatat&quot;,&quot;operations&quot;:&quot;officia deserunt&quot;,&quot;lookAndFeel&quot;:&quot;commodo dolor&quot;,&quot;permissions&quot;:&quot;non irure qui labore&quot;,&quot;icon&quot;:&quot;qui aute cillum&quot;,&quot;description&quot;:&quot;non cupidatat dolor nostrud Lorem&quot;,&quot;theme&quot;:&quot;consectetur officia sed&quot;,&quot;history&quot;:&quot;commodo&quot;,&quot;homepage&quot;:&quot;ut eu&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;ea&quot;,&quot;width&quot;:25337872,&quot;height&quot;:-35164708,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;velit dolor Duis est ut&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;deserunt esse&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:-84595781,&quot;limit&quot;:16341566,&quot;size&quot;:73614728,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;space&quot;},{&quot;operation&quot;:&quot;restore&quot;,&quot;targetType&quot;:&quot;page&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;space&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;purge_version&quot;,&quot;targetType&quot;:&quot;space&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:true,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;in exercitation&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;dolo&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;in eiusmod sunt&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1952-11-22T15:15:20.067Z&quot;}}},&quot;when&quot;:&quot;1960-06-04T21:50:15.907Z&quot;,&quot;friendlyWhen&quot;:&quot;amet aliqua&quot;,&quot;message&quot;:&quot;ea tempor reprehenderit&quot;,&quot;number&quot;:-24339201,&quot;minorEdit&quot;:true,&quot;_expandable&quot;:{&quot;content&quot;:&quot;cupidatat esse eu consequat&quot;,&quot;collaborators&quot;:&quot;nisi voluptate&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;previousVersion&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;unknown&quot;,&quot;accountId&quot;:&quot;cupidatat nulla&quot;,&quot;accountType&quot;:&quot;atlassian&quot;,&quot;email&quot;:&quot;in exercitation&quot;,&quot;publicName&quot;:&quot;voluptate aute do veniam&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;dolo&quot;,&quot;width&quot;:-42395198,&quot;height&quot;:-93349568,&quot;isDefault&quot;:true},&quot;displayName&quot;:&quot;eu nostrud&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;ea in dolore&quot;,&quot;details&quot;:&quot;fugiat adipisicing elit&quot;,&quot;personalSpace&quot;:&quot;mollit enim sint exercitation&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;eu ut minim cillum&quot;,&quot;userKey&quot;:&quot;laborum&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;space&quot;},{&quot;operation&quot;:&quot;create&quot;,&quot;targetType&quot;:&quot;page&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:54062056,&quot;key&quot;:&quot;nulla do laboris sunt u&quot;,&quot;name&quot;:&quot;Ut et&quot;,&quot;type&quot;:&quot;cupidatat Duis et&quot;,&quot;status&quot;:&quot;eiusmod nulla ullamco&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;sed laborum veniam fugiat&quot;,&quot;metadata&quot;:&quot;sunt commodo dolor&quot;,&quot;operations&quot;:&quot;sunt nostrud&quot;,&quot;lookAndFeel&quot;:&quot;minim in&quot;,&quot;permissions&quot;:&quot;dolor pariatur enim eu&quot;,&quot;icon&quot;:&quot;sed Excepteur enim&quot;,&quot;description&quot;:&quot;velit&quot;,&quot;theme&quot;:&quot;aliqua labore&quot;,&quot;history&quot;:&quot;anim officia dolore reprehenderit&quot;,&quot;homepage&quot;:&quot;dolore nostrud ad pariatur&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;magna cillum adipisicing occaeca&quot;,&quot;width&quot;:58350725,&quot;height&quot;:51713288,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;Duis mollit id&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;non et culpa&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:94452561,&quot;limit&quot;:-64041508,&quot;size&quot;:-43780261,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;comment&quot;},{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;comment&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;purge&quot;,&quot;targetType&quot;:&quot;comment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;application&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;elit dolore anim&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;fugiat dolore&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;in ad et adipisicing non&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1979-02-22T22:47:18.233Z&quot;}}},&quot;when&quot;:&quot;1945-02-23T20:41:28.452Z&quot;,&quot;friendlyWhen&quot;:&quot;eu aliqua ex&quot;,&quot;message&quot;:&quot;dolor eu Lorem officia exercitation&quot;,&quot;number&quot;:45400667,&quot;minorEdit&quot;:true,&quot;_expandable&quot;:{&quot;content&quot;:&quot;consectetur ipsum dolor eu irure&quot;,&quot;collaborators&quot;:&quot;in tempor&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;contributors&quot;:{&quot;publishers&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;nextVersion&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;anonymous&quot;,&quot;accountId&quot;:&quot;in tempor magna sit&quot;,&quot;accountType&quot;:&quot;atlassian&quot;,&quot;email&quot;:&quot;anim tempor exercitation enim veniam&quot;,&quot;publicName&quot;:&quot;minim Excepteur labore reprehenderit aliqua&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;et &quot;,&quot;width&quot;:-53435069,&quot;height&quot;:-6935720,&quot;isDefault&quot;:true},&quot;displayName&quot;:&quot;laborum commodo veniam&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;dolore esse culpa id&quot;,&quot;details&quot;:&quot;mollit culpa&quot;,&quot;personalSpace&quot;:&quot;cillum nostrud culpa non aliquip&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;dolore amet in&quot;,&quot;userKey&quot;:&quot;et pariatur&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;restore&quot;,&quot;targetType&quot;:&quot;space&quot;},{&quot;operation&quot;:&quot;read&quot;,&quot;targetType&quot;:&quot;attachment&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:-71320936,&quot;key&quot;:&quot;culpa&quot;,&quot;name&quot;:&quot;fugiat nisi exercitat&quot;,&quot;type&quot;:&quot;ut culpa sed labore&quot;,&quot;status&quot;:&quot;cupidatat enim dolor&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;exercitation&quot;,&quot;metadata&quot;:&quot;dolor&quot;,&quot;operations&quot;:&quot;in officia sunt&quot;,&quot;lookAndFeel&quot;:&quot;ut veniam enim ea Duis&quot;,&quot;permissions&quot;:&quot;ipsum s&quot;,&quot;icon&quot;:&quot;ex ipsum in&quot;,&quot;description&quot;:&quot;sunt proident&quot;,&quot;theme&quot;:&quot;nulla laborum repreh&quot;,&quot;history&quot;:&quot;magna dolore i&quot;,&quot;homepage&quot;:&quot;sit&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;laboris tempor&quot;,&quot;width&quot;:-76082074,&quot;height&quot;:-11842518,&quot;isDefault&quot;:true},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;in in ex nisi&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;Duis ex&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:4206330,&quot;limit&quot;:94999775,&quot;size&quot;:-31144885,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;create&quot;,&quot;targetType&quot;:&quot;attachment&quot;},{&quot;operation&quot;:&quot;administer&quot;,&quot;targetType&quot;:&quot;space&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;update&quot;,&quot;targetType&quot;:&quot;blogpost&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;purge_version&quot;,&quot;targetType&quot;:&quot;application&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;id dolor&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;deserunt irure&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;in&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1970-12-31T23:50:15.677Z&quot;}}},&quot;when&quot;:&quot;2015-04-04T19:51:26.373Z&quot;,&quot;friendlyWhen&quot;:&quot;eiusmod aute&quot;,&quot;message&quot;:&quot;enim&quot;,&quot;number&quot;:3884805,&quot;minorEdit&quot;:false,&quot;_expandable&quot;:{&quot;content&quot;:&quot;incididunt esse est veniam&quot;,&quot;collaborators&quot;:&quot;ut et&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;_expandable&quot;:{&quot;lastUpdated&quot;:&quot;occaecat in&quot;,&quot;previousVersion&quot;:&quot;nulla ullamco occaecat velit&quot;,&quot;contributors&quot;:&quot;Duis commodo laborum ipsum&quot;,&quot;nextVersion&quot;:&quot;fugiat voluptate Lorem Ut&quot;},&quot;_links&quot;:{}},&quot;version&quot;:{&quot;by&quot;:{&quot;type&quot;:&quot;anonymous&quot;,&quot;accountId&quot;:&quot;laboris labore ex&quot;,&quot;accountType&quot;:&quot;app (if this user is a bot user created on behalf of an Atlassian app)&quot;,&quot;email&quot;:&quot;consectetur&quot;,&quot;publicName&quot;:&quot;velit adipisicing sed&quot;,&quot;profilePicture&quot;:{&quot;path&quot;:&quot;cupidatat Duis labore&quot;,&quot;width&quot;:-91931378,&quot;height&quot;:-59704247,&quot;isDefault&quot;:true},&quot;displayName&quot;:&quot;enim aliquip quis&quot;,&quot;_expandable&quot;:{&quot;operations&quot;:&quot;nisi&quot;,&quot;details&quot;:&quot;ut enim ex&quot;,&quot;personalSpace&quot;:&quot;commodo mollit dolor consequat&quot;},&quot;_links&quot;:{},&quot;username&quot;:&quot;in laborum&quot;,&quot;userKey&quot;:&quot;ex officia&quot;,&quot;operations&quot;:[{&quot;operation&quot;:&quot;create&quot;,&quot;targetType&quot;:&quot;attachment&quot;},{&quot;operation&quot;:&quot;move&quot;,&quot;targetType&quot;:&quot;page&quot;}],&quot;details&quot;:{&quot;business&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;personal&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;personalSpace&quot;:{&quot;id&quot;:-2724486,&quot;key&quot;:&quot;sit nisi&quot;,&quot;name&quot;:&quot;laborum&quot;,&quot;type&quot;:&quot;Excepteur anim dolore&quot;,&quot;status&quot;:&quot;do nisi&quot;,&quot;_expandable&quot;:{&quot;settings&quot;:&quot;proident nostrud ad&quot;,&quot;metadata&quot;:&quot;officia sit anim&quot;,&quot;operations&quot;:&quot;elit eiusmod dolore&quot;,&quot;lookAndFeel&quot;:&quot;ut pariatur Lorem est&quot;,&quot;permissions&quot;:&quot;aliqua&quot;,&quot;icon&quot;:&quot;ut&quot;,&quot;description&quot;:&quot;cupidatat labore Exc&quot;,&quot;theme&quot;:&quot;commodo dolor &quot;,&quot;history&quot;:&quot;voluptate ut irure&quot;,&quot;homepage&quot;:&quot;consectetur nulla quis&quot;},&quot;_links&quot;:{},&quot;icon&quot;:{&quot;path&quot;:&quot;anim&quot;,&quot;width&quot;:-84486380,&quot;height&quot;:-86807642,&quot;isDefault&quot;:false},&quot;description&quot;:{&quot;plain&quot;:{&quot;value&quot;:&quot;eiusmod et&quot;,&quot;representation&quot;:&quot;view&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]},&quot;view&quot;:{&quot;value&quot;:&quot;est commodo Ut&quot;,&quot;representation&quot;:&quot;plain&quot;,&quot;embeddedContent&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}]}},&quot;homepage&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;metadata&quot;:{&quot;labels&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}],&quot;start&quot;:-57218428,&quot;limit&quot;:-86482204,&quot;size&quot;:-6293895,&quot;_links&quot;:{}}},&quot;operations&quot;:[{&quot;operation&quot;:&quot;delete&quot;,&quot;targetType&quot;:&quot;comment&quot;},{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;page&quot;}],&quot;permissions&quot;:[{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;copy&quot;,&quot;targetType&quot;:&quot;comment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false},{&quot;subjects&quot;:{&quot;_expandable&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;user&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;group&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;operation&quot;:{&quot;operation&quot;:&quot;purge&quot;,&quot;targetType&quot;:&quot;attachment&quot;},&quot;anonymousAccess&quot;:false,&quot;unlicensedAccess&quot;:false}],&quot;settings&quot;:{&quot;routeOverrideEnabled&quot;:true,&quot;_links&quot;:{}},&quot;theme&quot;:{},&quot;lookAndFeel&quot;:{&quot;headings&quot;:{&quot;color&quot;:&quot;ullamco in ut mollit&quot;},&quot;links&quot;:{&quot;color&quot;:&quot;sunt&quot;},&quot;menus&quot;:{&quot;hoverOrFocus&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;color&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;header&quot;:{&quot;backgroundColor&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;button&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;primaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;secondaryNavigation&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;search&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;content&quot;:{&quot;screen&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;container&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;header&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;body&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;bordersAndDividers&quot;:{&quot;color&quot;:&quot;sed id eiusmod sint&quot;}},&quot;history&quot;:{&quot;createdDate&quot;:&quot;1963-02-10T22:30:32.490Z&quot;}}},&quot;when&quot;:&quot;1969-06-06T16:15:32.379Z&quot;,&quot;friendlyWhen&quot;:&quot;id minim commodo eiusmod dolore&quot;,&quot;message&quot;:&quot;labore adipisicing Duis&quot;,&quot;number&quot;:88029239,&quot;minorEdit&quot;:false,&quot;_expandable&quot;:{&quot;content&quot;:&quot;labore quis id nostrud in&quot;,&quot;collaborators&quot;:&quot;officia consequat cupidatat ex&quot;},&quot;_links&quot;:{},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},&quot;collaborators&quot;:{&quot;users&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;userKeys&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;_links&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},&quot;ancestors&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;operations&quot;:[{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;blogpost&quot;},{&quot;operation&quot;:&quot;export&quot;,&quot;targetType&quot;:&quot;comment&quot;}],&quot;children&quot;:{&quot;_expandable&quot;:{&quot;attachment&quot;:&quot;ipsum proident laborum&quot;,&quot;comment&quot;:&quot;exercitation labore&quot;,&quot;page&quot;:&quot;ullamco ipsum eiusmo&quot;},&quot;_links&quot;:{},&quot;attachment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-27855203,&quot;limit&quot;:88622276,&quot;size&quot;:40110760,&quot;_links&quot;:{}},&quot;comment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-83242893,&quot;limit&quot;:5861529,&quot;size&quot;:55077251,&quot;_links&quot;:{}},&quot;page&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:42940300,&quot;limit&quot;:98394904,&quot;size&quot;:80562512,&quot;_links&quot;:{}}},&quot;childTypes&quot;:{&quot;_expandable&quot;:{&quot;all&quot;:&quot;occaecat nostrud in dolor velit&quot;,&quot;attachment&quot;:&quot;voluptate&quot;,&quot;comment&quot;:&quot;dolore anim ad ut&quot;,&quot;page&quot;:&quot;adipisicing veniam sit qui&quot;},&quot;attachment&quot;:{&quot;value&quot;:true,&quot;_links&quot;:{}},&quot;comment&quot;:{&quot;value&quot;:false,&quot;_links&quot;:{}},&quot;page&quot;:{&quot;value&quot;:false,&quot;_links&quot;:{}}},&quot;descendants&quot;:{&quot;_expandable&quot;:{&quot;attachment&quot;:&quot;tempor ea Lorem ullamco&quot;,&quot;comment&quot;:&quot;nulla quis ipsum&quot;,&quot;page&quot;:&quot;amet do Lorem&quot;},&quot;_links&quot;:{},&quot;attachment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-91100233,&quot;limit&quot;:22553657,&quot;size&quot;:58217037,&quot;_links&quot;:{}},&quot;comment&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-64651346,&quot;limit&quot;:-55017199,&quot;size&quot;:-93533780,&quot;_links&quot;:{}},&quot;page&quot;:{&quot;results&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}],&quot;start&quot;:-87518963,&quot;limit&quot;:-46563381,&quot;size&quot;:26084857,&quot;_links&quot;:{}}},&quot;container&quot;:{},&quot;body&quot;:{&quot;_expandable&quot;:{&quot;editor&quot;:&quot;commodo qui labore&quot;,&quot;view&quot;:&quot;exercitation labore&quot;,&quot;export_view&quot;:&quot;dolore sed quis voluptate&quot;,&quot;styled_view&quot;:&quot;nostrud nulla&quot;,&quot;storage&quot;:&quot;incididunt ut culpa reprehenderit&quot;,&quot;editor2&quot;:&quot;in dolore aliquip in culpa&quot;,&quot;anonymous_export_view&quot;:&quot;id&quot;}},&quot;restrictions&quot;:{&quot;_links&quot;:{},&quot;read&quot;:{&quot;operation&quot;:&quot;read&quot;,&quot;_expandable&quot;:{&quot;restrictions&quot;:&quot;in nisi tempor dolore&quot;,&quot;content&quot;:&quot;incididunt&quot;},&quot;_links&quot;:{},&quot;restrictions&quot;:{&quot;user&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;group&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;_expandable&quot;:{&quot;user&quot;:&quot;Ut&quot;,&quot;group&quot;:&quot;et dolor voluptate ex&quot;}},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}},&quot;update&quot;:{&quot;operation&quot;:&quot;purge_version&quot;,&quot;_expandable&quot;:{&quot;restrictions&quot;:&quot;velit labore laborum proident&quot;,&quot;content&quot;:&quot;con&quot;},&quot;_links&quot;:{},&quot;restrictions&quot;:{&quot;user&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;group&quot;:{&quot;results&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;start&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;limit&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;size&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}},&quot;_expandable&quot;:{&quot;user&quot;:&quot;dolor ad ex labore esse&quot;,&quot;group&quot;:&quot;anim cupidatat nulla&quot;}},&quot;content&quot;:{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/Content detected\u003e&quot;}}},&quot;_links&quot;:{}}],&quot;start&quot;:-34437177,&quot;limit&quot;:89070154,&quot;size&quot;:-21252384,&quot;_links&quot;:{}}