{
    "openapi": "3.1.0",
    "info": {
        "x-logo": {
            "url": "https://doc.ibexa.co/en/latest/images/ibexa-dxp-logo.png"
        },
        "title": "Ibexa DXP REST API",
        "description": "",
        "version": "5.0.7"
    },
    "servers": [
        {
            "url": "/api/ibexa/v2",
            "description": "Current server"
        }
    ],
    "paths": {
        "/activity-log-group/list": {
            "get": {
                "operationId": "api_activity-log-grouplist_get",
                "tags": [
                    "Activity Log"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ActivityLogGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActivityLogGroupListWrapper"
                                },
                                "example": {
                                    "ActivityLogGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.ActivityLogGroupList+json",
                                        "_href": "/api/ibexa/v2/activity-log-group/list",
                                        "ActivityLogGroups": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ActivityLogGroup+json",
                                                "user_id": 14,
                                                "logged_at": 1707478796,
                                                "ActivityLogEntries": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ActivityLog+json",
                                                        "object_id": "396",
                                                        "object_class": "Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content",
                                                        "action": "create",
                                                        "data": []
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ActivityLog+json",
                                                        "object_id": "396",
                                                        "object_class": "Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content",
                                                        "action": "publish",
                                                        "data": []
                                                    }
                                                ]
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ActivityLogGroup+json",
                                                "user_id": 14,
                                                "logged_at": 1707475048,
                                                "ActivityLogEntries": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ActivityLog+json",
                                                        "object_id": "395",
                                                        "object_class": "Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content",
                                                        "action": "create",
                                                        "data": []
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ActivityLog+json",
                                                        "object_id": "395",
                                                        "object_class": "Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content",
                                                        "action": "publish",
                                                        "data": []
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ActivityLogGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActivityLogGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActivityLogGroupList media-type=\"application/vnd.ibexa.api.ActivityLogGroupList+xml\" href=\"/api/ibexa/v2/activity-log-group/list\">\n <ActivityLogGroup media-type=\"application/vnd.ibexa.api.ActivityLogGroup+xml\">\n  <user_id>14</user_id>\n  <logged_at>1707478796</logged_at>\n  <ActivityLog media-type=\"application/vnd.ibexa.api.ActivityLog+xml\">\n   <object_id>396</object_id>\n   <object_class>Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content</object_class>\n   <action>create</action>\n   <data/>\n  </ActivityLog>\n  <ActivityLog media-type=\"application/vnd.ibexa.api.ActivityLog+xml\">\n   <object_id>396</object_id>\n   <object_class>Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content</object_class>\n   <action>publish</action>\n   <data/>\n  </ActivityLog>\n </ActivityLogGroup>\n <ActivityLogGroup media-type=\"application/vnd.ibexa.api.ActivityLogGroup+xml\">\n  <user_id>14</user_id>\n  <logged_at>1707475048</logged_at>\n  <ActivityLog media-type=\"application/vnd.ibexa.api.ActivityLog+xml\">\n   <object_id>395</object_id>\n   <object_class>Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content</object_class>\n   <action>create</action>\n   <data/>\n  </ActivityLog>\n  <ActivityLog media-type=\"application/vnd.ibexa.api.ActivityLog+xml\">\n   <object_id>395</object_id>\n   <object_class>Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\Content</object_class>\n   <action>publish</action>\n   <data/>\n  </ActivityLog>\n </ActivityLogGroup>\n</ActivityLogGroupList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to list activities."
                    }
                },
                "summary": "List of activity log groups",
                "description": "Lists last activity log groups and their entries.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/bookmark": {
            "get": {
                "operationId": "api_bookmark_get",
                "tags": [
                    "Bookmark"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.BookmarkList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BookmarkListWrapper"
                                },
                                "example": {
                                    "BookmarkList": {
                                        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
                                        "count": 3,
                                        "items": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
                                                "__href": "/api/ibexa/v2/bookmark/65",
                                                "Location": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
                                                    "id": 65,
                                                    "priority": 0,
                                                    "hidden": false,
                                                    "invisible": false,
                                                    "explicitlyHidden": false,
                                                    "ParentLocation": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
                                                    },
                                                    "pathString": "/1/2/57/65/",
                                                    "depth": 3,
                                                    "childCount": 0,
                                                    "remoteId": "aa538e305aea472eb221ce23d1cc4b50",
                                                    "Children": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/children"
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.Content+json",
                                                        "_href": "/api/ibexa/v2/content/objects/63"
                                                    },
                                                    "sortField": "PATH",
                                                    "sortOrder": "ASC",
                                                    "UrlAliases": {
                                                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"
                                                    },
                                                    "ContentInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/63",
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/63",
                                                            "_remoteId": "211e99934c8fef5900e4813b96ec5c87",
                                                            "_id": 63,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/2"
                                                            },
                                                            "Name": "Art3",
                                                            "TranslatedName": "Art3",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/63/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/63/currentversion"
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/63/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2021-06-28T11:34:17+00:00",
                                                            "publishedDate": "2021-06-28T11:34:17+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 1,
                                                            "alwaysAvailable": false,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/63/objectstates"
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
                                                "__href": "/api/ibexa/v2/bookmark/68",
                                                "Location": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/2/58/68",
                                                    "id": 68,
                                                    "priority": 0,
                                                    "hidden": false,
                                                    "invisible": false,
                                                    "explicitlyHidden": false,
                                                    "ParentLocation": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/58"
                                                    },
                                                    "pathString": "/1/2/58/68/",
                                                    "depth": 3,
                                                    "childCount": 0,
                                                    "remoteId": "b8cc4627dbc3ca693c85b6b06a8f7492",
                                                    "Children": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/children"
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.Content+json",
                                                        "_href": "/api/ibexa/v2/content/objects/67"
                                                    },
                                                    "sortField": "PUBLISHED",
                                                    "sortOrder": "DESC",
                                                    "UrlAliases": {
                                                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"
                                                    },
                                                    "ContentInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/67",
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/67",
                                                            "_remoteId": "180adb876af5755d65c1a362fcd619c8",
                                                            "_id": 67,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/45"
                                                            },
                                                            "Name": "Tip1",
                                                            "TranslatedName": "Tip1",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/currentversion"
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2021-06-28T11:36:21+00:00",
                                                            "publishedDate": "2021-06-28T11:36:21+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 1,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
                                                            }
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
                                                "__href": "/api/ibexa/v2/bookmark/59",
                                                "Location": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/2/59",
                                                    "id": 59,
                                                    "priority": 0,
                                                    "hidden": false,
                                                    "invisible": false,
                                                    "explicitlyHidden": false,
                                                    "ParentLocation": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2"
                                                    },
                                                    "pathString": "/1/2/59/",
                                                    "depth": 2,
                                                    "childCount": 3,
                                                    "remoteId": "fd949fc2eed1fff847d73021ff1a6ea9",
                                                    "Children": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/59/children"
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.Content+json",
                                                        "_href": "/api/ibexa/v2/content/objects/58"
                                                    },
                                                    "sortField": "PATH",
                                                    "sortOrder": "ASC",
                                                    "UrlAliases": {
                                                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/2/59/urlaliases"
                                                    },
                                                    "ContentInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/58",
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/58",
                                                            "_remoteId": "00b513aae54036a16e00fb3365c4b5f3",
                                                            "_id": 58,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/1"
                                                            },
                                                            "Name": "Dog Breed Catalog",
                                                            "TranslatedName": "Dog Breed Catalog",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/58/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/58/currentversion"
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/58/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2021-06-28T11:23:10+00:00",
                                                            "publishedDate": "2021-06-28T11:23:10+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 1,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/58/objectstates"
                                                            }
                                                        }
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.BookmarkList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/BookmarkList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<BookmarkList media-type=\"application/vnd.ibexa.api.BookmarkList+xml\">\n    <count>3</count>\n    <Bookmark media-type=\"application/vnd.ibexa.api.Bookmark+xml\" _href=\"/api/ibexa/v2/bookmark/65\">\n        <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/57/65\">\n            <id>65</id>\n            <priority>0</priority>\n            <hidden>false</hidden>\n            <invisible>false</invisible>\n            <explicitlyHidden>false</explicitlyHidden>\n            <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/57\"/>\n            <pathString>/1/2/57/65/</pathString>\n            <depth>3</depth>\n            <childCount>0</childCount>\n            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>\n            <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/57/65/children\"/>\n            <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/63\"/>\n            <sortField>PATH</sortField>\n            <sortOrder>ASC</sortOrder>\n            <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/57/65/urlaliases\"/>\n            <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\">\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\" remoteId=\"211e99934c8fef5900e4813b96ec5c87\" id=\"63\">\n                    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n                    <Name>Art3</Name>\n                    <TranslatedName>Art3</TranslatedName>\n                    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/63/versions\"/>\n                    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/63/currentversion\"/>\n                    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n                    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\"/>\n                    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                    <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>\n                    <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>\n                    <mainLanguageCode>eng-GB</mainLanguageCode>\n                    <currentVersionNo>1</currentVersionNo>\n                    <alwaysAvailable>false</alwaysAvailable>\n                    <isHidden>false</isHidden>\n                    <status>PUBLISHED</status>\n                    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/63/objectstates\"/>\n                </Content>\n            </ContentInfo>\n        </Location>\n    </Bookmark>\n    <Bookmark media-type=\"application/vnd.ibexa.api.Bookmark+xml\" _href=\"/api/ibexa/v2/bookmark/68\">\n        <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/58/68\">\n            <id>68</id>\n            <priority>0</priority>\n            <hidden>false</hidden>\n            <invisible>false</invisible>\n            <explicitlyHidden>false</explicitlyHidden>\n            <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/58\"/>\n            <pathString>/1/2/58/68/</pathString>\n            <depth>3</depth>\n            <childCount>0</childCount>\n            <remoteId>b8cc4627dbc3ca693c85b6b06a8f7492</remoteId>\n            <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/58/68/children\"/>\n            <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/67\"/>\n            <sortField>PUBLISHED</sortField>\n            <sortOrder>DESC</sortOrder>\n            <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/58/68/urlaliases\"/>\n            <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/67\">\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/67\" remoteId=\"180adb876af5755d65c1a362fcd619c8\" id=\"67\">\n                    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/45\"/>\n                    <Name>Tip1</Name>\n                    <TranslatedName>Tip1</TranslatedName>\n                    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/67/versions\"/>\n                    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/67/currentversion\"/>\n                    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n                    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/67/locations\"/>\n                    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                    <lastModificationDate>2021-06-28T11:36:21+00:00</lastModificationDate>\n                    <publishedDate>2021-06-28T11:36:21+00:00</publishedDate>\n                    <mainLanguageCode>eng-GB</mainLanguageCode>\n                    <currentVersionNo>1</currentVersionNo>\n                    <alwaysAvailable>true</alwaysAvailable>\n                    <isHidden>false</isHidden>\n                    <status>PUBLISHED</status>\n                    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/67/objectstates\"/>\n                </Content>\n            </ContentInfo>\n        </Location>\n    </Bookmark>\n    <Bookmark media-type=\"application/vnd.ibexa.api.Bookmark+xml\" _href=\"/api/ibexa/v2/bookmark/59\">\n        <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/59\">\n            <id>59</id>\n            <priority>0</priority>\n            <hidden>false</hidden>\n            <invisible>false</invisible>\n            <explicitlyHidden>false</explicitlyHidden>\n            <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2\"/>\n            <pathString>/1/2/59/</pathString>\n            <depth>2</depth>\n            <childCount>3</childCount>\n            <remoteId>fd949fc2eed1fff847d73021ff1a6ea9</remoteId>\n            <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/59/children\"/>\n            <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/58\"/>\n            <sortField>PATH</sortField>\n            <sortOrder>ASC</sortOrder>\n            <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/59/urlaliases\"/>\n            <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/58\">\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/58\" remoteId=\"00b513aae54036a16e00fb3365c4b5f3\" id=\"58\">\n                    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n                    <Name>Dog Breed Catalog</Name>\n                    <TranslatedName>Dog Breed Catalog</TranslatedName>\n                    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/58/versions\"/>\n                    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/58/currentversion\"/>\n                    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n                    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/58/locations\"/>\n                    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                    <lastModificationDate>2021-06-28T11:23:10+00:00</lastModificationDate>\n                    <publishedDate>2021-06-28T11:23:10+00:00</publishedDate>\n                    <mainLanguageCode>eng-GB</mainLanguageCode>\n                    <currentVersionNo>1</currentVersionNo>\n                    <alwaysAvailable>true</alwaysAvailable>\n                    <isHidden>false</isHidden>\n                    <status>PUBLISHED</status>\n                    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/58/objectstates\"/>\n                </Content>\n            </ContentInfo>\n        </Location>\n    </Bookmark>\n</BookmarkList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to list bookmarks."
                    }
                },
                "summary": "List of bookmarks",
                "description": "Lists bookmarked Locations for the current user.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/bookmark/{locationId}": {
            "post": {
                "operationId": "api_bookmark_locationId_post",
                "tags": [
                    "Bookmark"
                ],
                "responses": {
                    "201": {
                        "description": "Created."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to given Location."
                    },
                    "404": {
                        "description": "Error - the given Location does not exist."
                    },
                    "409": {
                        "description": "Error - Location is already bookmarked."
                    }
                },
                "summary": "Create bookmark",
                "description": "Add given Location to bookmarks of the current user.",
                "parameters": [
                    {
                        "name": "locationId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new BookmarkCreateController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            },
            "delete": {
                "operationId": "api_bookmark_locationId_delete",
                "tags": [
                    "Bookmark"
                ],
                "responses": {
                    "204": {
                        "description": "Deleted - no content."
                    },
                    "401": {
                        "description": "Error - the user is not authorized for the given Location."
                    },
                    "404": {
                        "description": "Error - the given Location does not exist / is not bookmarked."
                    }
                },
                "summary": "Delete bookmark",
                "description": "Deletes the given Location from bookmarks of the current user.",
                "parameters": [
                    {
                        "name": "locationId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "head": {
                "operationId": "api_bookmark_locationId_head",
                "tags": [
                    "Bookmark"
                ],
                "responses": {
                    "200": {
                        "description": "OK - bookmarked."
                    },
                    "401": {
                        "description": "Error - the user is not authorized for the given Location."
                    },
                    "404": {
                        "description": "Error - the given Location does not exist / is not bookmarked."
                    }
                },
                "summary": "Check if Location is bookmarked",
                "description": "Checks if the given Location is bookmarked by the current user.",
                "parameters": [
                    {
                        "name": "locationId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/calendar/event": {
            "get": {
                "operationId": "api_calendarevent_get",
                "tags": [
                    "Calendar"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.EventList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EventListWrapper"
                                },
                                "example": {
                                    "EventList": {
                                        "_media-type": "application/vnd.ibexa.api.EventList+json",
                                        "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1598745600&count=10",
                                        "totalCount": 5,
                                        "events": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.EventList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/EventList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<EventList media-type=\"application/vnd.ibexa.api.EventList+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10\">\n    <totalCount>5</totalCount>\n</EventList>\n"
                            }
                        }
                    }
                },
                "summary": "Calendar list",
                "description": "Calendar event list.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the calendar event list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/calendar/event/grouped-by-day": {
            "get": {
                "operationId": "api_calendareventgrouped-by-day_get",
                "tags": [
                    "Calendar"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.EventGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EventGroupListWrapper"
                                },
                                "example": {
                                    "EventGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
                                        "groups": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1597190400&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597104000",
                                                    "endDate": "1597190400"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597190400&end=1597276800&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597190400",
                                                    "endDate": "1597276800"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597276800&end=1597363200&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597276800",
                                                    "endDate": "1597363200"
                                                },
                                                "totalCount": 1,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597363200&end=1597449600&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597363200",
                                                    "endDate": "1597449600"
                                                },
                                                "totalCount": 1,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597449600&end=1597536000&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597449600",
                                                    "endDate": "1597536000"
                                                },
                                                "totalCount": 1,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597536000&end=1597622400&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597536000",
                                                    "endDate": "1597622400"
                                                },
                                                "totalCount": 1,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597622400&end=1597708800&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597622400",
                                                    "endDate": "1597708800"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597708800&end=1597795200&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597708800",
                                                    "endDate": "1597795200"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597795200&end=1597881600&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597795200",
                                                    "endDate": "1597881600"
                                                },
                                                "totalCount": 1,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597881600&end=1597968000&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597881600",
                                                    "endDate": "1597968000"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597968000&end=1598054400&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1597968000",
                                                    "endDate": "1598054400"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598054400&end=1598140800&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598054400",
                                                    "endDate": "1598140800"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598140800&end=1598227200&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598140800",
                                                    "endDate": "1598227200"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598227200&end=1598313600&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598227200",
                                                    "endDate": "1598313600"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598313600&end=1598400000&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598313600",
                                                    "endDate": "1598400000"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598400000&end=1598486400&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598400000",
                                                    "endDate": "1598486400"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598486400&end=1598572800&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598486400",
                                                    "endDate": "1598572800"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598572800&end=1598659200&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598572800",
                                                    "endDate": "1598659200"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
                                                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598659200&end=1598745600&count=10",
                                                "DateRange": {
                                                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
                                                    "startDate": "1598659200",
                                                    "endDate": "1598745600"
                                                },
                                                "totalCount": 0,
                                                "events": []
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.EventGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/EventGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<EventGroupList media-type=\"application/vnd.ibexa.api.EventGroupList+xml\">\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597104000</startDate>\n            <endDate>1597190400</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597190400&amp;end=1597276800&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597190400</startDate>\n            <endDate>1597276800</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597276800&amp;end=1597363200&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597276800</startDate>\n            <endDate>1597363200</endDate>\n        </DateRange>\n        <totalCount>1</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597363200&amp;end=1597449600&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597363200</startDate>\n            <endDate>1597449600</endDate>\n        </DateRange>\n        <totalCount>1</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597449600&amp;end=1597536000&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597449600</startDate>\n            <endDate>1597536000</endDate>\n        </DateRange>\n        <totalCount>1</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597536000&amp;end=1597622400&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597536000</startDate>\n            <endDate>1597622400</endDate>\n        </DateRange>\n        <totalCount>1</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597622400&amp;end=1597708800&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597622400</startDate>\n            <endDate>1597708800</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597708800&amp;end=1597795200&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597708800</startDate>\n            <endDate>1597795200</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597795200&amp;end=1597881600&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597795200</startDate>\n            <endDate>1597881600</endDate>\n        </DateRange>\n        <totalCount>1</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597881600&amp;end=1597968000&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597881600</startDate>\n            <endDate>1597968000</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1597968000&amp;end=1598054400&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1597968000</startDate>\n            <endDate>1598054400</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598054400&amp;end=1598140800&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598054400</startDate>\n            <endDate>1598140800</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598140800&amp;end=1598227200&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598140800</startDate>\n            <endDate>1598227200</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598227200&amp;end=1598313600&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598227200</startDate>\n            <endDate>1598313600</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598313600&amp;end=1598400000&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598313600</startDate>\n            <endDate>1598400000</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598400000&amp;end=1598486400&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598400000</startDate>\n            <endDate>1598486400</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598486400&amp;end=1598572800&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598486400</startDate>\n            <endDate>1598572800</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598572800&amp;end=1598659200&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598572800</startDate>\n            <endDate>1598659200</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n    <EventGroup media-type=\"application/vnd.ibexa.api.EventGroup+xml\" currentPage=\"/api/ibexa/v2/calendar/event?start=1598659200&amp;end=1598745600&amp;count=10\">\n        <DateRange media-type=\"application/vnd.ibexa.api.DateRange+xml\">\n            <startDate>1598659200</startDate>\n            <endDate>1598745600</endDate>\n        </DateRange>\n        <totalCount>0</totalCount>\n    </EventGroup>\n</EventGroupList>\n"
                            }
                        }
                    }
                },
                "summary": "Calendar list grouped by day",
                "description": "Calendar event list grouped by day.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the calendar event list grouped by day is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/calendar/event/{eventType}": {
            "post": {
                "operationId": "api_calendarevent_eventType_post",
                "tags": [
                    "Calendar"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - the action has been unscheduled."
                    }
                },
                "summary": "Calendar action",
                "description": "A calendar action that e.g. reschedules or unschedules calendar events. The event type should always be copied from an event.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "eventType",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new EventExecuteActionController resource",
                    "content": {
                        "application/vnd.ibexa.api.calendar.future_hide.UnscheduleAction+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UnscheduleActionWrapper"
                            },
                            "example": {
                                "UnscheduleAction": {
                                    "events": [
                                        "future_publication:2"
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.calendar.future_publication.UnscheduleAction+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UnscheduleActionWrapper"
                            },
                            "example": {
                                "UnscheduleAction": {
                                    "events": [
                                        "future_publication:2"
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/cart": {
            "post": {
                "operationId": "api_cart_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                },
                                "example": {
                                    "Cart": {
                                        "_media-type": "application/vnd.ibexa.api.Cart+json",
                                        "id": 12,
                                        "identifier": "fafccc4b-cce1-40d7-8d23-29ad41638581",
                                        "name": "Default",
                                        "createdAt": "2023-10-12T10:02:51+00:00",
                                        "updatedAt": "2023-10-12T10:02:51+00:00",
                                        "owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 2,
                                            "code": "EUR",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "entries": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    }
                },
                "summary": "Create Cart",
                "description": "Creates Cart from payload.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CartCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the created Cart is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CartCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartCreateWrapper"
                            },
                            "example": {
                                "CartCreate": {
                                    "name": "Default",
                                    "currencyCode": "EUR",
                                    "context": {
                                        "foo": "bar"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CartCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartCreate"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/view": {
            "post": {
                "operationId": "api_cartview_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns a view and its results",
                        "content": {
                            "application/vnd.ibexa.api.CartView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartViewWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.CartView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartView"
                                }
                            }
                        }
                    }
                },
                "summary": "Filter carts",
                "description": "Executes a query and returns a View including the results.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The CartView schema is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CartViewInput schema is posted in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CartViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartViewInputWrapper"
                            },
                            "example": {
                                "CartViewInput": {
                                    "identifier": "loadUserCarts",
                                    "CartQuery": {
                                        "offset": 0,
                                        "limit": 10,
                                        "ownerId": 123
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CartViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}": {
            "get": {
                "operationId": "api_cart_identifier_get",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                },
                                "example": {
                                    "Cart": {
                                        "_media-type": "application/vnd.ibexa.api.Cart+json",
                                        "id": 12,
                                        "identifier": "fafccc4b-cce1-40d7-8d23-29ad41638581",
                                        "name": "Default",
                                        "createdAt": "2023-10-12T10:02:51+00:00",
                                        "updatedAt": "2023-10-12T10:02:51+00:00",
                                        "owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 2,
                                            "code": "EUR",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "entries": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to get this cart."
                    },
                    "404": {
                        "description": "Error - The identifier do not match any Cart."
                    }
                },
                "summary": "Get Cart",
                "description": "Gets Cart by its identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The Cart is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_cart_identifier_delete",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "204": {
                        "description": "CartDeleteController resource deleted"
                    }
                },
                "summary": "Delete Cart",
                "description": "Deletes Cart by its identifier.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_cart_identifier_patch",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - return the updated cart",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this cart."
                    },
                    "404": {
                        "description": "Error - The identifier do not match any cart."
                    }
                },
                "summary": "Update Cart's metadata",
                "description": "Updates identified Cart's metadata from payload.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CartMetadataUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Cart is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated CartUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartMetadataUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartMetadataUpdateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.CartMetadataUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartMetadataUpdate"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/empty": {
            "post": {
                "operationId": "api_cart_identifierempty_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - Cart emptied."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to empty this Cart."
                    },
                    "404": {
                        "description": "Error - Cart not found."
                    }
                },
                "summary": "Empty Cart",
                "description": "Empties the given Cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CartEmptyController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/entry": {
            "post": {
                "operationId": "api_cart_identifierentry_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - return the updated cart",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to add an entry to this cart."
                    },
                    "404": {
                        "description": "Error - The identifier do not match any cart."
                    }
                },
                "summary": "Add Entry to Cart",
                "description": "Adds an entry to the cart referenced by its identifier",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CartEntryAdd schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Cart is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CartEntryCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartEntryAdd+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryAddWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.CartEntryAdd+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryAdd"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/entry/{entryId}": {
            "delete": {
                "operationId": "api_cart_identifierentry_entryId_delete",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - return the updated cart",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to remove an entry from this cart."
                    },
                    "404": {
                        "description": "Error - the identifiers don't match any cart or entry."
                    },
                    "204": {
                        "description": "CartEntryRemoveController resource deleted"
                    }
                },
                "summary": "Remove Entry from Cart",
                "description": "Removes the given entry from the given Cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "entryId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Cart is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_cart_identifierentry_entryId_patch",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - return the updated cart",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update an entry of this cart."
                    },
                    "404": {
                        "description": "Error - the identifiers don't match any cart or entry."
                    }
                },
                "summary": "Update Entry from Cart",
                "description": "Updates the given entry from the given Cart.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CartEntryUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "entryId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Cart is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated CartEntryUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartEntryUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryUpdateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.CartEntryUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryUpdate"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/move-entries-to-shopping-list": {
            "post": {
                "operationId": "api_cart_identifiermove-entries-to-shopping-list_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the shopping list with added cart entries",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to move cart entries to shopping list."
                    },
                    "404": {
                        "description": "Error - the cart identifier doesn't match any existing resource."
                    }
                },
                "summary": "Move Selected Cart Entries to Default Shopping List",
                "description": "Moves selected entries from the given Cart to the default Shopping List (save for later). After moving, selected entries are removed from the cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Cart identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new MoveCartEntriesToShoppingListController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartEntryIdentifiers+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryIdentifiersWrapper"
                            },
                            "example": {
                                "$ref": "#/components/examples/CartEntryIdentifiersJsonExample"
                            }
                        },
                        "application/vnd.ibexa.api.CartEntryIdentifiers+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryIdentifiers"
                            },
                            "example": {
                                "$ref": "#/components/examples/CartEntryIdentifiersXmlExample"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/move-entries-to-shopping-list/{shoppingListIdentifier}": {
            "post": {
                "operationId": "api_cart_identifiermove-entries-to-shopping-list_shoppingListIdentifier_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the shopping list with added cart entries",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to move cart entries to shopping list."
                    },
                    "404": {
                        "description": "Error - the cart or shopping list don't match any existing resource."
                    }
                },
                "summary": "Move Selected Cart Entries to Specific Shopping List",
                "description": "Moves selected entries from the given Cart to the specified Shopping List (save for later). After moving, selected entries are removed from the cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Cart identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "shoppingListIdentifier",
                        "in": "path",
                        "description": "The Shopping List identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new MoveCartEntriesToShoppingListController resource",
                    "content": {
                        "application/vnd.ibexa.api.CartEntryIdentifiers+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryIdentifiersWrapper"
                            },
                            "example": {
                                "$ref": "#/components/examples/CartEntryIdentifiersJsonExample"
                            }
                        },
                        "application/vnd.ibexa.api.CartEntryIdentifiers+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CartEntryIdentifiers"
                            },
                            "example": {
                                "$ref": "#/components/examples/CartEntryIdentifiersXmlExample"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/move-to-shopping-list": {
            "post": {
                "operationId": "api_cart_identifiermove-to-shopping-list_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the shopping list with added cart entries",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to move cart to shopping list."
                    },
                    "404": {
                        "description": "Error - the cart identifier doesn't match any existing resource."
                    }
                },
                "summary": "Move Cart to Default Shopping List",
                "description": "Moves all entries from the given Cart to the default Shopping List (save for later). After moving, entries are removed from the cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Cart identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "No payload required",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/move-to-shopping-list/{shoppingListIdentifier}": {
            "post": {
                "operationId": "api_cart_identifiermove-to-shopping-list_shoppingListIdentifier_post",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the shopping list with added cart entries",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to move cart to shopping list."
                    },
                    "404": {
                        "description": "Error - the cart or shopping list identifier doesn't match any existing resource."
                    }
                },
                "summary": "Move Cart to Specific Shopping List",
                "description": "Moves all entries from the given Cart to the specified Shopping List (save for later). After moving, entries are removed from the cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Cart identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "shoppingListIdentifier",
                        "in": "path",
                        "description": "The Shopping List identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "No payload required",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/cart/{identifier}/summary": {
            "get": {
                "operationId": "api_cart_identifiersummary_get",
                "tags": [
                    "Cart"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CartSummary+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartSummaryWrapper"
                                },
                                "example": {
                                    "CartSummary": {
                                        "_media-type": "application/vnd.ibexa.api.CartSummary+json",
                                        "_href": "/api/ibexa/v2/cart/fdfb2e95-b0b9-4f17-b0cc-08d4d2cfd8f1/summary",
                                        "id": 1,
                                        "identifier": "fdfb2e95-b0b9-4f17-b0cc-08d4d2cfd8f1",
                                        "name": "Updated",
                                        "createdAt": "2023-01-10T12:48:40+00:00",
                                        "updatedAt": "2023-01-10T12:49:10+00:00",
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "SummaryEntryCollection": {
                                            "_media-type": "application/vnd.ibexa.api.SummaryEntryCollection+json",
                                            "count": "1",
                                            "SummaryEntry": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.CartSummaryEntry+json",
                                                    "identifier": "ddf3d7bf-ca17-4eff-8265-2d7e00877a91",
                                                    "id": 1,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Flipper Zero"
                                                            }
                                                        ]
                                                    },
                                                    "quantity": 2,
                                                    "Price": {
                                                        "_media-type": "application/vnd.ibexa.api.Price+json",
                                                        "RestPrice": {
                                                            "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                            "Price": {
                                                                "_media-type": "application/vnd.ibexa.api.Price+json",
                                                                "amount": "100",
                                                                "Currency": {
                                                                    "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                    "id": 2,
                                                                    "code": "EUR",
                                                                    "subunits": 2,
                                                                    "enabled": true
                                                                }
                                                            },
                                                            "formatted": "\u20ac1.00"
                                                        }
                                                    },
                                                    "PriceInclVat": {
                                                        "_media-type": "application/vnd.ibexa.api.PriceInclVat+json",
                                                        "RestPrice": {
                                                            "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                            "Price": {
                                                                "_media-type": "application/vnd.ibexa.api.Price+json",
                                                                "amount": "12300",
                                                                "Currency": {
                                                                    "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                    "id": 2,
                                                                    "code": "EUR",
                                                                    "subunits": 2,
                                                                    "enabled": true
                                                                }
                                                            },
                                                            "formatted": "\u20ac123.00"
                                                        }
                                                    },
                                                    "SubtotalPrice": {
                                                        "_media-type": "application/vnd.ibexa.api.SubtotalPrice+json",
                                                        "RestPrice": {
                                                            "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                            "Price": {
                                                                "_media-type": "application/vnd.ibexa.api.Price+json",
                                                                "amount": "20000",
                                                                "Currency": {
                                                                    "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                    "id": 2,
                                                                    "code": "EUR",
                                                                    "subunits": 2,
                                                                    "enabled": true
                                                                }
                                                            },
                                                            "formatted": "\u20ac200.00"
                                                        }
                                                    },
                                                    "SubtotalPriceInclVat": {
                                                        "_media-type": "application/vnd.ibexa.api.SubtotalPriceInclVat+json",
                                                        "RestPrice": {
                                                            "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                            "Price": {
                                                                "_media-type": "application/vnd.ibexa.api.Price+json",
                                                                "amount": "24600",
                                                                "Currency": {
                                                                    "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                    "id": 2,
                                                                    "code": "EUR",
                                                                    "subunits": 2,
                                                                    "enabled": true
                                                                }
                                                            },
                                                            "formatted": "\u20ac246.00"
                                                        }
                                                    },
                                                    "VatCategory": {
                                                        "_media-type": "application/vnd.ibexa.api.VatCategory+json",
                                                        "identifier": "default",
                                                        "region": "poland",
                                                        "vatValue": 23
                                                    },
                                                    "Product": {
                                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                                        "code": "0001",
                                                        "name": "Flipper Zero",
                                                        "ProductType": {
                                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                            "identifier": "tool",
                                                            "name": "Tool",
                                                            "AttributeAssignmentList": []
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                                            "_href": "/api/ibexa/v2/content/objects/67",
                                                            "_remoteId": "3a12e8a3480143ce0159a55e152533b1",
                                                            "_id": 67,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/50"
                                                            },
                                                            "Name": "Flipper Zero",
                                                            "TranslatedName": "Flipper Zero",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/currentversion",
                                                                "Version": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/67/versions/1",
                                                                    "VersionInfo": {
                                                                        "id": 527,
                                                                        "versionNo": 1,
                                                                        "status": "PUBLISHED",
                                                                        "modificationDate": "2023-01-10T12:44:41+00:00",
                                                                        "Creator": {
                                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                                        },
                                                                        "creationDate": "2023-01-10T12:44:41+00:00",
                                                                        "initialLanguageCode": "eng-GB",
                                                                        "languageCodes": "eng-GB",
                                                                        "VersionTranslationInfo": {
                                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                            "Language": [
                                                                                {
                                                                                    "languageCode": "eng-GB"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "names": {
                                                                            "value": [
                                                                                {
                                                                                    "_languageCode": "eng-GB",
                                                                                    "#text": "Flipper Zero"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Content": {
                                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/67"
                                                                        }
                                                                    },
                                                                    "Fields": {
                                                                        "field": [
                                                                            {
                                                                                "id": 300,
                                                                                "fieldDefinitionIdentifier": "name",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                                "fieldValue": "Flipper Zero"
                                                                            },
                                                                            {
                                                                                "id": 301,
                                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                "fieldValue": {
                                                                                    "id": 1,
                                                                                    "code": "0001",
                                                                                    "attributes": []
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 302,
                                                                                "fieldDefinitionIdentifier": "description",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                                "fieldValue": {
                                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 303,
                                                                                "fieldDefinitionIdentifier": "image",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                "fieldValue": {
                                                                                    "destinationContentId": null,
                                                                                    "alternativeText": null,
                                                                                    "source": null
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 304,
                                                                                "fieldDefinitionIdentifier": "category",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                "fieldValue": {
                                                                                    "taxonomy_entries": [
                                                                                        3
                                                                                    ],
                                                                                    "taxonomy": "product_categories"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 305,
                                                                                "fieldDefinitionIdentifier": "field_63bd5d67f1817",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_seo",
                                                                                "fieldValue": ""
                                                                            }
                                                                        ]
                                                                    },
                                                                    "Relations": {
                                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/67/versions/1/relations",
                                                                        "Relation": []
                                                                    },
                                                                    "Thumbnail": {
                                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                        "resource": "/placeholder",
                                                                        "width": null,
                                                                        "height": null,
                                                                        "mimeType": "image/svg+xml"
                                                                    }
                                                                }
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2023-01-10T12:44:41+00:00",
                                                            "publishedDate": "2023-01-10T12:44:41+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 1,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
                                                            }
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        },
                                                        "created_at": 1673354681,
                                                        "updated_at": 1673354681,
                                                        "AttributesList": [],
                                                        "Availability": {
                                                            "_media-type": "application/vnd.ibexa.api.Availability+json",
                                                            "is_available": true,
                                                            "stock": 100,
                                                            "is_infinite": false
                                                        },
                                                        "Price": {
                                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                                            "amount": "100.00",
                                                            "base_amount": "100.00",
                                                            "Currency": {
                                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                "id": 2,
                                                                "code": "EUR",
                                                                "subunits": 2,
                                                                "enabled": true
                                                            },
                                                            "money": "10000",
                                                            "base_money": "10000"
                                                        }
                                                    }
                                                }
                                            ]
                                        },
                                        "TotalPrice": {
                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                            "RestPrice": {
                                                "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                "Price": {
                                                    "_media-type": "application/vnd.ibexa.api.Price+json",
                                                    "amount": "20000",
                                                    "Currency": {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 2,
                                                        "code": "EUR",
                                                        "subunits": 2,
                                                        "enabled": true
                                                    }
                                                },
                                                "formatted": "\u20ac200.00"
                                            }
                                        },
                                        "TotalPriceInclVat": {
                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                            "RestPrice": {
                                                "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                "Price": {
                                                    "_media-type": "application/vnd.ibexa.api.Price+json",
                                                    "amount": "24600",
                                                    "Currency": {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 2,
                                                        "code": "EUR",
                                                        "subunits": 2,
                                                        "enabled": true
                                                    }
                                                },
                                                "formatted": "\u20ac246.00"
                                            }
                                        },
                                        "vatCategorySummary": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.VatCategorySummary+json",
                                                "VatCategory": {
                                                    "_media-type": "application/vnd.ibexa.api.VatCategory+json",
                                                    "identifier": "default",
                                                    "region": "poland",
                                                    "vatValue": 23
                                                },
                                                "RestPrice": {
                                                    "_media-type": "application/vnd.ibexa.api.RestPrice+json",
                                                    "Price": {
                                                        "_media-type": "application/vnd.ibexa.api.Price+json",
                                                        "amount": "4600",
                                                        "Currency": {
                                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                            "id": 2,
                                                            "code": "EUR",
                                                            "subunits": 2,
                                                            "enabled": true
                                                        }
                                                    },
                                                    "formatted": "\u20ac46.00"
                                                }
                                            }
                                        ],
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 2,
                                            "code": "EUR",
                                            "subunits": 2,
                                            "enabled": true
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.CartSummary+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartSummary"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this Cart."
                    },
                    "404": {
                        "description": "Error - Cart not found."
                    }
                },
                "summary": "Cart Summary",
                "description": "Gets a summary of the given Cart.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Cart Summary is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/collaboration/sessions": {
            "post": {
                "operationId": "api_collaborationsessions_post",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ExampleSession+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExampleSessionWrapper"
                                },
                                "example": {
                                    "CollaborationSession": {
                                        "_media-type": "application/vnd.ibexa.api.ExampleSession+json",
                                        "createdAt": "2023-11-15T10:30:00+00:00",
                                        "id": 123,
                                        "token": "abc123def456ghi789",
                                        "updatedAt": "2023-11-15T14:45:00+00:00",
                                        "ParticipantList": {
                                            "_media-type": "application/vnd.ibexa.api.ParticipantList+json",
                                            "Participants": [
                                                {
                                                    "User": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "_media-type": "application/vnd.ibexa.api.InternalParticipant+json",
                                                    "createdAt": "2023-11-15T10:30:00+00:00",
                                                    "id": 1,
                                                    "name": "John Doe",
                                                    "scope": "edit",
                                                    "updatedAt": "2023-11-15T10:30:00+00:00"
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.ExternalParticipant+json",
                                                    "createdAt": "2023-11-15T11:00:00+00:00",
                                                    "email": "guest@example.com",
                                                    "id": 2,
                                                    "name": "guest@example.com",
                                                    "scope": "view",
                                                    "updatedAt": "2023-11-15T11:00:00+00:00"
                                                }
                                            ]
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "subject": "Project Collaboration Session",
                                        "isActive": true,
                                        "hasPublicLink": false
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ExampleSession+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExampleSessionWrapper"
                                },
                                "example": "<?xml version=\"1.0\"?>\n<CollaborationSession media-type=\"application/vnd.ibexa.api.ExampleSession+xml\">\n    <id>123</id>\n    <token>abc123def456ghi789</token>\n    <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n    <updatedAt>2023-11-15T14:45:00+00:00</updatedAt>\n    <ParticipantList media-type=\"application/vnd.ibexa.api.ParticipantList+xml\">\n        <Participant media-type=\"application/vnd.ibexa.api.InternalParticipant+xml\">\n            <id>1</id>\n            <name>John Doe</name>\n            <scope>edit</scope>\n            <User href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n            <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n            <updatedAt>2023-11-15T10:30:00+00:00</updatedAt>\n        </Participant>\n        <Participant media-type=\"application/vnd.ibexa.api.ExternalParticipant+xml\">\n            <id>2</id>\n            <name>guest@example.com</name>\n            <scope>view</scope>\n            <email>guest@example.com</email>\n            <createdAt>2023-11-15T11:00:00+00:00</createdAt>\n            <updatedAt>2023-11-15T11:00:00+00:00</updatedAt>\n        </Participant>\n    </ParticipantList>\n    <Owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <subject>Project Collaboration Session</subject>\n    <isActive>true</isActive>\n    <hasPublicLink>false</hasPublicLink>\n</CollaborationSession>\n\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create sessions."
                    }
                },
                "summary": "Create collaboration session",
                "description": "Creates a new collaboration session with participants and returns the session details.",
                "parameters": [],
                "requestBody": {
                    "description": "Session creation payload",
                    "content": {
                        "application/vnd.ibexa.api.ExampleSessionCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ExampleSessionCreate"
                            },
                            "example": {
                                "ExampleSessionCreate": {
                                    "Owner": {
                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                        "_href": "/api/ibexa/v2/user/users/14"
                                    },
                                    "ParticipantListCreate": {
                                        "_media-type": "application/vnd.ibexa.api.ParticipantListCreate+json",
                                        "ParticipantCreate": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.InternalParticipantCreate+json",
                                                "User": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "scope": "view"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ExternalParticipantCreate+json",
                                                "email": "user@link.invalid",
                                                "scope": "view"
                                            }
                                        ]
                                    },
                                    "subject": "example"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ExampleSessionCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ExampleSessionCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ExampleSessionCreate>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\"\n           href=\"/api/ibexa/v2/user/users/14\"\n    >\n    </Owner>\n    <ParticipantListCreate media-type=\"application/vnd.ibexa.api.ParticipantListCreate+xml\">\n        <ParticipantCreate media-type=\"application/vnd.ibexa.api.InternalParticipantCreate+xml\">\n            <scope>view</scope>\n            <User media-type=\"application/vnd.ibexa.api.User+xml\"\n                  href=\"/api/ibexa/v2/user/users/14\"\n            >\n            </User>\n        </ParticipantCreate>\n        <ParticipantCreate media-type=\"application/vnd.ibexa.api.ExternalParticipantCreate+xml\">\n            <email>user@link.invalid</email>\n            <scope>view</scope>\n        </ParticipantCreate>\n    </ParticipantListCreate>\n    <subject>example</subject>\n</ExampleSessionCreate>\n\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/collaboration/sessions/{sessionToken}": {
            "get": {
                "operationId": "api_collaborationsessions_sessionToken_get",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ExampleSession+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExampleSessionWrapper"
                                },
                                "example": {
                                    "CollaborationSession": {
                                        "_media-type": "application/vnd.ibexa.api.ExampleSession+json",
                                        "createdAt": "2023-11-15T10:30:00+00:00",
                                        "id": 123,
                                        "token": "abc123def456ghi789",
                                        "updatedAt": "2023-11-15T14:45:00+00:00",
                                        "ParticipantList": {
                                            "_media-type": "application/vnd.ibexa.api.ParticipantList+json",
                                            "Participants": [
                                                {
                                                    "User": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "_media-type": "application/vnd.ibexa.api.InternalParticipant+json",
                                                    "createdAt": "2023-11-15T10:30:00+00:00",
                                                    "id": 1,
                                                    "name": "John Doe",
                                                    "scope": "edit",
                                                    "updatedAt": "2023-11-15T10:30:00+00:00"
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.ExternalParticipant+json",
                                                    "createdAt": "2023-11-15T11:00:00+00:00",
                                                    "email": "guest@example.com",
                                                    "id": 2,
                                                    "name": "guest@example.com",
                                                    "scope": "view",
                                                    "updatedAt": "2023-11-15T11:00:00+00:00"
                                                }
                                            ]
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "subject": "Project Collaboration Session",
                                        "isActive": true,
                                        "hasPublicLink": false
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ExampleSession+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExampleSessionWrapper"
                                },
                                "example": "<?xml version=\"1.0\"?>\n<CollaborationSession media-type=\"application/vnd.ibexa.api.ExampleSession+xml\">\n    <id>123</id>\n    <token>abc123def456ghi789</token>\n    <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n    <updatedAt>2023-11-15T14:45:00+00:00</updatedAt>\n    <ParticipantList media-type=\"application/vnd.ibexa.api.ParticipantList+xml\">\n        <Participant media-type=\"application/vnd.ibexa.api.InternalParticipant+xml\">\n            <id>1</id>\n            <name>John Doe</name>\n            <scope>edit</scope>\n            <User href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n            <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n            <updatedAt>2023-11-15T10:30:00+00:00</updatedAt>\n        </Participant>\n        <Participant media-type=\"application/vnd.ibexa.api.ExternalParticipant+xml\">\n            <id>2</id>\n            <name>guest@example.com</name>\n            <scope>view</scope>\n            <email>guest@example.com</email>\n            <createdAt>2023-11-15T11:00:00+00:00</createdAt>\n            <updatedAt>2023-11-15T11:00:00+00:00</updatedAt>\n        </Participant>\n    </ParticipantList>\n    <Owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <subject>Project Collaboration Session</subject>\n    <isActive>true</isActive>\n    <hasPublicLink>false</hasPublicLink>\n</CollaborationSession>\n\n"
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to access this session."
                    }
                },
                "summary": "Get collaboration session",
                "description": "Retrieves a collaboration session by its token.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token to retrieve.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_collaborationsessions_sessionToken_delete",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "204": {
                        "description": "Session deleted"
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this session."
                    }
                },
                "summary": "Delete collaboration session",
                "description": "Deletes a collaboration session and removes all associated data.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token to delete.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_collaborationsessions_sessionToken_patch",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ExampleSession+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExampleSessionWrapper"
                                },
                                "example": {
                                    "CollaborationSession": {
                                        "_media-type": "application/vnd.ibexa.api.ExampleSession+json",
                                        "createdAt": "2023-11-15T10:30:00+00:00",
                                        "id": 123,
                                        "token": "abc123def456ghi789",
                                        "updatedAt": "2023-11-15T14:45:00+00:00",
                                        "ParticipantList": {
                                            "_media-type": "application/vnd.ibexa.api.ParticipantList+json",
                                            "Participants": [
                                                {
                                                    "User": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "_media-type": "application/vnd.ibexa.api.InternalParticipant+json",
                                                    "createdAt": "2023-11-15T10:30:00+00:00",
                                                    "id": 1,
                                                    "name": "John Doe",
                                                    "scope": "edit",
                                                    "updatedAt": "2023-11-15T10:30:00+00:00"
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.ExternalParticipant+json",
                                                    "createdAt": "2023-11-15T11:00:00+00:00",
                                                    "email": "guest@example.com",
                                                    "id": 2,
                                                    "name": "guest@example.com",
                                                    "scope": "view",
                                                    "updatedAt": "2023-11-15T11:00:00+00:00"
                                                }
                                            ]
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "subject": "Project Collaboration Session",
                                        "isActive": true,
                                        "hasPublicLink": false
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ExampleSession+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExampleSessionWrapper"
                                },
                                "example": "<?xml version=\"1.0\"?>\n<CollaborationSession media-type=\"application/vnd.ibexa.api.ExampleSession+xml\">\n    <id>123</id>\n    <token>abc123def456ghi789</token>\n    <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n    <updatedAt>2023-11-15T14:45:00+00:00</updatedAt>\n    <ParticipantList media-type=\"application/vnd.ibexa.api.ParticipantList+xml\">\n        <Participant media-type=\"application/vnd.ibexa.api.InternalParticipant+xml\">\n            <id>1</id>\n            <name>John Doe</name>\n            <scope>edit</scope>\n            <User href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n            <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n            <updatedAt>2023-11-15T10:30:00+00:00</updatedAt>\n        </Participant>\n        <Participant media-type=\"application/vnd.ibexa.api.ExternalParticipant+xml\">\n            <id>2</id>\n            <name>guest@example.com</name>\n            <scope>view</scope>\n            <email>guest@example.com</email>\n            <createdAt>2023-11-15T11:00:00+00:00</createdAt>\n            <updatedAt>2023-11-15T11:00:00+00:00</updatedAt>\n        </Participant>\n    </ParticipantList>\n    <Owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <subject>Project Collaboration Session</subject>\n    <isActive>true</isActive>\n    <hasPublicLink>false</hasPublicLink>\n</CollaborationSession>\n\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this session."
                    }
                },
                "summary": "Update collaboration session",
                "description": "Updates collaboration session properties.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token to update.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "Session update payload",
                    "content": {
                        "application/vnd.ibexa.api.ExampleSessionUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ExampleSessionUpdate"
                            },
                            "example": {
                                "ExampleSessionUpdate": {
                                    "hasPublicLink": true
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ExampleSessionUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ExampleSessionUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ExampleSessionUpdate>\n    <hasPublicLink>true</hasPublicLink>\n</ExampleSessionUpdate>\n\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/collaboration/sessions/{sessionToken}/invitations": {
            "post": {
                "operationId": "api_collaborationsessions_sessionTokeninvitations_post",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "201": {
                        "description": "Invitation created",
                        "content": {
                            "application/vnd.ibexa.api.Invitation+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/InvitationWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Invitation+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/InvitationWrapper"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create invitations for this session."
                    }
                },
                "summary": "Create invitation in collaboration session",
                "description": "Creates an invitation for a participant to join a collaboration session.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "Invitation creation payload",
                    "content": {
                        "application/vnd.ibexa.api.InvitationCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/InvitationCreate"
                            },
                            "example": {
                                "InvitationCreate": {
                                    "email": "external.user@example.com",
                                    "Sender": {
                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                        "_href": "/api/ibexa/v2/user/users/14"
                                    },
                                    "context": {
                                        "single_value": "value",
                                        "simple_array": [
                                            "test",
                                            "value1",
                                            "value2",
                                            "value3",
                                            "value4",
                                            "value5"
                                        ],
                                        "extended_array": {
                                            "foo": "foo_value",
                                            "bar": "bar_value",
                                            "baz": "baz_value"
                                        }
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.InvitationCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/InvitationCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<InvitationCreate>\n    <Sender media-type=\"application/vnd.ibexa.api.User+xml\"\n            href=\"/api/ibexa/v2/user/users/14\"\n    >\n    </Sender>\n    <email>anonymous@link.invalid</email>\n    <context>\n        <simple_array>\n            <element>test</element>\n            <element>value1</element>\n            <element>value2</element>\n            <element>value3</element>\n            <element>value4</element>\n            <element>value5</element>\n        </simple_array>\n        <single_value>value</single_value>\n        <extended_array>\n            <bar>bar_value</bar>\n            <baz>baz_value</baz>\n            <foo>foo_value</foo>\n        </extended_array>\n    </context>\n</InvitationCreate>\n\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/collaboration/sessions/{sessionToken}/participants": {
            "get": {
                "operationId": "api_collaborationsessions_sessionTokenparticipants_get",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ParticipantList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ParticipantListWrapper"
                                },
                                "example": {
                                    "ParticipantList": {
                                        "Participants": [
                                            {
                                                "User": {
                                                    "_href": "/api/ibexa/v2/user/users/14",
                                                    "_media-type": "application/vnd.ibexa.api.User+json"
                                                },
                                                "_media-type": "application/vnd.ibexa.api.InternalParticipant+json",
                                                "createdAt": "2023-11-15T10:30:00+00:00",
                                                "id": 1,
                                                "name": "John Doe",
                                                "scope": "edit",
                                                "updatedAt": "2023-11-15T10:30:00+00:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ExternalParticipant+json",
                                                "createdAt": "2023-11-15T11:00:00+00:00",
                                                "email": "guest@example.com",
                                                "id": 2,
                                                "name": "guest@example.com",
                                                "scope": "view",
                                                "updatedAt": "2023-11-15T11:00:00+00:00"
                                            }
                                        ],
                                        "_media-type": "application/vnd.ibexa.api.ParticipantList+json"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ParticipantList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ParticipantListWrapper"
                                },
                                "example": "<?xml version=\"1.0\"?>\n<ParticipantList media-type=\"application/vnd.ibexa.api.ParticipantList+xml\">\n    <Participant media-type=\"application/vnd.ibexa.api.InternalParticipant+xml\">\n        <id>1</id>\n        <name>John Doe</name>\n        <scope>edit</scope>\n        <User href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n        <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n        <updatedAt>2023-11-15T10:30:00+00:00</updatedAt>\n    </Participant>\n    <Participant media-type=\"application/vnd.ibexa.api.ExternalParticipant+xml\">\n        <id>2</id>\n        <name>guest@example.com</name>\n        <scope>view</scope>\n        <email>guest@example.com</email>\n        <createdAt>2023-11-15T11:00:00+00:00</createdAt>\n        <updatedAt>2023-11-15T11:00:00+00:00</updatedAt>\n    </Participant>\n</ParticipantList>\n\n"
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to access this session."
                    }
                },
                "summary": "List collaboration session participants",
                "description": "Retrieves a list of all participants in a collaboration session.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_collaborationsessions_sessionTokenparticipants_post",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ParticipantList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ParticipantListWrapper"
                                },
                                "example": {
                                    "ParticipantList": {
                                        "Participants": [
                                            {
                                                "User": {
                                                    "_href": "/api/ibexa/v2/user/users/14",
                                                    "_media-type": "application/vnd.ibexa.api.User+json"
                                                },
                                                "_media-type": "application/vnd.ibexa.api.InternalParticipant+json",
                                                "createdAt": "2023-11-15T10:30:00+00:00",
                                                "id": 1,
                                                "name": "John Doe",
                                                "scope": "edit",
                                                "updatedAt": "2023-11-15T10:30:00+00:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ExternalParticipant+json",
                                                "createdAt": "2023-11-15T11:00:00+00:00",
                                                "email": "guest@example.com",
                                                "id": 2,
                                                "name": "guest@example.com",
                                                "scope": "view",
                                                "updatedAt": "2023-11-15T11:00:00+00:00"
                                            }
                                        ],
                                        "_media-type": "application/vnd.ibexa.api.ParticipantList+json"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ParticipantList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ParticipantListWrapper"
                                },
                                "example": "<?xml version=\"1.0\"?>\n<ParticipantList media-type=\"application/vnd.ibexa.api.ParticipantList+xml\">\n    <Participant media-type=\"application/vnd.ibexa.api.InternalParticipant+xml\">\n        <id>1</id>\n        <name>John Doe</name>\n        <scope>edit</scope>\n        <User href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n        <createdAt>2023-11-15T10:30:00+00:00</createdAt>\n        <updatedAt>2023-11-15T10:30:00+00:00</updatedAt>\n    </Participant>\n    <Participant media-type=\"application/vnd.ibexa.api.ExternalParticipant+xml\">\n        <id>2</id>\n        <name>guest@example.com</name>\n        <scope>view</scope>\n        <email>guest@example.com</email>\n        <createdAt>2023-11-15T11:00:00+00:00</createdAt>\n        <updatedAt>2023-11-15T11:00:00+00:00</updatedAt>\n    </Participant>\n</ParticipantList>\n\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to modify this session."
                    }
                },
                "summary": "Add participants to collaboration session",
                "description": "Adds new participants to an existing collaboration session.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "Participant list creation payload",
                    "content": {
                        "application/vnd.ibexa.api.ParticipantListCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ParticipantListCreate"
                            },
                            "example": {
                                "ParticipantListCreate": {
                                    "ParticipantCreate": [
                                        {
                                            "_media-type": "application/vnd.ibexa.api.InternalParticipantCreate+json",
                                            "User": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "scope": "view"
                                        },
                                        {
                                            "_media-type": "application/vnd.ibexa.api.ExternalParticipantCreate+json",
                                            "email": "user@link.invalid",
                                            "scope": "view"
                                        }
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ParticipantListCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ParticipantListCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ParticipantListCreate>\n    <ParticipantCreate media-type=\"application/vnd.ibexa.api.InternalParticipantCreate+xml\">\n        <scope>view</scope>\n        <User media-type=\"application/vnd.ibexa.api.User+xml\"\n              href=\"/api/ibexa/v2/user/users/14\"\n        >\n        </User>\n    </ParticipantCreate>\n    <ParticipantCreate media-type=\"application/vnd.ibexa.api.ExternalParticipantCreate+xml\">\n        <email>user@link.invalid</email>\n        <scope>view</scope>\n    </ParticipantCreate>\n</ParticipantListCreate>\n\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/collaboration/sessions/{sessionToken}/participants/{participantId}": {
            "delete": {
                "operationId": "api_collaborationsessions_sessionTokenparticipants_participantId_delete",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "204": {
                        "description": "Participant removed"
                    },
                    "404": {
                        "description": "Error - the session or participant does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to modify this session."
                    }
                },
                "summary": "Remove participant from collaboration session",
                "description": "Removes a participant from a collaboration session.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "participantId",
                        "in": "path",
                        "description": "The participant ID to remove.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_collaborationsessions_sessionTokenparticipants_participantId_patch",
                "tags": [
                    "Collaboration Sessions"
                ],
                "responses": {
                    "200": {
                        "description": "Updated participant",
                        "content": {
                            "application/vnd.ibexa.api.ExternalParticipant+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExternalParticipantWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ExternalParticipant+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ExternalParticipantWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.InternalParticipant+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/InternalParticipantWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.InternalParticipant+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/InternalParticipantWrapper"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "404": {
                        "description": "Error - the session or participant does not exist."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to modify this session."
                    }
                },
                "summary": "Update participant in collaboration session",
                "description": "Updates properties of a participant in a collaboration session.",
                "parameters": [
                    {
                        "name": "sessionToken",
                        "in": "path",
                        "description": "The session token.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "participantId",
                        "in": "path",
                        "description": "The participant ID to update.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "Participant update payload",
                    "content": {
                        "application/vnd.ibexa.api.ExternalParticipantUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ExternalParticipantUpdate"
                            },
                            "example": {
                                "ExternalParticipantUpdate": {
                                    "scope": "view"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ExternalParticipantUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ExternalParticipantUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ExternalParticipantUpdate>\n    <scope>view</scope>\n</ExternalParticipantUpdate>\n\n"
                        },
                        "application/vnd.ibexa.api.InternalParticipantUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/InternalParticipantUpdate"
                            },
                            "example": {
                                "InternalParticipantUpdate": {
                                    "scope": "view"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.InternalParticipantUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/InternalParticipantUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<InternalParticipantUpdate>\n    <scope>view</scope>\n</InternalParticipantUpdate>\n\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/ai/action-types": {
            "get": {
                "operationId": "api_aiaction-types_get",
                "tags": [
                    "Connector AI"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ai.ActionTypeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionTypeList"
                                },
                                "example": {
                                    "ActionTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ai.ActionTypeList+json",
                                        "_href": "/api/ibexa/v2/ai/action-types",
                                        "ActionType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                "identifier": "generate_alt_text",
                                                "name": "Generate alternative text",
                                                "inputIdentifier": "image",
                                                "outputIdentifier": "text",
                                                "options": {
                                                    "width": 512,
                                                    "height": 512,
                                                    "image_quality": 85
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                "identifier": "refine_text",
                                                "name": "Refine text",
                                                "inputIdentifier": "text",
                                                "outputIdentifier": "text",
                                                "options": []
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.ActionTypeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionTypeList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionTypeList media-type=\"application/vnd.ibexa.api.ai.ActionTypeList+xml\" href=\"/api/ibexa/v2/ai/action-types\">\n    <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n        <identifier>generate_alt_text</identifier>\n        <name>Generate alternative text</name>\n        <inputIdentifier>image</inputIdentifier>\n        <outputIdentifier>text</outputIdentifier>\n        <options>\n            <width>512</width>\n            <height>512</height>\n            <image_quality>85</image_quality>\n        </options>\n    </ActionType>\n    <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n        <identifier>refine_text</identifier>\n        <name>Refine text</name>\n        <inputIdentifier>text</inputIdentifier>\n        <outputIdentifier>text</outputIdentifier>\n        <options/>\n    </ActionType>\n</ActionTypeList>\n"
                            }
                        }
                    }
                },
                "summary": "Get action types list.",
                "description": "Returns action types list.",
                "parameters": [],
                "deprecated": false
            }
        },
        "/ai/action-types/{identifier}": {
            "get": {
                "operationId": "api_aiaction-types_identifier_get",
                "tags": [
                    "Connector AI"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ai.ActionType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionType"
                                },
                                "example": {
                                    "ActionType": {
                                        "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                        "identifier": "generate_alt_text",
                                        "name": "Generate alternative text",
                                        "inputIdentifier": "image",
                                        "outputIdentifier": "text",
                                        "options": {
                                            "width": 512,
                                            "height": 512,
                                            "image_quality": 85
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.ActionType+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionType"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n    <identifier>generate_alt_text</identifier>\n    <name>Generate alternative text</name>\n    <inputIdentifier>image</inputIdentifier>\n    <outputIdentifier>text</outputIdentifier>\n    <options>\n        <width>512</width>\n        <height>512</height>\n        <image_quality>85</image_quality>\n    </options>\n</ActionType>\n"
                            }
                        }
                    },
                    "406": {
                        "description": "Error - an action type of the given unique identifier is not found."
                    }
                },
                "summary": "Get an action type by its unique identifier.",
                "description": "Returns an action type by its unique string identifier.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "generate_alt_text"
                    }
                ],
                "deprecated": false
            }
        },
        "/ai/actions": {
            "get": {
                "operationId": "api_aiactions_get",
                "tags": [
                    "Connector AI"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ai.ActionConfigurationList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionConfigurationList"
                                },
                                "example": {
                                    "ActionConfigurationList": {
                                        "_media-type": "application/vnd.ibexa.api.ai.ActionConfigurationList+json",
                                        "_href": "/api/ibexa/v2/ai/actions",
                                        "ActionConfiguration": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "rewrite_with_friendly_tone",
                                                "name": "Rewrite in friendly tone",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Rewrite text in friendly tone. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "rewrite_with_professional_tone",
                                                "name": "Rewrite in professional tone",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Rewrite text in professional tone. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "summarize_text",
                                                "name": "Summarize",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Summarize text into one sentence. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "expand_text",
                                                "name": "Expand text",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Expand the given text by 25%. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "shorten_text",
                                                "name": "Shorten text",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Shorten the given text by 25%. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "proofread",
                                                "name": "Proofread",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Rewrite given text to identify and fix grammatical and punctuation errors. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "improve_readability",
                                                "name": "Improve readability",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Rewrite this content to improve readability. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "gen_alt_text",
                                                "name": "Generate alternative text",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "generate_alt_text",
                                                    "name": "Generate alternative text",
                                                    "inputIdentifier": "image",
                                                    "outputIdentifier": "text",
                                                    "options": {
                                                        "width": 512,
                                                        "height": 512,
                                                        "image_quality": 85
                                                    }
                                                },
                                                "actionTypeOptions": {
                                                    "max_length": 140
                                                },
                                                "actionHandlerIdentifier": "openai-image-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.ActionConfigurationList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionConfigurationList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionConfigurationList media-type=\"application/vnd.ibexa.api.ai.ActionConfigurationList+xml\" href=\"/api/ibexa/v2/ai/actions\">\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>rewrite_with_friendly_tone</identifier>\n        <name>Rewrite in friendly tone</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Rewrite text in friendly tone. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>rewrite_with_professional_tone</identifier>\n        <name>Rewrite in professional tone</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Rewrite text in professional tone. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>summarize_text</identifier>\n        <name>Summarize</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Summarize text into one sentence. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>expand_text</identifier>\n        <name>Expand text</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Expand the given text by 25%. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>shorten_text</identifier>\n        <name>Shorten text</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Shorten the given text by 25%. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>proofread</identifier>\n        <name>Proofread</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Rewrite given text to identify and fix grammatical and punctuation errors. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>improve_readability</identifier>\n        <name>Improve readability</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Rewrite this content to improve readability. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>gen_alt_text</identifier>\n        <name>Generate alternative text</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>generate_alt_text</identifier>\n            <name>Generate alternative text</name>\n            <inputIdentifier>image</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options>\n                <width>512</width>\n                <height>512</height>\n                <image_quality>85</image_quality>\n            </options>\n        </ActionType>\n        <actionTypeOptions>\n            <max_length>140</max_length>\n        </actionTypeOptions>\n        <actionHandlerIdentifier>openai-image-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt></prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n</ActionConfigurationList>\n"
                            }
                        }
                    }
                },
                "summary": "Get action configuration list.",
                "description": "Returns action configuration list.",
                "parameters": [],
                "deprecated": false
            },
            "post": {
                "operationId": "api_aiactions_post",
                "tags": [
                    "Connector AI"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ai.ActionConfigurationList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionConfigurationList"
                                },
                                "example": {
                                    "ActionConfigurationList": {
                                        "_media-type": "application/vnd.ibexa.api.ai.ActionConfigurationList+json",
                                        "_href": "/api/ibexa/v2/ai/actions",
                                        "ActionConfiguration": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "rewrite_with_professional_tone",
                                                "name": "Rewrite in professional tone",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Rewrite text in professional tone. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                                "identifier": "rewrite_with_friendly_tone",
                                                "name": "Rewrite in friendly tone",
                                                "description": "",
                                                "enabled": true,
                                                "ActionType": {
                                                    "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                                    "identifier": "refine_text",
                                                    "name": "Refine text",
                                                    "inputIdentifier": "text",
                                                    "outputIdentifier": "text",
                                                    "options": []
                                                },
                                                "actionTypeOptions": [],
                                                "actionHandlerIdentifier": "openai-text-to-text",
                                                "actionHandlerOptions": {
                                                    "max_tokens": 4000,
                                                    "temperature": 1,
                                                    "prompt": "Rewrite text in friendly tone. Preserve meaning and crucial information.",
                                                    "model": "gpt-4-turbo"
                                                },
                                                "createdAt": "2025-08-07T13:16:47+02:00",
                                                "updatedAt": "2025-08-07T13:16:47+02:00"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.ActionConfigurationList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionConfigurationList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionConfigurationList media-type=\"application/vnd.ibexa.api.ai.ActionConfigurationList+xml\" href=\"/api/ibexa/v2/ai/actions\">\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>rewrite_with_professional_tone</identifier>\n        <name>Rewrite in professional tone</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Rewrite text in professional tone. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n    <ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n        <identifier>rewrite_with_friendly_tone</identifier>\n        <name>Rewrite in friendly tone</name>\n        <description></description>\n        <enabled>1</enabled>\n        <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n            <identifier>refine_text</identifier>\n            <name>Refine text</name>\n            <inputIdentifier>text</inputIdentifier>\n            <outputIdentifier>text</outputIdentifier>\n            <options/>\n        </ActionType>\n        <actionTypeOptions/>\n        <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n        <actionHandlerOptions>\n            <max_tokens>4000</max_tokens>\n            <temperature>1</temperature>\n            <prompt>Rewrite text in friendly tone. Preserve meaning and crucial information.</prompt>\n            <model>gpt-4-turbo</model>\n        </actionHandlerOptions>\n        <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n        <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n    </ActionConfiguration>\n</ActionConfigurationList>\n"
                            }
                        }
                    }
                },
                "summary": "Query action configuration list.",
                "description": "Returns action configuration list based on the given query.",
                "parameters": [
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ActionConfigurationListController resource",
                    "content": {
                        "application/vnd.ibexa.api.ai.ActionConfigurationListInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ActionConfigurationListInput"
                            },
                            "example": {
                                "ActionConfigurationListInput": {
                                    "query": "Rewrite",
                                    "action_type_identifier": "refine_text",
                                    "enabled": true,
                                    "limit": 25,
                                    "page": 1
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ai.ActionConfigurationListInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ActionConfigurationListInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionConfigurationListInput>\n    <query>Rewrite</query>\n    <action_type_identifier>refine_text</action_type_identifier>\n    <enabled>1</enabled>\n    <limit>25</limit>\n    <page>1</page>\n</ActionConfigurationListInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/ai/actions/{actionConfigurationIdentifier}/execute": {
            "post": {
                "operationId": "api_aiactions_actionConfigurationIdentifierexecute_post",
                "tags": [
                    "Connector AI"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ai.AltText+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AltText"
                                },
                                "example": {
                                    "AltText": {
                                        "_media-type": "application/vnd.ibexa.api.ai.AltText+json",
                                        "Text": {
                                            "_media-type": "application/vnd.ibexa.api.ai.Text+json",
                                            "text": [
                                                "Blurred image of an open laptop on a desk with paperwork and another laptop in the background."
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.AltText+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AltText"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AltText media-type=\"application/vnd.ibexa.api.ai.AltText+xml\">\n    <Text media-type=\"application/vnd.ibexa.api.ai.Text+xml\">\n        <text>Sunlit home office with an open laptop, papers, and a blurred background.</text>\n    </Text>\n</AltText>\n"
                            },
                            "application/vnd.ibexa.api.ai.Text+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Text"
                                },
                                "example": {
                                    "Text": {
                                        "_media-type": "application/vnd.ibexa.api.ai.Text+json",
                                        "text": [
                                            "Hello, how have you been spending your day?"
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.Text+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Text"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Text media-type=\"application/vnd.ibexa.api.ai.Text+xml\">\n    <text>Hello, I hope you are well. How have you been spending your day?</text>\n</Text>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - if the provided input or action configuration is invalid or the given action cannot be performed for any reason.",
                        "content": {
                            "application/vnd.ibexa.api.ai.ErrorMessage+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            },
                            "application/vnd.ibexa.api.ai.ErrorMessage+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            }
                        }
                    }
                },
                "summary": "Execute the given AI action",
                "description": "Executes the given AI Action using configured ActionConfiguration or ActionHandler, if passed. Might consume AI agent resources.",
                "parameters": [
                    {
                        "name": "actionConfigurationIdentifier",
                        "in": "path",
                        "description": "Configured action name (obtain by listing the configured actions via GET `/api/ibexa/v2/ai/actions` endpoint).",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "examples": {
                            "rewrite_with_friendly_tone": {
                                "value": "rewrite_with_friendly_tone"
                            },
                            "rewrite_with_professional_tone": {
                                "value": "rewrite_with_professional_tone"
                            },
                            "summarize_text": {
                                "value": "summarize_text"
                            },
                            "expand_text": {
                                "value": "expand_text"
                            },
                            "shorten_text": {
                                "value": "shorten_text"
                            },
                            "proofread": {
                                "value": "proofread"
                            },
                            "improve_readability": {
                                "value": "improve_readability"
                            },
                            "gen_alt_text": {
                                "value": "gen_alt_text"
                            }
                        }
                    },
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "Input to execute the action. An Input type must match the action type.",
                    "content": {
                        "application/vnd.ibexa.api.ai.GenerateAltText+json": {
                            "schema": {
                                "$ref": "#/components/schemas/GenerateAltText"
                            },
                            "example": {
                                "GenerateAltText": {
                                    "Image": {
                                        "base64": "data:image/jpeg;base64,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"
                                    },
                                    "RuntimeContext": []
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ai.GenerateAltText+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/GenerateAltText"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<GenerateAltText xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <Image>\n        <base64>data:image/jpeg;base64,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</base64>\n    </Image>\n    <RuntimeContext />\n</GenerateAltText>\n"
                        },
                        "application/vnd.ibexa.api.ai.RefineText+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RefineText"
                            },
                            "example": {
                                "RefineText": {
                                    "Text": {
                                        "text": [
                                            "Hey, wassup. What you've been doing the whole day?"
                                        ]
                                    },
                                    "RuntimeContext": []
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ai.RefineText+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RefineText"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RefineText xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <Text>\n        <text>Hey, wassup. What you've been doing the whole day?</text>\n    </Text>\n    <RuntimeContext />\n</RefineText>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/ai/actions/{identifier}": {
            "get": {
                "operationId": "api_aiactions_identifier_get",
                "tags": [
                    "Connector AI"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ai.ActionConfiguration+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionConfiguration"
                                },
                                "example": {
                                    "ActionConfiguration": {
                                        "_media-type": "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                        "identifier": "rewrite_with_friendly_tone",
                                        "name": "Rewrite in friendly tone",
                                        "description": "",
                                        "enabled": true,
                                        "ActionType": {
                                            "_media-type": "application/vnd.ibexa.api.ai.ActionType+json",
                                            "identifier": "refine_text",
                                            "name": "Refine text",
                                            "inputIdentifier": "text",
                                            "outputIdentifier": "text",
                                            "options": []
                                        },
                                        "actionTypeOptions": [],
                                        "actionHandlerIdentifier": "openai-text-to-text",
                                        "actionHandlerOptions": {
                                            "max_tokens": 4000,
                                            "temperature": 1,
                                            "prompt": "Rewrite text in friendly tone. Preserve meaning and crucial information.",
                                            "model": "gpt-4-turbo"
                                        },
                                        "createdAt": "2025-08-07T13:16:47+02:00",
                                        "updatedAt": "2025-08-07T13:18:00+02:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ai.ActionConfiguration+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ActionConfiguration"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ActionConfiguration media-type=\"application/vnd.ibexa.api.ai.ActionConfiguration+xml\">\n    <identifier>rewrite_with_friendly_tone</identifier>\n    <name>Rewrite in friendly tone</name>\n    <description></description>\n    <enabled>1</enabled>\n    <ActionType media-type=\"application/vnd.ibexa.api.ai.ActionType+xml\">\n        <identifier>refine_text</identifier>\n        <name>Refine text</name>\n        <inputIdentifier>text</inputIdentifier>\n        <outputIdentifier>text</outputIdentifier>\n        <options/>\n    </ActionType>\n    <actionTypeOptions/>\n    <actionHandlerIdentifier>openai-text-to-text</actionHandlerIdentifier>\n    <actionHandlerOptions>\n        <max_tokens>4000</max_tokens>\n        <temperature>1</temperature>\n        <prompt>Rewrite text in friendly tone. Preserve meaning and crucial information.</prompt>\n        <model>gpt-4-turbo</model>\n    </actionHandlerOptions>\n    <createdAt>2025-08-07T13:16:47+02:00</createdAt>\n    <updatedAt>2025-08-07T13:16:47+02:00</updatedAt>\n</ActionConfiguration>\n"
                            }
                        }
                    },
                    "404": {
                        "description": "Error - an action configuration of the given unique identifier is not found."
                    },
                    "401": {
                        "description": "Error \u2013 the user doesn't have access to the given action configuration"
                    }
                },
                "summary": "Get an action configuration by its unique identifier.",
                "description": "Returns an action configuration by its unique string identifier.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "rewrite_with_friendly_tone"
                    }
                ],
                "deprecated": false
            }
        },
        "/corporate": {
            "get": {
                "operationId": "api_corporate_get",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CorporateAccountRoot+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CorporateAccountRootWrapper"
                                },
                                "example": {
                                    "CorporateAccountRoot": {
                                        "_media-type": "application/vnd.ibexa.api.CorporateAccountRoot+json",
                                        "links": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CompaniesList+json",
                                                "_rel": "ca-companies",
                                                "_href": "/api/ibexa/v2/corporate/companies"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_rel": "ca-types",
                                                "_href": "/api/ibexa/v2/content/typegroups?identifier=corporate_account"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_rel": "ca-types-company",
                                                "_href": "/api/ibexa/v2/content/types/48"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_rel": "ca-types-member",
                                                "_href": "/api/ibexa/v2/content/types/47"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_rel": "ca-types-address",
                                                "_href": "/api/ibexa/v2/content/types/49"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.SalesRepresentativesList+json",
                                                "_rel": "ca-sales-representatives",
                                                "_href": "/api/ibexa/v2/corporate/sales-representatives"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_rel": "ca-role-admin",
                                                "_href": "/api/ibexa/v2/user/roles/14"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_rel": "ca-role-buyer",
                                                "_href": "/api/ibexa/v2/user/roles/15"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.CorporateAccountRoot+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CorporateAccountRoot"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<CorporateAccountRoot media-type=\"application/vnd.ibexa.api.CorporateAccountRoot+xml\">\n  <link media-type=\"application/vnd.ibexa.api.CompaniesList+xml\" rel=\"ca-companies\" href=\"/api/ibexa/v2/corporate/companies\"/>\n  <link media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" rel=\"ca-types\" href=\"/api/ibexa/v2/content/typegroups?identifier=corporate_account\"/>\n  <link media-type=\"application/vnd.ibexa.api.ContentType+xml\" rel=\"ca-types-company\" href=\"/api/ibexa/v2/content/types/48\"/>\n  <link media-type=\"application/vnd.ibexa.api.ContentType+xml\" rel=\"ca-types-member\" href=\"/api/ibexa/v2/content/types/47\"/>\n  <link media-type=\"application/vnd.ibexa.api.ContentType+xml\" rel=\"ca-types-address\" href=\"/api/ibexa/v2/content/types/49\"/>\n  <link media-type=\"application/vnd.ibexa.api.SalesRepresentativesList+xml\" rel=\"ca-sales-representatives\" href=\"/api/ibexa/v2/corporate/sales-representatives\"/>\n  <link media-type=\"application/vnd.ibexa.api.Role+xml\" rel=\"ca-role-admin\" href=\"/api/ibexa/v2/user/roles/14\"/>\n  <link media-type=\"application/vnd.ibexa.api.Role+xml\" rel=\"ca-role-buyer\" href=\"/api/ibexa/v2/user/roles/15\"/>\n</CorporateAccountRoot>\n"
                            }
                        }
                    }
                },
                "summary": "Root Resource",
                "description": "Provides basic information about Corporate Account endpoints and configuration.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, helps to determine response format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/corporate/companies": {
            "get": {
                "operationId": "api_corporatecompanies_get",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CompanyList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CompanyListWrapper"
                                },
                                "example": {
                                    "CompanyList": {
                                        "_media-type": "application/vnd.ibexa.api.CompanyList+json",
                                        "companies": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Company+json",
                                                "id": 66,
                                                "name": "Ibexa AS",
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.Content+json",
                                                    "_href": "/api/ibexa/v2/content/objects/66",
                                                    "_remoteId": "9f20fb03d0ab0a6aef9930f7e6720377",
                                                    "_id": 66,
                                                    "ContentType": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                        "_href": "/api/ibexa/v2/content/types/48"
                                                    },
                                                    "Name": "Ibexa AS",
                                                    "TranslatedName": "Ibexa AS",
                                                    "Versions": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/versions"
                                                    },
                                                    "CurrentVersion": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/currentversion",
                                                        "Version": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/66/versions/1",
                                                            "VersionInfo": {
                                                                "id": 593,
                                                                "versionNo": 1,
                                                                "status": "PUBLISHED",
                                                                "modificationDate": "2023-04-03T13:09:40+02:00",
                                                                "Creator": {
                                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                                },
                                                                "creationDate": "2023-04-03T13:09:40+02:00",
                                                                "initialLanguageCode": "eng-GB",
                                                                "languageCodes": "eng-GB",
                                                                "VersionTranslationInfo": {
                                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                    "Language": [
                                                                        {
                                                                            "languageCode": "eng-GB"
                                                                        }
                                                                    ]
                                                                },
                                                                "names": {
                                                                    "value": [
                                                                        {
                                                                            "_languageCode": "eng-GB",
                                                                            "#text": "Ibexa AS"
                                                                        }
                                                                    ]
                                                                },
                                                                "Content": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/66"
                                                                }
                                                            },
                                                            "Fields": {
                                                                "field": [
                                                                    {
                                                                        "id": 295,
                                                                        "fieldDefinitionIdentifier": "active",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_boolean",
                                                                        "fieldValue": true
                                                                    },
                                                                    {
                                                                        "id": 296,
                                                                        "fieldDefinitionIdentifier": "name",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "Ibexa AS"
                                                                    },
                                                                    {
                                                                        "id": 297,
                                                                        "fieldDefinitionIdentifier": "vat",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "123 456 789"
                                                                    },
                                                                    {
                                                                        "id": 298,
                                                                        "fieldDefinitionIdentifier": "website",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "https://ibexa.co"
                                                                    },
                                                                    {
                                                                        "id": 299,
                                                                        "fieldDefinitionIdentifier": "customer_group",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_customer_group",
                                                                        "fieldValue": {
                                                                            "customer_group_id": 1
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 300,
                                                                        "fieldDefinitionIdentifier": "sales_rep",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 14,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 301,
                                                                        "fieldDefinitionIdentifier": "contact",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 74,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/74"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 302,
                                                                        "fieldDefinitionIdentifier": "default_address",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 69,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/69"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 303,
                                                                        "fieldDefinitionIdentifier": "billing_address",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_address",
                                                                        "fieldValue": {
                                                                            "name": "Headquarters",
                                                                            "country": "NO",
                                                                            "fields": {
                                                                                "region": "Company HQ location region",
                                                                                "locality": "Company HQ location city",
                                                                                "street": "Company HQ location street and building",
                                                                                "postal_code": "00000",
                                                                                "email": "company@email.invalid",
                                                                                "phone_number": "+47 000 000 000"
                                                                            }
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 305,
                                                                        "fieldDefinitionIdentifier": "members",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 67,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/67"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 304,
                                                                        "fieldDefinitionIdentifier": "address_book",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 68,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/68"
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            "Relations": {
                                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/versions/6/relations",
                                                                "Relation": []
                                                            },
                                                            "Thumbnail": {
                                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                "resource": "/placeholder",
                                                                "width": null,
                                                                "height": null,
                                                                "mimeType": "image/svg+xml"
                                                            }
                                                        }
                                                    },
                                                    "Section": {
                                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                                        "_href": "/api/ibexa/v2/content/sections/10"
                                                    },
                                                    "MainLocation": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                                    },
                                                    "Locations": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/locations"
                                                    },
                                                    "Owner": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "lastModificationDate": "2023-04-03T13:09:40+02:00",
                                                    "publishedDate": "2023-03-31T14:33:36+02:00",
                                                    "mainLanguageCode": "eng-GB",
                                                    "currentVersionNo": 1,
                                                    "alwaysAvailable": true,
                                                    "isHidden": false,
                                                    "status": "PUBLISHED",
                                                    "ObjectStates": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/objectstates"
                                                    }
                                                },
                                                "billingAddress": {
                                                    "name": "Headquarters",
                                                    "country": "NO",
                                                    "fields": {
                                                        "region": "Company HQ location region",
                                                        "locality": "Company HQ location city",
                                                        "street": "Company HQ location street and building",
                                                        "postal_code": "00000",
                                                        "email": "company@email.invalid",
                                                        "phone_number": "+47 000 000 000"
                                                    }
                                                },
                                                "contactId": 74,
                                                "salesRepresentativeId": 80,
                                                "defaultAddressId": 69,
                                                "addressBookId": 68,
                                                "membersId": 67,
                                                "MemberList": {
                                                    "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                                    "_href": "/api/ibexa/v2/corporate/companies/66/members"
                                                },
                                                "Location": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                                },
                                                "locationPath": "/1/65/67/",
                                                "isActive": true
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Company+json",
                                                "id": 75,
                                                "name": "QNTM Group AB",
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.Content+json",
                                                    "_href": "/api/ibexa/v2/content/objects/75",
                                                    "_remoteId": "1d7eaec5b4371f7a35f253d15ecd5258",
                                                    "_id": 75,
                                                    "ContentType": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                        "_href": "/api/ibexa/v2/content/types/48"
                                                    },
                                                    "Name": "QNTM Group AB",
                                                    "TranslatedName": "QNTM Group AB",
                                                    "Versions": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/75/versions"
                                                    },
                                                    "CurrentVersion": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/75/currentversion",
                                                        "Version": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/75/versions/3",
                                                            "VersionInfo": {
                                                                "id": 546,
                                                                "versionNo": 3,
                                                                "status": "PUBLISHED",
                                                                "modificationDate": "2023-03-31T15:24:49+02:00",
                                                                "Creator": {
                                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                                },
                                                                "creationDate": "2023-03-31T15:24:49+02:00",
                                                                "initialLanguageCode": "eng-GB",
                                                                "languageCodes": "eng-GB",
                                                                "VersionTranslationInfo": {
                                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                    "Language": [
                                                                        {
                                                                            "languageCode": "eng-GB"
                                                                        }
                                                                    ]
                                                                },
                                                                "names": {
                                                                    "value": [
                                                                        {
                                                                            "_languageCode": "eng-GB",
                                                                            "#text": "QNTM Group AB"
                                                                        }
                                                                    ]
                                                                },
                                                                "Content": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/75"
                                                                }
                                                            },
                                                            "Fields": {
                                                                "field": [
                                                                    {
                                                                        "id": 341,
                                                                        "fieldDefinitionIdentifier": "active",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_boolean",
                                                                        "fieldValue": true
                                                                    },
                                                                    {
                                                                        "id": 342,
                                                                        "fieldDefinitionIdentifier": "name",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "QNTM Group AB"
                                                                    },
                                                                    {
                                                                        "id": 343,
                                                                        "fieldDefinitionIdentifier": "vat",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "123 456 789"
                                                                    },
                                                                    {
                                                                        "id": 344,
                                                                        "fieldDefinitionIdentifier": "website",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "https://ibexa.co"
                                                                    },
                                                                    {
                                                                        "id": 345,
                                                                        "fieldDefinitionIdentifier": "customer_group",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_customer_group",
                                                                        "fieldValue": {
                                                                            "customer_group_id": 1
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 346,
                                                                        "fieldDefinitionIdentifier": "sales_rep",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 14,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 347,
                                                                        "fieldDefinitionIdentifier": "contact",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": null
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 348,
                                                                        "fieldDefinitionIdentifier": "default_address",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": null
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 349,
                                                                        "fieldDefinitionIdentifier": "billing_address",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_address",
                                                                        "fieldValue": {
                                                                            "name": null,
                                                                            "country": null,
                                                                            "fields": []
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 351,
                                                                        "fieldDefinitionIdentifier": "members",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 76,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/76"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 350,
                                                                        "fieldDefinitionIdentifier": "address_book",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_object_relation",
                                                                        "fieldValue": {
                                                                            "destinationContentId": 77,
                                                                            "destinationContentHref": "/api/ibexa/v2/content/objects/77"
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            "Relations": {
                                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/75/versions/3/relations",
                                                                "Relation": []
                                                            },
                                                            "Thumbnail": {
                                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                "resource": "/placeholder",
                                                                "width": null,
                                                                "height": null,
                                                                "mimeType": "image/svg+xml"
                                                            }
                                                        }
                                                    },
                                                    "Section": {
                                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                                        "_href": "/api/ibexa/v2/content/sections/10"
                                                    },
                                                    "MainLocation": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/65/76"
                                                    },
                                                    "Locations": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/75/locations"
                                                    },
                                                    "Owner": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "lastModificationDate": "2023-03-31T15:24:49+02:00",
                                                    "publishedDate": "2023-03-31T15:24:48+02:00",
                                                    "mainLanguageCode": "eng-GB",
                                                    "currentVersionNo": 3,
                                                    "alwaysAvailable": true,
                                                    "isHidden": false,
                                                    "status": "PUBLISHED",
                                                    "ObjectStates": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                        "_href": "/api/ibexa/v2/content/objects/75/objectstates"
                                                    }
                                                },
                                                "billingAddress": {
                                                    "name": null,
                                                    "country": null,
                                                    "fields": []
                                                },
                                                "contactId": null,
                                                "salesRepresentativeId": 14,
                                                "defaultAddressId": null,
                                                "addressBookId": 77,
                                                "membersId": 76,
                                                "MemberList": {
                                                    "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                                    "_href": "/api/ibexa/v2/corporate/companies/75/members"
                                                },
                                                "Location": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/65/76"
                                                },
                                                "locationPath": "/1/65/76/",
                                                "isActive": true
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.CompanyList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CompanyList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<CompanyList media-type=\"application/vnd.ibexa.api.CompanyList+xml\">\n  <Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n    <id>66</id>\n    <name>Ibexa AS</name>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n             href=\"/api/ibexa/v2/content/objects/66\" remoteId=\"9f20fb03d0ab0a6aef9930f7e6720377\"\n             id=\"66\">\n      <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                   href=\"/api/ibexa/v2/content/types/48\"/>\n      <Name>Ibexa AS</Name>\n      <TranslatedName>Ibexa AS</TranslatedName>\n      <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n                href=\"/api/ibexa/v2/content/objects/66/versions\"/>\n      <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                      href=\"/api/ibexa/v2/content/objects/66/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n                 href=\"/api/ibexa/v2/content/objects/66/versions/1\">\n          <VersionInfo>\n            <id>593</id>\n            <versionNo>1</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2023-04-03T13:09:40+02:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                     href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2023-04-03T13:09:40+02:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo\n              media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n              <Language>\n                <languageCode>eng-GB</languageCode>\n              </Language>\n            </VersionTranslationInfo>\n            <names>\n              <value languageCode=\"eng-GB\">Ibexa AS</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                     href=\"/api/ibexa/v2/content/objects/66\"/>\n          </VersionInfo>\n          <Fields>\n            <field>\n              <id>295</id>\n              <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n              <fieldValue>true</fieldValue>\n            </field>\n            <field>\n              <id>296</id>\n              <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>Ibexa AS</fieldValue>\n            </field>\n            <field>\n              <id>297</id>\n              <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>123 456 789</fieldValue>\n            </field>\n            <field>\n              <id>298</id>\n              <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>https://ibexa.co</fieldValue>\n            </field>\n            <field>\n              <id>299</id>\n              <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"customer_group_id\">1</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>300</id>\n              <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">14</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>301</id>\n              <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">74</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/74</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>302</id>\n              <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">69</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/69</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>303</id>\n              <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"name\">HQ</value>\n                <value key=\"country\">PL</value>\n                <value key=\"fields\">\n                  <value key=\"region\">Silesia</value>\n                  <value key=\"locality\">Katowice</value>\n                  <value key=\"street\">Gliwicka 6/5</value>\n                  <value key=\"postal_code\">40-079</value>\n                  <value key=\"email\">company@email.invalid</value>\n                  <value key=\"phone_number\">+48 000 000 000</value>\n                </value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>305</id>\n              <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">67</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/67</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>304</id>\n              <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">68</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/68</value>\n              </fieldValue>\n            </field>\n          </Fields>\n          <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                     href=\"/api/ibexa/v2/content/objects/66/versions/1/relations\"/>\n          <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/placeholder</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n          </Thumbnail>\n        </Version>\n      </CurrentVersion>\n      <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n               href=\"/api/ibexa/v2/content/sections/10\"/>\n      <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                    href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n      <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/66/locations\"/>\n      <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n      <lastModificationDate>2023-04-03T13:09:40+02:00</lastModificationDate>\n      <publishedDate>2023-03-31T14:33:36+02:00</publishedDate>\n      <mainLanguageCode>eng-GB</mainLanguageCode>\n      <currentVersionNo>1</currentVersionNo>\n      <alwaysAvailable>true</alwaysAvailable>\n      <isHidden>false</isHidden>\n      <status>PUBLISHED</status>\n      <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                    href=\"/api/ibexa/v2/content/objects/66/objectstates\"/>\n    </Content>\n    <billingAddress>HQ, Poland</billingAddress>\n    <contactId>74</contactId>\n    <salesRepresentativeId>14</salesRepresentativeId>\n    <defaultAddressId>69</defaultAddressId>\n    <addressBookId>68</addressBookId>\n    <membersId>67</membersId>\n    <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n                href=\"/api/ibexa/v2/corporate/companies/66/members\"/>\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n              href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n    <locationPath>/1/65/67/</locationPath>\n    <isActive>1</isActive>\n  </Company>\n  <Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n    <id>75</id>\n    <name>QNTM Group AB</name>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n             href=\"/api/ibexa/v2/content/objects/75\" remoteId=\"1d7eaec5b4371f7a35f253d15ecd5258\"\n             id=\"75\">\n      <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                   href=\"/api/ibexa/v2/content/types/48\"/>\n      <Name>QNTM Group AB</Name>\n      <TranslatedName>QNTM Group AB</TranslatedName>\n      <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n                href=\"/api/ibexa/v2/content/objects/75/versions\"/>\n      <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                      href=\"/api/ibexa/v2/content/objects/75/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n                 href=\"/api/ibexa/v2/content/objects/75/versions/3\">\n          <VersionInfo>\n            <id>546</id>\n            <versionNo>3</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2023-03-31T15:24:49+02:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                     href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2023-03-31T15:24:49+02:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo\n              media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n              <Language>\n                <languageCode>eng-GB</languageCode>\n              </Language>\n            </VersionTranslationInfo>\n            <names>\n              <value languageCode=\"eng-GB\">QNTM Group AB</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                     href=\"/api/ibexa/v2/content/objects/75\"/>\n          </VersionInfo>\n          <Fields>\n            <field>\n              <id>341</id>\n              <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n              <fieldValue>true</fieldValue>\n            </field>\n            <field>\n              <id>342</id>\n              <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>QNTM Group AB</fieldValue>\n            </field>\n            <field>\n              <id>343</id>\n              <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>123 456 789</fieldValue>\n            </field>\n            <field>\n              <id>344</id>\n              <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>https://ibexa.co</fieldValue>\n            </field>\n            <field>\n              <id>345</id>\n              <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"customer_group_id\">1</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>346</id>\n              <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">14</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>347</id>\n              <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\"/>\n              </fieldValue>\n            </field>\n            <field>\n              <id>348</id>\n              <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\"/>\n              </fieldValue>\n            </field>\n            <field>\n              <id>349</id>\n              <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"name\"/>\n                <value key=\"country\"/>\n                <value key=\"fields\"/>\n              </fieldValue>\n            </field>\n            <field>\n              <id>351</id>\n              <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">76</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/76</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>350</id>\n              <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">77</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/77</value>\n              </fieldValue>\n            </field>\n          </Fields>\n          <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                     href=\"/api/ibexa/v2/content/objects/75/versions/3/relations\"/>\n          <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/placeholder</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n          </Thumbnail>\n        </Version>\n      </CurrentVersion>\n      <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n               href=\"/api/ibexa/v2/content/sections/10\"/>\n      <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                    href=\"/api/ibexa/v2/content/locations/1/65/76\"/>\n      <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/75/locations\"/>\n      <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n      <lastModificationDate>2023-03-31T15:24:49+02:00</lastModificationDate>\n      <publishedDate>2023-03-31T15:24:48+02:00</publishedDate>\n      <mainLanguageCode>eng-GB</mainLanguageCode>\n      <currentVersionNo>3</currentVersionNo>\n      <alwaysAvailable>true</alwaysAvailable>\n      <isHidden>false</isHidden>\n      <status>PUBLISHED</status>\n      <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                    href=\"/api/ibexa/v2/content/objects/75/objectstates\"/>\n    </Content>\n    <billingAddress></billingAddress>\n    <contactId></contactId>\n    <salesRepresentativeId>14</salesRepresentativeId>\n    <defaultAddressId></defaultAddressId>\n    <addressBookId>77</addressBookId>\n    <membersId>76</membersId>\n    <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n                href=\"/api/ibexa/v2/corporate/companies/75/members\"/>\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n              href=\"/api/ibexa/v2/content/locations/1/65/76\"/>\n    <locationPath>/1/65/76/</locationPath>\n    <isActive>1</isActive>\n  </Company>\n</CompanyList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Returned when invalid Criterion or Sort clause is used",
                        "content": {
                            "application/vnd.ibexa.api.ErrorMessage": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            }
                        }
                    }
                },
                "summary": "Read list of companies",
                "description": "Returns paginated list of available companies.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, helps to determine response format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "post": {
                "operationId": "api_corporatecompanies_post",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Company+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CompanyWrapper"
                                },
                                "example": {
                                    "Company": {
                                        "_media-type": "application/vnd.ibexa.api.Company+json",
                                        "id": 66,
                                        "name": "Ibexa AS",
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/66",
                                            "_remoteId": "9f20fb03d0ab0a6aef9930f7e6720377",
                                            "_id": 66,
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/48"
                                            },
                                            "Name": "Ibexa AS",
                                            "TranslatedName": "Ibexa AS",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/versions"
                                            },
                                            "CurrentVersion": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/currentversion",
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/66/versions/1",
                                                    "VersionInfo": {
                                                        "id": 593,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2023-04-03T13:09:40+02:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2023-04-03T13:09:40+02:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Ibexa AS"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/66"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 295,
                                                                "fieldDefinitionIdentifier": "active",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_boolean",
                                                                "fieldValue": true
                                                            },
                                                            {
                                                                "id": 296,
                                                                "fieldDefinitionIdentifier": "name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Ibexa AS"
                                                            },
                                                            {
                                                                "id": 297,
                                                                "fieldDefinitionIdentifier": "vat",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "123 456 789"
                                                            },
                                                            {
                                                                "id": 298,
                                                                "fieldDefinitionIdentifier": "website",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "https://ibexa.co"
                                                            },
                                                            {
                                                                "id": 299,
                                                                "fieldDefinitionIdentifier": "customer_group",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_customer_group",
                                                                "fieldValue": {
                                                                    "customer_group_id": 1
                                                                }
                                                            },
                                                            {
                                                                "id": 300,
                                                                "fieldDefinitionIdentifier": "sales_rep",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 14,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                }
                                                            },
                                                            {
                                                                "id": 301,
                                                                "fieldDefinitionIdentifier": "contact",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 74,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/74"
                                                                }
                                                            },
                                                            {
                                                                "id": 302,
                                                                "fieldDefinitionIdentifier": "default_address",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 69,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/69"
                                                                }
                                                            },
                                                            {
                                                                "id": 303,
                                                                "fieldDefinitionIdentifier": "billing_address",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_address",
                                                                "fieldValue": {
                                                                    "name": "Headquarters",
                                                                    "country": "NO",
                                                                    "fields": {
                                                                        "region": "Company HQ location region",
                                                                        "locality": "Company HQ location city",
                                                                        "street": "Company HQ location street and building",
                                                                        "postal_code": "00000",
                                                                        "email": "company@email.invalid",
                                                                        "phone_number": "+47 000 000 000"
                                                                    }
                                                                }
                                                            },
                                                            {
                                                                "id": 305,
                                                                "fieldDefinitionIdentifier": "members",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 67,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/67"
                                                                }
                                                            },
                                                            {
                                                                "id": 304,
                                                                "fieldDefinitionIdentifier": "address_book",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 68,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/68"
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/placeholder",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                }
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/10"
                                            },
                                            "MainLocation": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/locations"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "lastModificationDate": "2023-04-03T13:09:40+02:00",
                                            "publishedDate": "2023-03-31T14:33:36+02:00",
                                            "mainLanguageCode": "eng-GB",
                                            "currentVersionNo": 1,
                                            "alwaysAvailable": true,
                                            "isHidden": false,
                                            "status": "PUBLISHED",
                                            "ObjectStates": {
                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/objectstates"
                                            }
                                        },
                                        "billingAddress": {
                                            "name": "Headquarters",
                                            "country": "NO",
                                            "fields": {
                                                "region": "Company HQ location region",
                                                "locality": "Company HQ location city",
                                                "street": "Company HQ location street and building",
                                                "postal_code": "00000",
                                                "email": "company@email.invalid",
                                                "phone_number": "+47 000 000 000"
                                            }
                                        },
                                        "contactId": 74,
                                        "salesRepresentativeId": 80,
                                        "defaultAddressId": 69,
                                        "addressBookId": 68,
                                        "membersId": 67,
                                        "MemberList": {
                                            "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                            "_href": "/api/ibexa/v2/corporate/companies/66/members"
                                        },
                                        "Location": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                        },
                                        "locationPath": "/1/65/67/",
                                        "isActive": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Company+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Company"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n  <id>66</id>\n  <name>Ibexa AS</name>\n  <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n           href=\"/api/ibexa/v2/content/objects/66\" remoteId=\"9f20fb03d0ab0a6aef9930f7e6720377\"\n           id=\"66\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                 href=\"/api/ibexa/v2/content/types/48\"/>\n    <Name>Ibexa AS</Name>\n    <TranslatedName>Ibexa AS</TranslatedName>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n              href=\"/api/ibexa/v2/content/objects/66/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                    href=\"/api/ibexa/v2/content/objects/66/currentversion\">\n      <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n               href=\"/api/ibexa/v2/content/objects/66/versions/1\">\n        <VersionInfo>\n          <id>593</id>\n          <versionNo>1</versionNo>\n          <status>PUBLISHED</status>\n          <modificationDate>2023-04-03T13:09:40+02:00</modificationDate>\n          <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                   href=\"/api/ibexa/v2/user/users/14\"/>\n          <creationDate>2023-04-03T13:09:40+02:00</creationDate>\n          <initialLanguageCode>eng-GB</initialLanguageCode>\n          <languageCodes>eng-GB</languageCodes>\n          <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n              <languageCode>eng-GB</languageCode>\n            </Language>\n          </VersionTranslationInfo>\n          <names>\n            <value languageCode=\"eng-GB\">Ibexa AS</value>\n          </names>\n          <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                   href=\"/api/ibexa/v2/content/objects/66\"/>\n        </VersionInfo>\n        <Fields>\n          <field>\n            <id>295</id>\n            <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n            <fieldValue>true</fieldValue>\n          </field>\n          <field>\n            <id>296</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Ibexa AS</fieldValue>\n          </field>\n          <field>\n            <id>297</id>\n            <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>123 456 789</fieldValue>\n          </field>\n          <field>\n            <id>298</id>\n            <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>https://ibexa.co</fieldValue>\n          </field>\n          <field>\n            <id>299</id>\n            <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"customer_group_id\">1</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>300</id>\n            <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">14</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>301</id>\n            <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">74</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/74</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>302</id>\n            <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">69</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/69</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>303</id>\n            <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"name\">HQ</value>\n              <value key=\"country\">PL</value>\n              <value key=\"fields\">\n                <value key=\"region\">Silesia</value>\n                <value key=\"locality\">Katowice</value>\n                <value key=\"street\">Gliwicka 6/5</value>\n                <value key=\"postal_code\">40-079</value>\n                <value key=\"email\">company@email.invalid</value>\n                <value key=\"phone_number\">+48 000 000 000</value>\n              </value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>305</id>\n            <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">67</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/67</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>304</id>\n            <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">68</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/68</value>\n            </fieldValue>\n          </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                   href=\"/api/ibexa/v2/content/objects/66/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n          <resource>/placeholder</resource>\n          <width></width>\n          <height></height>\n          <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n      </Version>\n    </CurrentVersion>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n             href=\"/api/ibexa/v2/content/sections/10\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                  href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n               href=\"/api/ibexa/v2/content/objects/66/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <lastModificationDate>2023-04-03T13:09:40+02:00</lastModificationDate>\n    <publishedDate>2023-03-31T14:33:36+02:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>true</alwaysAvailable>\n    <isHidden>false</isHidden>\n    <status>PUBLISHED</status>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                  href=\"/api/ibexa/v2/content/objects/66/objectstates\"/>\n  </Content>\n  <billingAddress>HQ, Poland</billingAddress>\n  <contactId>74</contactId>\n  <salesRepresentativeId>80</salesRepresentativeId>\n  <defaultAddressId>69</defaultAddressId>\n  <addressBookId>68</addressBookId>\n  <membersId>67</membersId>\n  <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n              href=\"/api/ibexa/v2/corporate/companies/66/members\"/>\n  <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n            href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n  <locationPath>/1/65/67/</locationPath>\n  <isActive>1</isActive>\n</Company>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this Company."
                    }
                },
                "summary": "Create a company",
                "description": "Creates a CompanyCreateController resource.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new company is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CompanyCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CompanyCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CompanyCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CompanyCreateWrapper"
                            },
                            "example": {
                                "CompanyCreate": {
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "active",
                                                "fieldValue": true
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "name",
                                                "fieldValue": "Ibexa Sp. z o. o."
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "vat",
                                                "fieldValue": "123 456 789"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "website",
                                                "fieldValue": "https://ibexa.co"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "customer_group",
                                                "fieldValue": {
                                                    "customer_group_id": 1
                                                }
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "sales_rep",
                                                "fieldValue": {
                                                    "destinationContentId": 14
                                                }
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "billing_address",
                                                "fieldValue": {
                                                    "name": "HQ",
                                                    "country": "PL",
                                                    "fields": {
                                                        "region": "Silesia",
                                                        "locality": "Katowice",
                                                        "street": "Gliwicka 6/5",
                                                        "postal_code": "40-079",
                                                        "email": "company@email.invalid",
                                                        "phone_number": "+48 000 000 000"
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CompanyCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CompanyCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<CompanyCreate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <User/>\n  <fields>\n    <field>\n      <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n      <fieldValue>true</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n      <fieldValue>Ibexa Sp. z o. o.</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n      <fieldValue>123 456 789</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n      <fieldValue>https://ibexa.co</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n      <fieldValue>\n        <value key=\"customer_group_id\">1</value>\n      </fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n      <fieldValue>\n        <value key=\"destinationContentId\">14</value>\n      </fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n      <fieldValue>\n        <value key=\"name\">HQ</value>\n        <value key=\"country\">PL</value>\n        <value key=\"fields\">\n          <value key=\"region\">Silesia</value>\n          <value key=\"locality\">Katowice</value>\n          <value key=\"street\">Gliwicka 6/5</value>\n          <value key=\"postal_code\">40-079</value>\n          <value key=\"email\">company@email.invalid</value>\n          <value key=\"phone_number\">+48 000 000 000</value>\n        </value>\n      </fieldValue>\n    </field>\n  </fields>\n</CompanyCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/corporate/companies/{companyId}": {
            "get": {
                "operationId": "api_corporatecompanies_companyId_get",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Company+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CompanyWrapper"
                                },
                                "example": {
                                    "Company": {
                                        "_media-type": "application/vnd.ibexa.api.Company+json",
                                        "id": 66,
                                        "name": "Ibexa AS",
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/66",
                                            "_remoteId": "9f20fb03d0ab0a6aef9930f7e6720377",
                                            "_id": 66,
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/48"
                                            },
                                            "Name": "Ibexa AS",
                                            "TranslatedName": "Ibexa AS",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/versions"
                                            },
                                            "CurrentVersion": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/currentversion",
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/66/versions/1",
                                                    "VersionInfo": {
                                                        "id": 593,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2023-04-03T13:09:40+02:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2023-04-03T13:09:40+02:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Ibexa AS"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/66"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 295,
                                                                "fieldDefinitionIdentifier": "active",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_boolean",
                                                                "fieldValue": true
                                                            },
                                                            {
                                                                "id": 296,
                                                                "fieldDefinitionIdentifier": "name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Ibexa AS"
                                                            },
                                                            {
                                                                "id": 297,
                                                                "fieldDefinitionIdentifier": "vat",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "123 456 789"
                                                            },
                                                            {
                                                                "id": 298,
                                                                "fieldDefinitionIdentifier": "website",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "https://ibexa.co"
                                                            },
                                                            {
                                                                "id": 299,
                                                                "fieldDefinitionIdentifier": "customer_group",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_customer_group",
                                                                "fieldValue": {
                                                                    "customer_group_id": 1
                                                                }
                                                            },
                                                            {
                                                                "id": 300,
                                                                "fieldDefinitionIdentifier": "sales_rep",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 14,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                }
                                                            },
                                                            {
                                                                "id": 301,
                                                                "fieldDefinitionIdentifier": "contact",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 74,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/74"
                                                                }
                                                            },
                                                            {
                                                                "id": 302,
                                                                "fieldDefinitionIdentifier": "default_address",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 69,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/69"
                                                                }
                                                            },
                                                            {
                                                                "id": 303,
                                                                "fieldDefinitionIdentifier": "billing_address",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_address",
                                                                "fieldValue": {
                                                                    "name": "Headquarters",
                                                                    "country": "NO",
                                                                    "fields": {
                                                                        "region": "Company HQ location region",
                                                                        "locality": "Company HQ location city",
                                                                        "street": "Company HQ location street and building",
                                                                        "postal_code": "00000",
                                                                        "email": "company@email.invalid",
                                                                        "phone_number": "+47 000 000 000"
                                                                    }
                                                                }
                                                            },
                                                            {
                                                                "id": 305,
                                                                "fieldDefinitionIdentifier": "members",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 67,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/67"
                                                                }
                                                            },
                                                            {
                                                                "id": 304,
                                                                "fieldDefinitionIdentifier": "address_book",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 68,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/68"
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/placeholder",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                }
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/10"
                                            },
                                            "MainLocation": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/locations"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "lastModificationDate": "2023-04-03T13:09:40+02:00",
                                            "publishedDate": "2023-03-31T14:33:36+02:00",
                                            "mainLanguageCode": "eng-GB",
                                            "currentVersionNo": 1,
                                            "alwaysAvailable": true,
                                            "isHidden": false,
                                            "status": "PUBLISHED",
                                            "ObjectStates": {
                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/objectstates"
                                            }
                                        },
                                        "billingAddress": {
                                            "name": "Headquarters",
                                            "country": "NO",
                                            "fields": {
                                                "region": "Company HQ location region",
                                                "locality": "Company HQ location city",
                                                "street": "Company HQ location street and building",
                                                "postal_code": "00000",
                                                "email": "company@email.invalid",
                                                "phone_number": "+47 000 000 000"
                                            }
                                        },
                                        "contactId": 74,
                                        "salesRepresentativeId": 80,
                                        "defaultAddressId": 69,
                                        "addressBookId": 68,
                                        "membersId": 67,
                                        "MemberList": {
                                            "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                            "_href": "/api/ibexa/v2/corporate/companies/66/members"
                                        },
                                        "Location": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                        },
                                        "locationPath": "/1/65/67/",
                                        "isActive": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Company+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Company"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n  <id>66</id>\n  <name>Ibexa AS</name>\n  <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n           href=\"/api/ibexa/v2/content/objects/66\" remoteId=\"9f20fb03d0ab0a6aef9930f7e6720377\"\n           id=\"66\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                 href=\"/api/ibexa/v2/content/types/48\"/>\n    <Name>Ibexa AS</Name>\n    <TranslatedName>Ibexa AS</TranslatedName>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n              href=\"/api/ibexa/v2/content/objects/66/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                    href=\"/api/ibexa/v2/content/objects/66/currentversion\">\n      <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n               href=\"/api/ibexa/v2/content/objects/66/versions/1\">\n        <VersionInfo>\n          <id>593</id>\n          <versionNo>1</versionNo>\n          <status>PUBLISHED</status>\n          <modificationDate>2023-04-03T13:09:40+02:00</modificationDate>\n          <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                   href=\"/api/ibexa/v2/user/users/14\"/>\n          <creationDate>2023-04-03T13:09:40+02:00</creationDate>\n          <initialLanguageCode>eng-GB</initialLanguageCode>\n          <languageCodes>eng-GB</languageCodes>\n          <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n              <languageCode>eng-GB</languageCode>\n            </Language>\n          </VersionTranslationInfo>\n          <names>\n            <value languageCode=\"eng-GB\">Ibexa AS</value>\n          </names>\n          <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                   href=\"/api/ibexa/v2/content/objects/66\"/>\n        </VersionInfo>\n        <Fields>\n          <field>\n            <id>295</id>\n            <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n            <fieldValue>true</fieldValue>\n          </field>\n          <field>\n            <id>296</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Ibexa AS</fieldValue>\n          </field>\n          <field>\n            <id>297</id>\n            <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>123 456 789</fieldValue>\n          </field>\n          <field>\n            <id>298</id>\n            <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>https://ibexa.co</fieldValue>\n          </field>\n          <field>\n            <id>299</id>\n            <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"customer_group_id\">1</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>300</id>\n            <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">14</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>301</id>\n            <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">74</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/74</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>302</id>\n            <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">69</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/69</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>303</id>\n            <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"name\">HQ</value>\n              <value key=\"country\">PL</value>\n              <value key=\"fields\">\n                <value key=\"region\">Silesia</value>\n                <value key=\"locality\">Katowice</value>\n                <value key=\"street\">Gliwicka 6/5</value>\n                <value key=\"postal_code\">40-079</value>\n                <value key=\"email\">company@email.invalid</value>\n                <value key=\"phone_number\">+48 000 000 000</value>\n              </value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>305</id>\n            <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">67</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/67</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>304</id>\n            <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">68</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/68</value>\n            </fieldValue>\n          </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                   href=\"/api/ibexa/v2/content/objects/66/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n          <resource>/placeholder</resource>\n          <width></width>\n          <height></height>\n          <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n      </Version>\n    </CurrentVersion>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n             href=\"/api/ibexa/v2/content/sections/10\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                  href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n               href=\"/api/ibexa/v2/content/objects/66/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <lastModificationDate>2023-04-03T13:09:40+02:00</lastModificationDate>\n    <publishedDate>2023-03-31T14:33:36+02:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>true</alwaysAvailable>\n    <isHidden>false</isHidden>\n    <status>PUBLISHED</status>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                  href=\"/api/ibexa/v2/content/objects/66/objectstates\"/>\n  </Content>\n  <billingAddress>HQ, Poland</billingAddress>\n  <contactId>74</contactId>\n  <salesRepresentativeId>80</salesRepresentativeId>\n  <defaultAddressId>69</defaultAddressId>\n  <addressBookId>68</addressBookId>\n  <membersId>67</membersId>\n  <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n              href=\"/api/ibexa/v2/corporate/companies/66/members\"/>\n  <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n            href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n  <locationPath>/1/65/67/</locationPath>\n  <isActive>1</isActive>\n</Company>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this company."
                    },
                    "404": {
                        "description": "Error - The company does not exist."
                    }
                },
                "summary": "Get company",
                "description": "Returns the company by given company ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the company is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_corporatecompanies_companyId_delete",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - given company is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this company."
                    },
                    "404": {
                        "description": "Error - the company does not exist."
                    }
                },
                "summary": "Delete company",
                "description": "The given company is deleted.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, in the case of an error the error message is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "Only needed for session's checking. The {csrfToken} needed on all unsafe HTTP methods with session.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_corporatecompanies_companyId_patch",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Company+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CompanyWrapper"
                                },
                                "example": {
                                    "Company": {
                                        "_media-type": "application/vnd.ibexa.api.Company+json",
                                        "id": 66,
                                        "name": "Ibexa AS",
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/66",
                                            "_remoteId": "9f20fb03d0ab0a6aef9930f7e6720377",
                                            "_id": 66,
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/48"
                                            },
                                            "Name": "Ibexa AS",
                                            "TranslatedName": "Ibexa AS",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/versions"
                                            },
                                            "CurrentVersion": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/currentversion",
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/66/versions/1",
                                                    "VersionInfo": {
                                                        "id": 593,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2023-04-03T13:09:40+02:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2023-04-03T13:09:40+02:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Ibexa AS"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/66"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 295,
                                                                "fieldDefinitionIdentifier": "active",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_boolean",
                                                                "fieldValue": true
                                                            },
                                                            {
                                                                "id": 296,
                                                                "fieldDefinitionIdentifier": "name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Ibexa AS"
                                                            },
                                                            {
                                                                "id": 297,
                                                                "fieldDefinitionIdentifier": "vat",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "123 456 789"
                                                            },
                                                            {
                                                                "id": 298,
                                                                "fieldDefinitionIdentifier": "website",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "https://ibexa.co"
                                                            },
                                                            {
                                                                "id": 299,
                                                                "fieldDefinitionIdentifier": "customer_group",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_customer_group",
                                                                "fieldValue": {
                                                                    "customer_group_id": 1
                                                                }
                                                            },
                                                            {
                                                                "id": 300,
                                                                "fieldDefinitionIdentifier": "sales_rep",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 14,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                }
                                                            },
                                                            {
                                                                "id": 301,
                                                                "fieldDefinitionIdentifier": "contact",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 74,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/74"
                                                                }
                                                            },
                                                            {
                                                                "id": 302,
                                                                "fieldDefinitionIdentifier": "default_address",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 69,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/69"
                                                                }
                                                            },
                                                            {
                                                                "id": 303,
                                                                "fieldDefinitionIdentifier": "billing_address",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_address",
                                                                "fieldValue": {
                                                                    "name": "Headquarters",
                                                                    "country": "NO",
                                                                    "fields": {
                                                                        "region": "Company HQ location region",
                                                                        "locality": "Company HQ location city",
                                                                        "street": "Company HQ location street and building",
                                                                        "postal_code": "00000",
                                                                        "email": "company@email.invalid",
                                                                        "phone_number": "+47 000 000 000"
                                                                    }
                                                                }
                                                            },
                                                            {
                                                                "id": 305,
                                                                "fieldDefinitionIdentifier": "members",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 67,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/67"
                                                                }
                                                            },
                                                            {
                                                                "id": 304,
                                                                "fieldDefinitionIdentifier": "address_book",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_object_relation",
                                                                "fieldValue": {
                                                                    "destinationContentId": 68,
                                                                    "destinationContentHref": "/api/ibexa/v2/content/objects/68"
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/66/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/placeholder",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                }
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/10"
                                            },
                                            "MainLocation": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/locations"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "lastModificationDate": "2023-04-03T13:09:40+02:00",
                                            "publishedDate": "2023-03-31T14:33:36+02:00",
                                            "mainLanguageCode": "eng-GB",
                                            "currentVersionNo": 1,
                                            "alwaysAvailable": true,
                                            "isHidden": false,
                                            "status": "PUBLISHED",
                                            "ObjectStates": {
                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                "_href": "/api/ibexa/v2/content/objects/66/objectstates"
                                            }
                                        },
                                        "billingAddress": {
                                            "name": "Headquarters",
                                            "country": "NO",
                                            "fields": {
                                                "region": "Company HQ location region",
                                                "locality": "Company HQ location city",
                                                "street": "Company HQ location street and building",
                                                "postal_code": "00000",
                                                "email": "company@email.invalid",
                                                "phone_number": "+47 000 000 000"
                                            }
                                        },
                                        "contactId": 74,
                                        "salesRepresentativeId": 80,
                                        "defaultAddressId": 69,
                                        "addressBookId": 68,
                                        "membersId": 67,
                                        "MemberList": {
                                            "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                            "_href": "/api/ibexa/v2/corporate/companies/66/members"
                                        },
                                        "Location": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/65/67"
                                        },
                                        "locationPath": "/1/65/67/",
                                        "isActive": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Company+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Company"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n  <id>66</id>\n  <name>Ibexa AS</name>\n  <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n           href=\"/api/ibexa/v2/content/objects/66\" remoteId=\"9f20fb03d0ab0a6aef9930f7e6720377\"\n           id=\"66\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                 href=\"/api/ibexa/v2/content/types/48\"/>\n    <Name>Ibexa AS</Name>\n    <TranslatedName>Ibexa AS</TranslatedName>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n              href=\"/api/ibexa/v2/content/objects/66/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                    href=\"/api/ibexa/v2/content/objects/66/currentversion\">\n      <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n               href=\"/api/ibexa/v2/content/objects/66/versions/1\">\n        <VersionInfo>\n          <id>593</id>\n          <versionNo>1</versionNo>\n          <status>PUBLISHED</status>\n          <modificationDate>2023-04-03T13:09:40+02:00</modificationDate>\n          <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                   href=\"/api/ibexa/v2/user/users/14\"/>\n          <creationDate>2023-04-03T13:09:40+02:00</creationDate>\n          <initialLanguageCode>eng-GB</initialLanguageCode>\n          <languageCodes>eng-GB</languageCodes>\n          <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n              <languageCode>eng-GB</languageCode>\n            </Language>\n          </VersionTranslationInfo>\n          <names>\n            <value languageCode=\"eng-GB\">Ibexa AS</value>\n          </names>\n          <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                   href=\"/api/ibexa/v2/content/objects/66\"/>\n        </VersionInfo>\n        <Fields>\n          <field>\n            <id>295</id>\n            <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n            <fieldValue>true</fieldValue>\n          </field>\n          <field>\n            <id>296</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Ibexa AS</fieldValue>\n          </field>\n          <field>\n            <id>297</id>\n            <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>123 456 789</fieldValue>\n          </field>\n          <field>\n            <id>298</id>\n            <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>https://ibexa.co</fieldValue>\n          </field>\n          <field>\n            <id>299</id>\n            <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"customer_group_id\">1</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>300</id>\n            <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">14</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>301</id>\n            <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">74</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/74</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>302</id>\n            <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">69</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/69</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>303</id>\n            <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"name\">HQ</value>\n              <value key=\"country\">PL</value>\n              <value key=\"fields\">\n                <value key=\"region\">Silesia</value>\n                <value key=\"locality\">Katowice</value>\n                <value key=\"street\">Gliwicka 6/5</value>\n                <value key=\"postal_code\">40-079</value>\n                <value key=\"email\">company@email.invalid</value>\n                <value key=\"phone_number\">+48 000 000 000</value>\n              </value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>305</id>\n            <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">67</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/67</value>\n            </fieldValue>\n          </field>\n          <field>\n            <id>304</id>\n            <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"destinationContentId\">68</value>\n              <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/68</value>\n            </fieldValue>\n          </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                   href=\"/api/ibexa/v2/content/objects/66/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n          <resource>/placeholder</resource>\n          <width></width>\n          <height></height>\n          <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n      </Version>\n    </CurrentVersion>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n             href=\"/api/ibexa/v2/content/sections/10\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                  href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n               href=\"/api/ibexa/v2/content/objects/66/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <lastModificationDate>2023-04-03T13:09:40+02:00</lastModificationDate>\n    <publishedDate>2023-03-31T14:33:36+02:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>true</alwaysAvailable>\n    <isHidden>false</isHidden>\n    <status>PUBLISHED</status>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                  href=\"/api/ibexa/v2/content/objects/66/objectstates\"/>\n  </Content>\n  <billingAddress>HQ, Poland</billingAddress>\n  <contactId>74</contactId>\n  <salesRepresentativeId>80</salesRepresentativeId>\n  <defaultAddressId>69</defaultAddressId>\n  <addressBookId>68</addressBookId>\n  <membersId>67</membersId>\n  <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n              href=\"/api/ibexa/v2/corporate/companies/66/members\"/>\n  <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n            href=\"/api/ibexa/v2/content/locations/1/65/67\"/>\n  <locationPath>/1/65/67/</locationPath>\n  <isActive>1</isActive>\n</Company>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this company."
                    }
                },
                "summary": "Update a company",
                "description": "Updates a company. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated company is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The company input schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated CompanyUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CompanyUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CompanyUpdateWrapper"
                            },
                            "example": {
                                "CompanyUpdate": {
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "contact",
                                                "fieldValue": {
                                                    "destinationContentId": 144
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CompanyUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CompanyUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<CompanyUpdate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <fields>\n    <field>\n      <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n      <fieldValue>\n        <value key=\"destinationContentId\">144</value>\n      </fieldValue>\n    </field>\n  </fields>\n</CompanyUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/corporate/companies/{companyId}/members": {
            "get": {
                "operationId": "api_corporatecompanies_companyIdmembers_get",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.MemberList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MemberListWrapper"
                                },
                                "example": {
                                    "MemberList": {
                                        "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                        "_href": "/api/ibexa/v2/corporate/companies/139/members",
                                        "members": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Member+json",
                                                "_href": "/api/ibexa/v2/corporate/companies/139/members/144",
                                                "id": 144,
                                                "name": "Jay Kowalski",
                                                "Company": {
                                                    "_media-type": "application/vnd.ibexa.api.Company+json",
                                                    "id": 139,
                                                    "name": "Ibexa Sp. z o. o.",
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.Content+json",
                                                        "_href": "/api/ibexa/v2/content/objects/139",
                                                        "_remoteId": "b16d06d4c5ba7c37b26fa167b551dfc2",
                                                        "_id": 139,
                                                        "ContentType": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                            "_href": "/api/ibexa/v2/content/types/48"
                                                        },
                                                        "Name": "Ibexa Sp. z o. o.",
                                                        "TranslatedName": "Ibexa Sp. z o. o.",
                                                        "Versions": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/versions"
                                                        },
                                                        "CurrentVersion": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/currentversion",
                                                            "Version": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/139/versions/6",
                                                                "VersionInfo": {
                                                                    "id": 677,
                                                                    "versionNo": 6,
                                                                    "status": "PUBLISHED",
                                                                    "modificationDate": "2023-04-28T16:10:13+02:00",
                                                                    "Creator": {
                                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                                    },
                                                                    "creationDate": "2023-04-28T16:10:13+02:00",
                                                                    "initialLanguageCode": "eng-GB",
                                                                    "languageCodes": "eng-GB",
                                                                    "VersionTranslationInfo": {
                                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                        "Language": [
                                                                            {
                                                                                "languageCode": "eng-GB"
                                                                            }
                                                                        ]
                                                                    },
                                                                    "names": {
                                                                        "value": [
                                                                            {
                                                                                "_languageCode": "eng-GB",
                                                                                "#text": "Ibexa Sp. z o. o."
                                                                            }
                                                                        ]
                                                                    },
                                                                    "Content": {
                                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/139"
                                                                    }
                                                                },
                                                                "Fields": {
                                                                    "field": [
                                                                        {
                                                                            "id": 673,
                                                                            "fieldDefinitionIdentifier": "active",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_boolean",
                                                                            "fieldValue": true
                                                                        },
                                                                        {
                                                                            "id": 674,
                                                                            "fieldDefinitionIdentifier": "name",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_string",
                                                                            "fieldValue": "Ibexa Sp. z o. o."
                                                                        },
                                                                        {
                                                                            "id": 675,
                                                                            "fieldDefinitionIdentifier": "vat",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_string",
                                                                            "fieldValue": "123 456 789"
                                                                        },
                                                                        {
                                                                            "id": 676,
                                                                            "fieldDefinitionIdentifier": "website",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_string",
                                                                            "fieldValue": "https://ibexa.co"
                                                                        },
                                                                        {
                                                                            "id": 677,
                                                                            "fieldDefinitionIdentifier": "customer_group",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_customer_group",
                                                                            "fieldValue": {
                                                                                "customer_group_id": 1
                                                                            }
                                                                        },
                                                                        {
                                                                            "id": 678,
                                                                            "fieldDefinitionIdentifier": "sales_rep",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_object_relation",
                                                                            "fieldValue": {
                                                                                "destinationContentId": 14,
                                                                                "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                            }
                                                                        },
                                                                        {
                                                                            "id": 679,
                                                                            "fieldDefinitionIdentifier": "contact",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_object_relation",
                                                                            "fieldValue": {
                                                                                "destinationContentId": 144,
                                                                                "destinationContentHref": "/api/ibexa/v2/content/objects/144"
                                                                            }
                                                                        },
                                                                        {
                                                                            "id": 680,
                                                                            "fieldDefinitionIdentifier": "default_address",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_object_relation",
                                                                            "fieldValue": {
                                                                                "destinationContentId": 142,
                                                                                "destinationContentHref": "/api/ibexa/v2/content/objects/142"
                                                                            }
                                                                        },
                                                                        {
                                                                            "id": 681,
                                                                            "fieldDefinitionIdentifier": "billing_address",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_address",
                                                                            "fieldValue": {
                                                                                "name": "HQ",
                                                                                "country": "PL",
                                                                                "fields": {
                                                                                    "region": "Silesia",
                                                                                    "locality": "Katowice",
                                                                                    "street": "Gliwicka 6/5",
                                                                                    "postal_code": "40-079",
                                                                                    "email": "company@email.invalid",
                                                                                    "phone_number": "+48 000 000 000"
                                                                                }
                                                                            }
                                                                        },
                                                                        {
                                                                            "id": 683,
                                                                            "fieldDefinitionIdentifier": "members",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_object_relation",
                                                                            "fieldValue": {
                                                                                "destinationContentId": 140,
                                                                                "destinationContentHref": "/api/ibexa/v2/content/objects/140"
                                                                            }
                                                                        },
                                                                        {
                                                                            "id": 682,
                                                                            "fieldDefinitionIdentifier": "address_book",
                                                                            "languageCode": "eng-GB",
                                                                            "fieldTypeIdentifier": "ibexa_object_relation",
                                                                            "fieldValue": {
                                                                                "destinationContentId": 141,
                                                                                "destinationContentHref": "/api/ibexa/v2/content/objects/141"
                                                                            }
                                                                        }
                                                                    ]
                                                                },
                                                                "Relations": {
                                                                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/139/versions/6/relations",
                                                                    "Relation": []
                                                                },
                                                                "Thumbnail": {
                                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                    "resource": "/placeholder",
                                                                    "width": null,
                                                                    "height": null,
                                                                    "mimeType": "image/svg+xml"
                                                                }
                                                            }
                                                        },
                                                        "Section": {
                                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                                            "_href": "/api/ibexa/v2/content/sections/10"
                                                        },
                                                        "MainLocation": {
                                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                                            "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                                        },
                                                        "Locations": {
                                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/locations"
                                                        },
                                                        "Owner": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "lastModificationDate": "2023-04-28T16:10:13+02:00",
                                                        "publishedDate": "2023-04-28T15:44:55+02:00",
                                                        "mainLanguageCode": "eng-GB",
                                                        "currentVersionNo": 6,
                                                        "alwaysAvailable": true,
                                                        "isHidden": false,
                                                        "status": "PUBLISHED",
                                                        "ObjectStates": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/objectstates"
                                                        }
                                                    },
                                                    "billingAddress": {
                                                        "name": "HQ",
                                                        "country": "PL",
                                                        "fields": {
                                                            "region": "Silesia",
                                                            "locality": "Katowice",
                                                            "street": "Gliwicka 6/5",
                                                            "postal_code": "40-079",
                                                            "email": "company@email.invalid",
                                                            "phone_number": "+48 000 000 000"
                                                        }
                                                    },
                                                    "contactId": 144,
                                                    "salesRepresentativeId": 14,
                                                    "defaultAddressId": 142,
                                                    "addressBookId": 141,
                                                    "membersId": 140,
                                                    "MemberList": {
                                                        "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                                        "_href": "/api/ibexa/v2/corporate/companies/139/members"
                                                    },
                                                    "Location": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                                    },
                                                    "locationPath": "/1/65/140/",
                                                    "isActive": true
                                                },
                                                "User": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/144",
                                                    "_id": 144,
                                                    "_remoteId": "1b3938c16adfa29996f3afff0b4a0032",
                                                    "ContentType": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                        "_href": "/api/ibexa/v2/content/types/47"
                                                    },
                                                    "name": "Jay Kowalski",
                                                    "Versions": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/144/versions"
                                                    },
                                                    "Section": {
                                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                                        "_href": "/api/ibexa/v2/content/sections/10"
                                                    },
                                                    "MainLocation": {
                                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                                        "_href": "/api/ibexa/v2/content/locations/1/65/140/141/145"
                                                    },
                                                    "Locations": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/144/locations"
                                                    },
                                                    "Groups": {
                                                        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                        "_href": "/api/ibexa/v2/user/users/144/groups"
                                                    },
                                                    "Owner": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "publishDate": "2023-04-28T16:10:03+02:00",
                                                    "lastModificationDate": "2023-04-28T16:17:07+02:00",
                                                    "mainLanguageCode": "eng-GB",
                                                    "alwaysAvailable": true,
                                                    "Version": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/144/versions/6",
                                                        "VersionInfo": {
                                                            "id": 683,
                                                            "versionNo": 6,
                                                            "status": "PUBLISHED",
                                                            "modificationDate": "2023-04-28T16:17:07+02:00",
                                                            "Creator": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "creationDate": "2023-04-28T16:17:06+02:00",
                                                            "initialLanguageCode": "eng-GB",
                                                            "languageCodes": "eng-GB",
                                                            "VersionTranslationInfo": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                "Language": [
                                                                    {
                                                                        "languageCode": "eng-GB"
                                                                    }
                                                                ]
                                                            },
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Jay Kowalski"
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                "_href": "/api/ibexa/v2/content/objects/144"
                                                            }
                                                        },
                                                        "Fields": {
                                                            "field": [
                                                                {
                                                                    "id": 698,
                                                                    "fieldDefinitionIdentifier": "first_name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Jay"
                                                                },
                                                                {
                                                                    "id": 699,
                                                                    "fieldDefinitionIdentifier": "last_name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Kowalski"
                                                                },
                                                                {
                                                                    "id": 700,
                                                                    "fieldDefinitionIdentifier": "phone_number",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "+48 123 123 456"
                                                                },
                                                                {
                                                                    "id": 701,
                                                                    "fieldDefinitionIdentifier": "user",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_user",
                                                                    "fieldValue": {
                                                                        "hasStoredLogin": true,
                                                                        "contentId": 144,
                                                                        "login": "jay.kowalski",
                                                                        "email": "jay.kowalski@email.invalid",
                                                                        "passwordUpdatedAt": 1682691427,
                                                                        "enabled": false,
                                                                        "maxLogin": 5,
                                                                        "plainPassword": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Relations": {
                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/144/versions/6/relations",
                                                            "Relation": []
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/user/default_profile_image/initials.svg?initials=JK#profile_image",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        }
                                                    },
                                                    "login": "jay.kowalski",
                                                    "email": "jay.kowalski@email.invalid",
                                                    "enabled": false,
                                                    "UserGroups": {
                                                        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                        "_href": "/api/ibexa/v2/user/users/144/groups"
                                                    },
                                                    "Roles": {
                                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                        "_href": "/api/ibexa/v2/user/users/144/roles"
                                                    }
                                                },
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/15",
                                                    "identifier": "Company Buyer",
                                                    "Policies": {
                                                        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                        "_href": "/api/ibexa/v2/user/roles/15/policies"
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.MemberList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/MemberList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\" href=\"/api/ibexa/v2/corporate/companies/139/members\">\n  <Member media-type=\"application/vnd.ibexa.api.Member+xml\" href=\"/api/ibexa/v2/corporate/companies/139/members/144\">\n    <id>144</id>\n    <name>Jay Kowalski</name>\n    <Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n      <id>139</id>\n      <name>Ibexa Sp. z o. o.</name>\n      <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/139\" remoteId=\"b16d06d4c5ba7c37b26fa167b551dfc2\" id=\"139\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/48\"/>\n        <Name>Ibexa Sp. z o. o.</Name>\n        <TranslatedName>Ibexa Sp. z o. o.</TranslatedName>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/139/versions\"/>\n        <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/139/currentversion\">\n          <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/139/versions/6\">\n            <VersionInfo>\n              <id>677</id>\n              <versionNo>6</versionNo>\n              <status>PUBLISHED</status>\n              <modificationDate>2023-04-28T16:10:13+02:00</modificationDate>\n              <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n              <creationDate>2023-04-28T16:10:13+02:00</creationDate>\n              <initialLanguageCode>eng-GB</initialLanguageCode>\n              <languageCodes>eng-GB</languageCodes>\n              <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                  <languageCode>eng-GB</languageCode>\n                </Language>\n              </VersionTranslationInfo>\n              <names>\n                <value languageCode=\"eng-GB\">Ibexa Sp. z o. o.</value>\n              </names>\n              <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/139\"/>\n            </VersionInfo>\n            <Fields>\n              <field>\n                <id>673</id>\n                <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n                <fieldValue>true</fieldValue>\n              </field>\n              <field>\n                <id>674</id>\n                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>Ibexa Sp. z o. o.</fieldValue>\n              </field>\n              <field>\n                <id>675</id>\n                <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>123 456 789</fieldValue>\n              </field>\n              <field>\n                <id>676</id>\n                <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>https://ibexa.co</fieldValue>\n              </field>\n              <field>\n                <id>677</id>\n                <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"customer_group_id\">1</value>\n                </fieldValue>\n              </field>\n              <field>\n                <id>678</id>\n                <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"destinationContentId\">14</value>\n                  <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n                </fieldValue>\n              </field>\n              <field>\n                <id>679</id>\n                <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"destinationContentId\">144</value>\n                  <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/144</value>\n                </fieldValue>\n              </field>\n              <field>\n                <id>680</id>\n                <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"destinationContentId\">142</value>\n                  <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/142</value>\n                </fieldValue>\n              </field>\n              <field>\n                <id>681</id>\n                <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"name\">HQ</value>\n                  <value key=\"country\">PL</value>\n                  <value key=\"fields\">\n                    <value key=\"region\">Silesia</value>\n                    <value key=\"locality\">Katowice</value>\n                    <value key=\"street\">Gliwicka 6/5</value>\n                    <value key=\"postal_code\">40-079</value>\n                    <value key=\"email\">company@email.invalid</value>\n                    <value key=\"phone_number\">+48 000 000 000</value>\n                  </value>\n                </fieldValue>\n              </field>\n              <field>\n                <id>683</id>\n                <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"destinationContentId\">140</value>\n                  <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/140</value>\n                </fieldValue>\n              </field>\n              <field>\n                <id>682</id>\n                <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n                <fieldValue>\n                  <value key=\"destinationContentId\">141</value>\n                  <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/141</value>\n                </fieldValue>\n              </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/139/versions/6/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n              <resource>/placeholder</resource>\n              <width></width>\n              <height></height>\n              <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n          </Version>\n        </CurrentVersion>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/10\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/139/locations\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <lastModificationDate>2023-04-28T16:10:13+02:00</lastModificationDate>\n        <publishedDate>2023-04-28T15:44:55+02:00</publishedDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <currentVersionNo>6</currentVersionNo>\n        <alwaysAvailable>true</alwaysAvailable>\n        <isHidden>false</isHidden>\n        <status>PUBLISHED</status>\n        <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/139/objectstates\"/>\n      </Content>\n      <billingAddress>HQ, Poland</billingAddress>\n      <contactId>144</contactId>\n      <salesRepresentativeId>14</salesRepresentativeId>\n      <defaultAddressId>142</defaultAddressId>\n      <addressBookId>141</addressBookId>\n      <membersId>140</membersId>\n      <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\" href=\"/api/ibexa/v2/corporate/companies/139/members\"/>\n      <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n      <locationPath>/1/65/140/</locationPath>\n      <isActive>1</isActive>\n    </Company>\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/144\" id=\"144\" remoteId=\"1b3938c16adfa29996f3afff0b4a0032\">\n      <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/47\"/>\n      <name>Jay Kowalski</name>\n      <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/144/versions\"/>\n      <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/10\"/>\n      <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/65/140/141/145\"/>\n      <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/144/locations\"/>\n      <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/144/groups\"/>\n      <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n      <publishDate>2023-04-28T16:10:03+02:00</publishDate>\n      <lastModificationDate>2023-04-28T16:17:07+02:00</lastModificationDate>\n      <mainLanguageCode>eng-GB</mainLanguageCode>\n      <alwaysAvailable>true</alwaysAvailable>\n      <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/144/versions/6\">\n        <VersionInfo>\n          <id>683</id>\n          <versionNo>6</versionNo>\n          <status>PUBLISHED</status>\n          <modificationDate>2023-04-28T16:17:07+02:00</modificationDate>\n          <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n          <creationDate>2023-04-28T16:17:06+02:00</creationDate>\n          <initialLanguageCode>eng-GB</initialLanguageCode>\n          <languageCodes>eng-GB</languageCodes>\n          <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n              <languageCode>eng-GB</languageCode>\n            </Language>\n          </VersionTranslationInfo>\n          <names>\n            <value languageCode=\"eng-GB\">Jay Kowalski</value>\n          </names>\n          <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/144\"/>\n        </VersionInfo>\n        <Fields>\n          <field>\n            <id>698</id>\n            <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Jay</fieldValue>\n          </field>\n          <field>\n            <id>699</id>\n            <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Kowalski</fieldValue>\n          </field>\n          <field>\n            <id>700</id>\n            <fieldDefinitionIdentifier>phone_number</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>+48 123 123 456</fieldValue>\n          </field>\n          <field>\n            <id>701</id>\n            <fieldDefinitionIdentifier>user</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n            <fieldValue>\n              <value key=\"hasStoredLogin\">true</value>\n              <value key=\"contentId\">144</value>\n              <value key=\"login\">jay.kowalski</value>\n              <value key=\"email\">jay.kowalski@email.invalid</value>\n              <value key=\"passwordUpdatedAt\">1682691427</value>\n              <value key=\"enabled\">false</value>\n              <value key=\"maxLogin\">5</value>\n              <value key=\"plainPassword\"/>\n            </fieldValue>\n          </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/144/versions/6/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n          <resource>/user/default_profile_image/initials.svg?initials=JK#profile_image</resource>\n          <width></width>\n          <height></height>\n          <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n      </Version>\n      <login>jay.kowalski</login>\n      <email>jay.kowalski@email.invalid</email>\n      <enabled>false</enabled>\n      <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/144/groups\"/>\n      <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/144/roles\"/>\n    </User>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/15\">\n      <identifier>Company Buyer</identifier>\n      <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/15/policies\"/>\n    </Role>\n  </Member>\n</MemberList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Returned when invalid Criterion or Sort clause is used.",
                        "content": {
                            "application/vnd.ibexa.api.ErrorMessage": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - The identifier do not match any company."
                    }
                },
                "summary": "Read list of company members",
                "description": "Returns paginated list of a given company members.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, helps to determine response format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "application/vnd.ibexa.api.MemberList+xml",
                                "application/vnd.ibexa.api.MemberList+json"
                            ]
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "filter[DateMetadataCriterion][Target]",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "created",
                                "modified",
                                "published"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "filter[DateMetadataCriterion][Operator]",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "eq",
                                "gt",
                                "gte",
                                "lt",
                                "lte"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "filter[DateMetadataCriterion][Value]",
                        "in": "query",
                        "description": "DateTime as a UNIX timestamp",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sort[ContentName]",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "ascending",
                                "descending"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sort[DatePublished]",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "ascending",
                                "descending"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sort[DateModified]",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "ascending",
                                "descending"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "offset",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "limit",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "post": {
                "operationId": "api_corporatecompanies_companyIdmembers_post",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Member+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MemberWrapper"
                                },
                                "example": {
                                    "Member": {
                                        "_media-type": "application/vnd.ibexa.api.Member+json",
                                        "_href": "/api/ibexa/v2/corporate/companies/139/members/144",
                                        "id": 144,
                                        "name": "Jay Kowalski",
                                        "Company": {
                                            "_media-type": "application/vnd.ibexa.api.Company+json",
                                            "id": 139,
                                            "name": "Ibexa Sp. z o. o.",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                "_href": "/api/ibexa/v2/content/objects/139",
                                                "_remoteId": "b16d06d4c5ba7c37b26fa167b551dfc2",
                                                "_id": 139,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/48"
                                                },
                                                "Name": "Ibexa Sp. z o. o.",
                                                "TranslatedName": "Ibexa Sp. z o. o.",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/currentversion",
                                                    "Version": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/139/versions/6",
                                                        "VersionInfo": {
                                                            "id": 677,
                                                            "versionNo": 6,
                                                            "status": "PUBLISHED",
                                                            "modificationDate": "2023-04-28T16:10:13+02:00",
                                                            "Creator": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "creationDate": "2023-04-28T16:10:13+02:00",
                                                            "initialLanguageCode": "eng-GB",
                                                            "languageCodes": "eng-GB",
                                                            "VersionTranslationInfo": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                "Language": [
                                                                    {
                                                                        "languageCode": "eng-GB"
                                                                    }
                                                                ]
                                                            },
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Ibexa Sp. z o. o."
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                "_href": "/api/ibexa/v2/content/objects/139"
                                                            }
                                                        },
                                                        "Fields": {
                                                            "field": [
                                                                {
                                                                    "id": 673,
                                                                    "fieldDefinitionIdentifier": "active",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_boolean",
                                                                    "fieldValue": true
                                                                },
                                                                {
                                                                    "id": 674,
                                                                    "fieldDefinitionIdentifier": "name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Ibexa Sp. z o. o."
                                                                },
                                                                {
                                                                    "id": 675,
                                                                    "fieldDefinitionIdentifier": "vat",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "123 456 789"
                                                                },
                                                                {
                                                                    "id": 676,
                                                                    "fieldDefinitionIdentifier": "website",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "https://ibexa.co"
                                                                },
                                                                {
                                                                    "id": 677,
                                                                    "fieldDefinitionIdentifier": "customer_group",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_customer_group",
                                                                    "fieldValue": {
                                                                        "customer_group_id": 1
                                                                    }
                                                                },
                                                                {
                                                                    "id": 678,
                                                                    "fieldDefinitionIdentifier": "sales_rep",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 14,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 679,
                                                                    "fieldDefinitionIdentifier": "contact",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 144,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/144"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 680,
                                                                    "fieldDefinitionIdentifier": "default_address",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 142,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/142"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 681,
                                                                    "fieldDefinitionIdentifier": "billing_address",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_address",
                                                                    "fieldValue": {
                                                                        "name": "HQ",
                                                                        "country": "PL",
                                                                        "fields": {
                                                                            "region": "Silesia",
                                                                            "locality": "Katowice",
                                                                            "street": "Gliwicka 6/5",
                                                                            "postal_code": "40-079",
                                                                            "email": "company@email.invalid",
                                                                            "phone_number": "+48 000 000 000"
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "id": 683,
                                                                    "fieldDefinitionIdentifier": "members",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 140,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/140"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 682,
                                                                    "fieldDefinitionIdentifier": "address_book",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 141,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/141"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Relations": {
                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/versions/6/relations",
                                                            "Relation": []
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        }
                                                    }
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/10"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2023-04-28T16:10:13+02:00",
                                                "publishedDate": "2023-04-28T15:44:55+02:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 6,
                                                "alwaysAvailable": true,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/objectstates"
                                                }
                                            },
                                            "billingAddress": {
                                                "name": "HQ",
                                                "country": "PL",
                                                "fields": {
                                                    "region": "Silesia",
                                                    "locality": "Katowice",
                                                    "street": "Gliwicka 6/5",
                                                    "postal_code": "40-079",
                                                    "email": "company@email.invalid",
                                                    "phone_number": "+48 000 000 000"
                                                }
                                            },
                                            "contactId": 144,
                                            "salesRepresentativeId": 14,
                                            "defaultAddressId": 142,
                                            "addressBookId": 141,
                                            "membersId": 140,
                                            "MemberList": {
                                                "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                                "_href": "/api/ibexa/v2/corporate/companies/139/members"
                                            },
                                            "Location": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                            },
                                            "locationPath": "/1/65/140/",
                                            "isActive": true
                                        },
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/144",
                                            "_id": 144,
                                            "_remoteId": "1b3938c16adfa29996f3afff0b4a0032",
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/47"
                                            },
                                            "name": "Jay Kowalski",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/versions"
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/10"
                                            },
                                            "MainLocation": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/140/141/145"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/locations"
                                            },
                                            "Groups": {
                                                "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/groups"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "publishDate": "2023-04-28T16:10:03+02:00",
                                            "lastModificationDate": "2023-04-28T16:17:07+02:00",
                                            "mainLanguageCode": "eng-GB",
                                            "alwaysAvailable": true,
                                            "Version": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/versions/6",
                                                "VersionInfo": {
                                                    "id": 683,
                                                    "versionNo": 6,
                                                    "status": "PUBLISHED",
                                                    "modificationDate": "2023-04-28T16:17:07+02:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2023-04-28T16:17:06+02:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Jay Kowalski"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/144"
                                                    }
                                                },
                                                "Fields": {
                                                    "field": [
                                                        {
                                                            "id": 698,
                                                            "fieldDefinitionIdentifier": "first_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Jay"
                                                        },
                                                        {
                                                            "id": 699,
                                                            "fieldDefinitionIdentifier": "last_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Kowalski"
                                                        },
                                                        {
                                                            "id": 700,
                                                            "fieldDefinitionIdentifier": "phone_number",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "+48 123 123 456"
                                                        },
                                                        {
                                                            "id": 701,
                                                            "fieldDefinitionIdentifier": "user",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_user",
                                                            "fieldValue": {
                                                                "hasStoredLogin": true,
                                                                "contentId": 144,
                                                                "login": "jay.kowalski",
                                                                "email": "jay.kowalski@email.invalid",
                                                                "passwordUpdatedAt": 1682691427,
                                                                "enabled": false,
                                                                "maxLogin": 5,
                                                                "plainPassword": null
                                                            }
                                                        }
                                                    ]
                                                },
                                                "Relations": {
                                                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/144/versions/6/relations",
                                                    "Relation": []
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/user/default_profile_image/initials.svg?initials=JK#profile_image",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                }
                                            },
                                            "login": "jay.kowalski",
                                            "email": "jay.kowalski@email.invalid",
                                            "enabled": false,
                                            "UserGroups": {
                                                "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/groups"
                                            },
                                            "Roles": {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/roles"
                                            }
                                        },
                                        "Role": {
                                            "_media-type": "application/vnd.ibexa.api.Role+json",
                                            "_href": "/api/ibexa/v2/user/roles/15",
                                            "identifier": "Company Buyer",
                                            "Policies": {
                                                "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                "_href": "/api/ibexa/v2/user/roles/15/policies"
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Member+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Member"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Member media-type=\"application/vnd.ibexa.api.Member+xml\"\n        href=\"/api/ibexa/v2/corporate/companies/139/members/144\">\n  <id>144</id>\n  <name>Jay Kowalski</name>\n  <Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n    <id>139</id>\n    <name>Ibexa Sp. z o. o.</name>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n             href=\"/api/ibexa/v2/content/objects/139\" remoteId=\"b16d06d4c5ba7c37b26fa167b551dfc2\"\n             id=\"139\">\n      <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                   href=\"/api/ibexa/v2/content/types/48\"/>\n      <Name>Ibexa Sp. z o. o.</Name>\n      <TranslatedName>Ibexa Sp. z o. o.</TranslatedName>\n      <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n                href=\"/api/ibexa/v2/content/objects/139/versions\"/>\n      <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                      href=\"/api/ibexa/v2/content/objects/139/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n                 href=\"/api/ibexa/v2/content/objects/139/versions/6\">\n          <VersionInfo>\n            <id>677</id>\n            <versionNo>6</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2023-04-28T16:10:13+02:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                     href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2023-04-28T16:10:13+02:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo\n              media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n              <Language>\n                <languageCode>eng-GB</languageCode>\n              </Language>\n            </VersionTranslationInfo>\n            <names>\n              <value languageCode=\"eng-GB\">Ibexa Sp. z o. o.</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                     href=\"/api/ibexa/v2/content/objects/139\"/>\n          </VersionInfo>\n          <Fields>\n            <field>\n              <id>673</id>\n              <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n              <fieldValue>true</fieldValue>\n            </field>\n            <field>\n              <id>674</id>\n              <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>Ibexa Sp. z o. o.</fieldValue>\n            </field>\n            <field>\n              <id>675</id>\n              <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>123 456 789</fieldValue>\n            </field>\n            <field>\n              <id>676</id>\n              <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>https://ibexa.co</fieldValue>\n            </field>\n            <field>\n              <id>677</id>\n              <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"customer_group_id\">1</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>678</id>\n              <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">14</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>679</id>\n              <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">144</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/144</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>680</id>\n              <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">142</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/142</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>681</id>\n              <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"name\">HQ</value>\n                <value key=\"country\">PL</value>\n                <value key=\"fields\">\n                  <value key=\"region\">Silesia</value>\n                  <value key=\"locality\">Katowice</value>\n                  <value key=\"street\">Gliwicka 6/5</value>\n                  <value key=\"postal_code\">40-079</value>\n                  <value key=\"email\">company@email.invalid</value>\n                  <value key=\"phone_number\">+48 000 000 000</value>\n                </value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>683</id>\n              <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">140</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/140</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>682</id>\n              <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">141</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/141</value>\n              </fieldValue>\n            </field>\n          </Fields>\n          <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                     href=\"/api/ibexa/v2/content/objects/139/versions/6/relations\"/>\n          <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/placeholder</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n          </Thumbnail>\n        </Version>\n      </CurrentVersion>\n      <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n               href=\"/api/ibexa/v2/content/sections/10\"/>\n      <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                    href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n      <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/139/locations\"/>\n      <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n      <lastModificationDate>2023-04-28T16:10:13+02:00</lastModificationDate>\n      <publishedDate>2023-04-28T15:44:55+02:00</publishedDate>\n      <mainLanguageCode>eng-GB</mainLanguageCode>\n      <currentVersionNo>6</currentVersionNo>\n      <alwaysAvailable>true</alwaysAvailable>\n      <isHidden>false</isHidden>\n      <status>PUBLISHED</status>\n      <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                    href=\"/api/ibexa/v2/content/objects/139/objectstates\"/>\n    </Content>\n    <billingAddress>HQ, Poland</billingAddress>\n    <contactId>144</contactId>\n    <salesRepresentativeId>14</salesRepresentativeId>\n    <defaultAddressId>142</defaultAddressId>\n    <addressBookId>141</addressBookId>\n    <membersId>140</membersId>\n    <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n                href=\"/api/ibexa/v2/corporate/companies/139/members\"/>\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n              href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n    <locationPath>/1/65/140/</locationPath>\n    <isActive>1</isActive>\n  </Company>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/144\" id=\"144\"\n        remoteId=\"1b3938c16adfa29996f3afff0b4a0032\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                 href=\"/api/ibexa/v2/content/types/47\"/>\n    <name>Jay Kowalski</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n              href=\"/api/ibexa/v2/content/objects/144/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n             href=\"/api/ibexa/v2/content/sections/10\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                  href=\"/api/ibexa/v2/content/locations/1/65/140/141/145\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n               href=\"/api/ibexa/v2/content/objects/144/locations\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\"\n            href=\"/api/ibexa/v2/user/users/144/groups\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2023-04-28T16:10:03+02:00</publishDate>\n    <lastModificationDate>2023-04-28T16:10:03+02:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n             href=\"/api/ibexa/v2/content/objects/144/versions/1\">\n      <VersionInfo>\n        <id>676</id>\n        <versionNo>1</versionNo>\n        <status>PUBLISHED</status>\n        <modificationDate>2023-04-28T16:10:03+02:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                 href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-04-28T16:10:03+02:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n          <Language>\n            <languageCode>eng-GB</languageCode>\n          </Language>\n        </VersionTranslationInfo>\n        <names>\n          <value languageCode=\"eng-GB\">Jay Kowalski</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                 href=\"/api/ibexa/v2/content/objects/144\"/>\n      </VersionInfo>\n      <Fields>\n        <field>\n          <id>698</id>\n          <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>Jay</fieldValue>\n        </field>\n        <field>\n          <id>699</id>\n          <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>Kowalski</fieldValue>\n        </field>\n        <field>\n          <id>700</id>\n          <fieldDefinitionIdentifier>phone_number</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>+48 123 123 456</fieldValue>\n        </field>\n        <field>\n          <id>701</id>\n          <fieldDefinitionIdentifier>user</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n          <fieldValue>\n            <value key=\"hasStoredLogin\">true</value>\n            <value key=\"contentId\">144</value>\n            <value key=\"login\">jay.kowalski</value>\n            <value key=\"email\">jay.kowalski@email.invalid</value>\n            <value key=\"passwordUpdatedAt\">1682691003</value>\n            <value key=\"enabled\">true</value>\n            <value key=\"maxLogin\">0</value>\n            <value key=\"plainPassword\"/>\n          </fieldValue>\n        </field>\n      </Fields>\n      <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/144/versions/1/relations\"/>\n      <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/user/default_profile_image/initials.svg?initials=JK#profile_image</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n      </Thumbnail>\n    </Version>\n    <login>jay.kowalski</login>\n    <email>jay.kowalski@email.invalid</email>\n    <enabled>true</enabled>\n    <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\"\n                href=\"/api/ibexa/v2/user/users/144/groups\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\"\n           href=\"/api/ibexa/v2/user/users/144/roles\"/>\n  </User>\n  <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/14\">\n    <identifier>Company Admin</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\"\n              href=\"/api/ibexa/v2/user/roles/14/policies\"/>\n  </Role>\n</Member>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create a company member."
                    }
                },
                "summary": "Create a company member",
                "description": "Creates a company member.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new member is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CompanyCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new MemberCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.MemberCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberCreateWrapper"
                            },
                            "example": {
                                "MemberCreate": {
                                    "login": "jay.kowalski",
                                    "email": "jay.kowalski@email.invalid",
                                    "password": "Ibexa123#",
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/12"
                                    },
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "first_name",
                                                "fieldValue": "Jay"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "last_name",
                                                "fieldValue": "Kowalski"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "phone_number",
                                                "fieldValue": "+48 123 123 456"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.MemberCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MemberCreate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <login>jay.kowalski</login>\n    <email>jay.kowalski@email.invalid</email>\n    <password>Ibexa123#</password>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/14\"/>\n    <fields>\n        <field>\n            <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n            <fieldValue>Jay</fieldValue>\n        </field>\n        <field>\n            <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n            <fieldValue>Kowalski</fieldValue>\n        </field>\n        <field>\n            <fieldDefinitionIdentifier>phone_number</fieldDefinitionIdentifier>\n            <fieldValue>+48 123 123 456</fieldValue>\n        </field>\n    </fields>\n</MemberCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/corporate/companies/{companyId}/members/{memberId}": {
            "get": {
                "operationId": "api_corporatecompanies_companyIdmembers_memberId_get",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Member+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MemberWrapper"
                                },
                                "example": {
                                    "Member": {
                                        "_media-type": "application/vnd.ibexa.api.Member+json",
                                        "_href": "/api/ibexa/v2/corporate/companies/139/members/144",
                                        "id": 144,
                                        "name": "Jay Kowalski",
                                        "Company": {
                                            "_media-type": "application/vnd.ibexa.api.Company+json",
                                            "id": 139,
                                            "name": "Ibexa Sp. z o. o.",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                "_href": "/api/ibexa/v2/content/objects/139",
                                                "_remoteId": "b16d06d4c5ba7c37b26fa167b551dfc2",
                                                "_id": 139,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/48"
                                                },
                                                "Name": "Ibexa Sp. z o. o.",
                                                "TranslatedName": "Ibexa Sp. z o. o.",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/currentversion",
                                                    "Version": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/139/versions/6",
                                                        "VersionInfo": {
                                                            "id": 677,
                                                            "versionNo": 6,
                                                            "status": "PUBLISHED",
                                                            "modificationDate": "2023-04-28T16:10:13+02:00",
                                                            "Creator": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "creationDate": "2023-04-28T16:10:13+02:00",
                                                            "initialLanguageCode": "eng-GB",
                                                            "languageCodes": "eng-GB",
                                                            "VersionTranslationInfo": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                "Language": [
                                                                    {
                                                                        "languageCode": "eng-GB"
                                                                    }
                                                                ]
                                                            },
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Ibexa Sp. z o. o."
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                "_href": "/api/ibexa/v2/content/objects/139"
                                                            }
                                                        },
                                                        "Fields": {
                                                            "field": [
                                                                {
                                                                    "id": 673,
                                                                    "fieldDefinitionIdentifier": "active",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_boolean",
                                                                    "fieldValue": true
                                                                },
                                                                {
                                                                    "id": 674,
                                                                    "fieldDefinitionIdentifier": "name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Ibexa Sp. z o. o."
                                                                },
                                                                {
                                                                    "id": 675,
                                                                    "fieldDefinitionIdentifier": "vat",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "123 456 789"
                                                                },
                                                                {
                                                                    "id": 676,
                                                                    "fieldDefinitionIdentifier": "website",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "https://ibexa.co"
                                                                },
                                                                {
                                                                    "id": 677,
                                                                    "fieldDefinitionIdentifier": "customer_group",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_customer_group",
                                                                    "fieldValue": {
                                                                        "customer_group_id": 1
                                                                    }
                                                                },
                                                                {
                                                                    "id": 678,
                                                                    "fieldDefinitionIdentifier": "sales_rep",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 14,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 679,
                                                                    "fieldDefinitionIdentifier": "contact",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 144,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/144"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 680,
                                                                    "fieldDefinitionIdentifier": "default_address",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 142,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/142"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 681,
                                                                    "fieldDefinitionIdentifier": "billing_address",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_address",
                                                                    "fieldValue": {
                                                                        "name": "HQ",
                                                                        "country": "PL",
                                                                        "fields": {
                                                                            "region": "Silesia",
                                                                            "locality": "Katowice",
                                                                            "street": "Gliwicka 6/5",
                                                                            "postal_code": "40-079",
                                                                            "email": "company@email.invalid",
                                                                            "phone_number": "+48 000 000 000"
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "id": 683,
                                                                    "fieldDefinitionIdentifier": "members",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 140,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/140"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 682,
                                                                    "fieldDefinitionIdentifier": "address_book",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 141,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/141"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Relations": {
                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/versions/6/relations",
                                                            "Relation": []
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        }
                                                    }
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/10"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2023-04-28T16:10:13+02:00",
                                                "publishedDate": "2023-04-28T15:44:55+02:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 6,
                                                "alwaysAvailable": true,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/objectstates"
                                                }
                                            },
                                            "billingAddress": {
                                                "name": "HQ",
                                                "country": "PL",
                                                "fields": {
                                                    "region": "Silesia",
                                                    "locality": "Katowice",
                                                    "street": "Gliwicka 6/5",
                                                    "postal_code": "40-079",
                                                    "email": "company@email.invalid",
                                                    "phone_number": "+48 000 000 000"
                                                }
                                            },
                                            "contactId": 144,
                                            "salesRepresentativeId": 14,
                                            "defaultAddressId": 142,
                                            "addressBookId": 141,
                                            "membersId": 140,
                                            "MemberList": {
                                                "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                                "_href": "/api/ibexa/v2/corporate/companies/139/members"
                                            },
                                            "Location": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                            },
                                            "locationPath": "/1/65/140/",
                                            "isActive": true
                                        },
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/144",
                                            "_id": 144,
                                            "_remoteId": "1b3938c16adfa29996f3afff0b4a0032",
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/47"
                                            },
                                            "name": "Jay Kowalski",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/versions"
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/10"
                                            },
                                            "MainLocation": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/140/141/145"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/locations"
                                            },
                                            "Groups": {
                                                "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/groups"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "publishDate": "2023-04-28T16:10:03+02:00",
                                            "lastModificationDate": "2023-04-28T16:17:07+02:00",
                                            "mainLanguageCode": "eng-GB",
                                            "alwaysAvailable": true,
                                            "Version": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/versions/6",
                                                "VersionInfo": {
                                                    "id": 683,
                                                    "versionNo": 6,
                                                    "status": "PUBLISHED",
                                                    "modificationDate": "2023-04-28T16:17:07+02:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2023-04-28T16:17:06+02:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Jay Kowalski"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/144"
                                                    }
                                                },
                                                "Fields": {
                                                    "field": [
                                                        {
                                                            "id": 698,
                                                            "fieldDefinitionIdentifier": "first_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Jay"
                                                        },
                                                        {
                                                            "id": 699,
                                                            "fieldDefinitionIdentifier": "last_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Kowalski"
                                                        },
                                                        {
                                                            "id": 700,
                                                            "fieldDefinitionIdentifier": "phone_number",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "+48 123 123 456"
                                                        },
                                                        {
                                                            "id": 701,
                                                            "fieldDefinitionIdentifier": "user",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_user",
                                                            "fieldValue": {
                                                                "hasStoredLogin": true,
                                                                "contentId": 144,
                                                                "login": "jay.kowalski",
                                                                "email": "jay.kowalski@email.invalid",
                                                                "passwordUpdatedAt": 1682691427,
                                                                "enabled": false,
                                                                "maxLogin": 5,
                                                                "plainPassword": null
                                                            }
                                                        }
                                                    ]
                                                },
                                                "Relations": {
                                                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/144/versions/6/relations",
                                                    "Relation": []
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/user/default_profile_image/initials.svg?initials=JK#profile_image",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                }
                                            },
                                            "login": "jay.kowalski",
                                            "email": "jay.kowalski@email.invalid",
                                            "enabled": false,
                                            "UserGroups": {
                                                "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/groups"
                                            },
                                            "Roles": {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/roles"
                                            }
                                        },
                                        "Role": {
                                            "_media-type": "application/vnd.ibexa.api.Role+json",
                                            "_href": "/api/ibexa/v2/user/roles/15",
                                            "identifier": "Company Buyer",
                                            "Policies": {
                                                "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                "_href": "/api/ibexa/v2/user/roles/15/policies"
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Member+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Member"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Member media-type=\"application/vnd.ibexa.api.Member+xml\"\n        href=\"/api/ibexa/v2/corporate/companies/139/members/144\">\n  <id>144</id>\n  <name>Jay Kowalski</name>\n  <Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n    <id>139</id>\n    <name>Ibexa Sp. z o. o.</name>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n             href=\"/api/ibexa/v2/content/objects/139\" remoteId=\"b16d06d4c5ba7c37b26fa167b551dfc2\"\n             id=\"139\">\n      <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                   href=\"/api/ibexa/v2/content/types/48\"/>\n      <Name>Ibexa Sp. z o. o.</Name>\n      <TranslatedName>Ibexa Sp. z o. o.</TranslatedName>\n      <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n                href=\"/api/ibexa/v2/content/objects/139/versions\"/>\n      <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                      href=\"/api/ibexa/v2/content/objects/139/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n                 href=\"/api/ibexa/v2/content/objects/139/versions/6\">\n          <VersionInfo>\n            <id>677</id>\n            <versionNo>6</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2023-04-28T16:10:13+02:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                     href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2023-04-28T16:10:13+02:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo\n              media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n              <Language>\n                <languageCode>eng-GB</languageCode>\n              </Language>\n            </VersionTranslationInfo>\n            <names>\n              <value languageCode=\"eng-GB\">Ibexa Sp. z o. o.</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                     href=\"/api/ibexa/v2/content/objects/139\"/>\n          </VersionInfo>\n          <Fields>\n            <field>\n              <id>673</id>\n              <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n              <fieldValue>true</fieldValue>\n            </field>\n            <field>\n              <id>674</id>\n              <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>Ibexa Sp. z o. o.</fieldValue>\n            </field>\n            <field>\n              <id>675</id>\n              <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>123 456 789</fieldValue>\n            </field>\n            <field>\n              <id>676</id>\n              <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>https://ibexa.co</fieldValue>\n            </field>\n            <field>\n              <id>677</id>\n              <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"customer_group_id\">1</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>678</id>\n              <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">14</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>679</id>\n              <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">144</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/144</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>680</id>\n              <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">142</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/142</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>681</id>\n              <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"name\">HQ</value>\n                <value key=\"country\">PL</value>\n                <value key=\"fields\">\n                  <value key=\"region\">Silesia</value>\n                  <value key=\"locality\">Katowice</value>\n                  <value key=\"street\">Gliwicka 6/5</value>\n                  <value key=\"postal_code\">40-079</value>\n                  <value key=\"email\">company@email.invalid</value>\n                  <value key=\"phone_number\">+48 000 000 000</value>\n                </value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>683</id>\n              <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">140</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/140</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>682</id>\n              <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">141</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/141</value>\n              </fieldValue>\n            </field>\n          </Fields>\n          <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                     href=\"/api/ibexa/v2/content/objects/139/versions/6/relations\"/>\n          <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/placeholder</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n          </Thumbnail>\n        </Version>\n      </CurrentVersion>\n      <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n               href=\"/api/ibexa/v2/content/sections/10\"/>\n      <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                    href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n      <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/139/locations\"/>\n      <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n      <lastModificationDate>2023-04-28T16:10:13+02:00</lastModificationDate>\n      <publishedDate>2023-04-28T15:44:55+02:00</publishedDate>\n      <mainLanguageCode>eng-GB</mainLanguageCode>\n      <currentVersionNo>6</currentVersionNo>\n      <alwaysAvailable>true</alwaysAvailable>\n      <isHidden>false</isHidden>\n      <status>PUBLISHED</status>\n      <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                    href=\"/api/ibexa/v2/content/objects/139/objectstates\"/>\n    </Content>\n    <billingAddress>HQ, Poland</billingAddress>\n    <contactId>144</contactId>\n    <salesRepresentativeId>14</salesRepresentativeId>\n    <defaultAddressId>142</defaultAddressId>\n    <addressBookId>141</addressBookId>\n    <membersId>140</membersId>\n    <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n                href=\"/api/ibexa/v2/corporate/companies/139/members\"/>\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n              href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n    <locationPath>/1/65/140/</locationPath>\n    <isActive>1</isActive>\n  </Company>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/144\" id=\"144\"\n        remoteId=\"1b3938c16adfa29996f3afff0b4a0032\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                 href=\"/api/ibexa/v2/content/types/47\"/>\n    <name>Jay Kowalski</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n              href=\"/api/ibexa/v2/content/objects/144/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n             href=\"/api/ibexa/v2/content/sections/10\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                  href=\"/api/ibexa/v2/content/locations/1/65/140/141/145\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n               href=\"/api/ibexa/v2/content/objects/144/locations\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\"\n            href=\"/api/ibexa/v2/user/users/144/groups\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2023-04-28T16:10:03+02:00</publishDate>\n    <lastModificationDate>2023-04-28T16:10:03+02:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n             href=\"/api/ibexa/v2/content/objects/144/versions/1\">\n      <VersionInfo>\n        <id>676</id>\n        <versionNo>1</versionNo>\n        <status>PUBLISHED</status>\n        <modificationDate>2023-04-28T16:10:03+02:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                 href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-04-28T16:10:03+02:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n          <Language>\n            <languageCode>eng-GB</languageCode>\n          </Language>\n        </VersionTranslationInfo>\n        <names>\n          <value languageCode=\"eng-GB\">Jay Kowalski</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                 href=\"/api/ibexa/v2/content/objects/144\"/>\n      </VersionInfo>\n      <Fields>\n        <field>\n          <id>698</id>\n          <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>Jay</fieldValue>\n        </field>\n        <field>\n          <id>699</id>\n          <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>Kowalski</fieldValue>\n        </field>\n        <field>\n          <id>700</id>\n          <fieldDefinitionIdentifier>phone_number</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>+48 123 123 456</fieldValue>\n        </field>\n        <field>\n          <id>701</id>\n          <fieldDefinitionIdentifier>user</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n          <fieldValue>\n            <value key=\"hasStoredLogin\">true</value>\n            <value key=\"contentId\">144</value>\n            <value key=\"login\">jay.kowalski</value>\n            <value key=\"email\">jay.kowalski@email.invalid</value>\n            <value key=\"passwordUpdatedAt\">1682691003</value>\n            <value key=\"enabled\">true</value>\n            <value key=\"maxLogin\">0</value>\n            <value key=\"plainPassword\"/>\n          </fieldValue>\n        </field>\n      </Fields>\n      <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/144/versions/1/relations\"/>\n      <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/user/default_profile_image/initials.svg?initials=JK#profile_image</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n      </Thumbnail>\n    </Version>\n    <login>jay.kowalski</login>\n    <email>jay.kowalski@email.invalid</email>\n    <enabled>true</enabled>\n    <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\"\n                href=\"/api/ibexa/v2/user/users/144/groups\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\"\n           href=\"/api/ibexa/v2/user/users/144/roles\"/>\n  </User>\n  <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/14\">\n    <identifier>Company Admin</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\"\n              href=\"/api/ibexa/v2/user/roles/14/policies\"/>\n  </Role>\n</Member>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this company."
                    },
                    "404": {
                        "description": "Error - The company does not exist."
                    }
                },
                "summary": "Get company member",
                "description": "Returns the company member by given member ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the company member is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "memberId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_corporatecompanies_companyIdmembers_memberId_delete",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - given company member is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this company member."
                    },
                    "404": {
                        "description": "Error - the company member does not exist."
                    }
                },
                "summary": "Delete company member",
                "description": "The given company member is deleted.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, in the case of an error the error message is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "Only needed for session's checking. The {csrfToken} needed on all unsafe HTTP methods with session.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "memberId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_corporatecompanies_companyIdmembers_memberId_patch",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Member+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MemberWrapper"
                                },
                                "example": {
                                    "Member": {
                                        "_media-type": "application/vnd.ibexa.api.Member+json",
                                        "_href": "/api/ibexa/v2/corporate/companies/139/members/144",
                                        "id": 144,
                                        "name": "Jay Kowalski",
                                        "Company": {
                                            "_media-type": "application/vnd.ibexa.api.Company+json",
                                            "id": 139,
                                            "name": "Ibexa Sp. z o. o.",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                "_href": "/api/ibexa/v2/content/objects/139",
                                                "_remoteId": "b16d06d4c5ba7c37b26fa167b551dfc2",
                                                "_id": 139,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/48"
                                                },
                                                "Name": "Ibexa Sp. z o. o.",
                                                "TranslatedName": "Ibexa Sp. z o. o.",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/currentversion",
                                                    "Version": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/139/versions/6",
                                                        "VersionInfo": {
                                                            "id": 677,
                                                            "versionNo": 6,
                                                            "status": "PUBLISHED",
                                                            "modificationDate": "2023-04-28T16:10:13+02:00",
                                                            "Creator": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "creationDate": "2023-04-28T16:10:13+02:00",
                                                            "initialLanguageCode": "eng-GB",
                                                            "languageCodes": "eng-GB",
                                                            "VersionTranslationInfo": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                "Language": [
                                                                    {
                                                                        "languageCode": "eng-GB"
                                                                    }
                                                                ]
                                                            },
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Ibexa Sp. z o. o."
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                "_href": "/api/ibexa/v2/content/objects/139"
                                                            }
                                                        },
                                                        "Fields": {
                                                            "field": [
                                                                {
                                                                    "id": 673,
                                                                    "fieldDefinitionIdentifier": "active",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_boolean",
                                                                    "fieldValue": true
                                                                },
                                                                {
                                                                    "id": 674,
                                                                    "fieldDefinitionIdentifier": "name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Ibexa Sp. z o. o."
                                                                },
                                                                {
                                                                    "id": 675,
                                                                    "fieldDefinitionIdentifier": "vat",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "123 456 789"
                                                                },
                                                                {
                                                                    "id": 676,
                                                                    "fieldDefinitionIdentifier": "website",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "https://ibexa.co"
                                                                },
                                                                {
                                                                    "id": 677,
                                                                    "fieldDefinitionIdentifier": "customer_group",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_customer_group",
                                                                    "fieldValue": {
                                                                        "customer_group_id": 1
                                                                    }
                                                                },
                                                                {
                                                                    "id": 678,
                                                                    "fieldDefinitionIdentifier": "sales_rep",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 14,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/14"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 679,
                                                                    "fieldDefinitionIdentifier": "contact",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 144,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/144"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 680,
                                                                    "fieldDefinitionIdentifier": "default_address",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 142,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/142"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 681,
                                                                    "fieldDefinitionIdentifier": "billing_address",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_address",
                                                                    "fieldValue": {
                                                                        "name": "HQ",
                                                                        "country": "PL",
                                                                        "fields": {
                                                                            "region": "Silesia",
                                                                            "locality": "Katowice",
                                                                            "street": "Gliwicka 6/5",
                                                                            "postal_code": "40-079",
                                                                            "email": "company@email.invalid",
                                                                            "phone_number": "+48 000 000 000"
                                                                        }
                                                                    }
                                                                },
                                                                {
                                                                    "id": 683,
                                                                    "fieldDefinitionIdentifier": "members",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 140,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/140"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 682,
                                                                    "fieldDefinitionIdentifier": "address_book",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_object_relation",
                                                                    "fieldValue": {
                                                                        "destinationContentId": 141,
                                                                        "destinationContentHref": "/api/ibexa/v2/content/objects/141"
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Relations": {
                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/139/versions/6/relations",
                                                            "Relation": []
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        }
                                                    }
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/10"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2023-04-28T16:10:13+02:00",
                                                "publishedDate": "2023-04-28T15:44:55+02:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 6,
                                                "alwaysAvailable": true,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/139/objectstates"
                                                }
                                            },
                                            "billingAddress": {
                                                "name": "HQ",
                                                "country": "PL",
                                                "fields": {
                                                    "region": "Silesia",
                                                    "locality": "Katowice",
                                                    "street": "Gliwicka 6/5",
                                                    "postal_code": "40-079",
                                                    "email": "company@email.invalid",
                                                    "phone_number": "+48 000 000 000"
                                                }
                                            },
                                            "contactId": 144,
                                            "salesRepresentativeId": 14,
                                            "defaultAddressId": 142,
                                            "addressBookId": 141,
                                            "membersId": 140,
                                            "MemberList": {
                                                "_media-type": "application/vnd.ibexa.api.MemberList+json",
                                                "_href": "/api/ibexa/v2/corporate/companies/139/members"
                                            },
                                            "Location": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/140"
                                            },
                                            "locationPath": "/1/65/140/",
                                            "isActive": true
                                        },
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/144",
                                            "_id": 144,
                                            "_remoteId": "1b3938c16adfa29996f3afff0b4a0032",
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/47"
                                            },
                                            "name": "Jay Kowalski",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/versions"
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/10"
                                            },
                                            "MainLocation": {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/65/140/141/145"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/locations"
                                            },
                                            "Groups": {
                                                "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/groups"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "publishDate": "2023-04-28T16:10:03+02:00",
                                            "lastModificationDate": "2023-04-28T16:17:07+02:00",
                                            "mainLanguageCode": "eng-GB",
                                            "alwaysAvailable": true,
                                            "Version": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/144/versions/6",
                                                "VersionInfo": {
                                                    "id": 683,
                                                    "versionNo": 6,
                                                    "status": "PUBLISHED",
                                                    "modificationDate": "2023-04-28T16:17:07+02:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2023-04-28T16:17:06+02:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Jay Kowalski"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/144"
                                                    }
                                                },
                                                "Fields": {
                                                    "field": [
                                                        {
                                                            "id": 698,
                                                            "fieldDefinitionIdentifier": "first_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Jay"
                                                        },
                                                        {
                                                            "id": 699,
                                                            "fieldDefinitionIdentifier": "last_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Kowalski"
                                                        },
                                                        {
                                                            "id": 700,
                                                            "fieldDefinitionIdentifier": "phone_number",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "+48 123 123 456"
                                                        },
                                                        {
                                                            "id": 701,
                                                            "fieldDefinitionIdentifier": "user",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_user",
                                                            "fieldValue": {
                                                                "hasStoredLogin": true,
                                                                "contentId": 144,
                                                                "login": "jay.kowalski",
                                                                "email": "jay.kowalski@email.invalid",
                                                                "passwordUpdatedAt": 1682691427,
                                                                "enabled": false,
                                                                "maxLogin": 5,
                                                                "plainPassword": null
                                                            }
                                                        }
                                                    ]
                                                },
                                                "Relations": {
                                                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/144/versions/6/relations",
                                                    "Relation": []
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/user/default_profile_image/initials.svg?initials=JK#profile_image",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                }
                                            },
                                            "login": "jay.kowalski",
                                            "email": "jay.kowalski@email.invalid",
                                            "enabled": false,
                                            "UserGroups": {
                                                "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/groups"
                                            },
                                            "Roles": {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                "_href": "/api/ibexa/v2/user/users/144/roles"
                                            }
                                        },
                                        "Role": {
                                            "_media-type": "application/vnd.ibexa.api.Role+json",
                                            "_href": "/api/ibexa/v2/user/roles/15",
                                            "identifier": "Company Buyer",
                                            "Policies": {
                                                "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                "_href": "/api/ibexa/v2/user/roles/15/policies"
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Member+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Member"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Member media-type=\"application/vnd.ibexa.api.Member+xml\"\n        href=\"/api/ibexa/v2/corporate/companies/139/members/144\">\n  <id>144</id>\n  <name>Jay Kowalski</name>\n  <Company media-type=\"application/vnd.ibexa.api.Company+xml\">\n    <id>139</id>\n    <name>Ibexa Sp. z o. o.</name>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\"\n             href=\"/api/ibexa/v2/content/objects/139\" remoteId=\"b16d06d4c5ba7c37b26fa167b551dfc2\"\n             id=\"139\">\n      <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                   href=\"/api/ibexa/v2/content/types/48\"/>\n      <Name>Ibexa Sp. z o. o.</Name>\n      <TranslatedName>Ibexa Sp. z o. o.</TranslatedName>\n      <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n                href=\"/api/ibexa/v2/content/objects/139/versions\"/>\n      <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\"\n                      href=\"/api/ibexa/v2/content/objects/139/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n                 href=\"/api/ibexa/v2/content/objects/139/versions/6\">\n          <VersionInfo>\n            <id>677</id>\n            <versionNo>6</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2023-04-28T16:10:13+02:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                     href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2023-04-28T16:10:13+02:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo\n              media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n              <Language>\n                <languageCode>eng-GB</languageCode>\n              </Language>\n            </VersionTranslationInfo>\n            <names>\n              <value languageCode=\"eng-GB\">Ibexa Sp. z o. o.</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                     href=\"/api/ibexa/v2/content/objects/139\"/>\n          </VersionInfo>\n          <Fields>\n            <field>\n              <id>673</id>\n              <fieldDefinitionIdentifier>active</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_boolean</fieldTypeIdentifier>\n              <fieldValue>true</fieldValue>\n            </field>\n            <field>\n              <id>674</id>\n              <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>Ibexa Sp. z o. o.</fieldValue>\n            </field>\n            <field>\n              <id>675</id>\n              <fieldDefinitionIdentifier>vat</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>123 456 789</fieldValue>\n            </field>\n            <field>\n              <id>676</id>\n              <fieldDefinitionIdentifier>website</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n              <fieldValue>https://ibexa.co</fieldValue>\n            </field>\n            <field>\n              <id>677</id>\n              <fieldDefinitionIdentifier>customer_group</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_customer_group</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"customer_group_id\">1</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>678</id>\n              <fieldDefinitionIdentifier>sales_rep</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">14</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/14</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>679</id>\n              <fieldDefinitionIdentifier>contact</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">144</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/144</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>680</id>\n              <fieldDefinitionIdentifier>default_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">142</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/142</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>681</id>\n              <fieldDefinitionIdentifier>billing_address</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_address</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"name\">HQ</value>\n                <value key=\"country\">PL</value>\n                <value key=\"fields\">\n                  <value key=\"region\">Silesia</value>\n                  <value key=\"locality\">Katowice</value>\n                  <value key=\"street\">Gliwicka 6/5</value>\n                  <value key=\"postal_code\">40-079</value>\n                  <value key=\"email\">company@email.invalid</value>\n                  <value key=\"phone_number\">+48 000 000 000</value>\n                </value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>683</id>\n              <fieldDefinitionIdentifier>members</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">140</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/140</value>\n              </fieldValue>\n            </field>\n            <field>\n              <id>682</id>\n              <fieldDefinitionIdentifier>address_book</fieldDefinitionIdentifier>\n              <languageCode>eng-GB</languageCode>\n              <fieldTypeIdentifier>ibexa_object_relation</fieldTypeIdentifier>\n              <fieldValue>\n                <value key=\"destinationContentId\">141</value>\n                <value key=\"destinationContentHref\">/api/ibexa/v2/content/objects/141</value>\n              </fieldValue>\n            </field>\n          </Fields>\n          <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                     href=\"/api/ibexa/v2/content/objects/139/versions/6/relations\"/>\n          <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/placeholder</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n          </Thumbnail>\n        </Version>\n      </CurrentVersion>\n      <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n               href=\"/api/ibexa/v2/content/sections/10\"/>\n      <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                    href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n      <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/139/locations\"/>\n      <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n      <lastModificationDate>2023-04-28T16:10:13+02:00</lastModificationDate>\n      <publishedDate>2023-04-28T15:44:55+02:00</publishedDate>\n      <mainLanguageCode>eng-GB</mainLanguageCode>\n      <currentVersionNo>6</currentVersionNo>\n      <alwaysAvailable>true</alwaysAvailable>\n      <isHidden>false</isHidden>\n      <status>PUBLISHED</status>\n      <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\"\n                    href=\"/api/ibexa/v2/content/objects/139/objectstates\"/>\n    </Content>\n    <billingAddress>HQ, Poland</billingAddress>\n    <contactId>144</contactId>\n    <salesRepresentativeId>14</salesRepresentativeId>\n    <defaultAddressId>142</defaultAddressId>\n    <addressBookId>141</addressBookId>\n    <membersId>140</membersId>\n    <MemberList media-type=\"application/vnd.ibexa.api.MemberList+xml\"\n                href=\"/api/ibexa/v2/corporate/companies/139/members\"/>\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\"\n              href=\"/api/ibexa/v2/content/locations/1/65/140\"/>\n    <locationPath>/1/65/140/</locationPath>\n    <isActive>1</isActive>\n  </Company>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/144\" id=\"144\"\n        remoteId=\"1b3938c16adfa29996f3afff0b4a0032\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\"\n                 href=\"/api/ibexa/v2/content/types/47\"/>\n    <name>Jay Kowalski</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\"\n              href=\"/api/ibexa/v2/content/objects/144/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\"\n             href=\"/api/ibexa/v2/content/sections/10\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\"\n                  href=\"/api/ibexa/v2/content/locations/1/65/140/141/145\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\"\n               href=\"/api/ibexa/v2/content/objects/144/locations\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\"\n            href=\"/api/ibexa/v2/user/users/144/groups\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2023-04-28T16:10:03+02:00</publishDate>\n    <lastModificationDate>2023-04-28T16:10:03+02:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\"\n             href=\"/api/ibexa/v2/content/objects/144/versions/1\">\n      <VersionInfo>\n        <id>676</id>\n        <versionNo>1</versionNo>\n        <status>PUBLISHED</status>\n        <modificationDate>2023-04-28T16:10:03+02:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\"\n                 href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-04-28T16:10:03+02:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n          <Language>\n            <languageCode>eng-GB</languageCode>\n          </Language>\n        </VersionTranslationInfo>\n        <names>\n          <value languageCode=\"eng-GB\">Jay Kowalski</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\"\n                 href=\"/api/ibexa/v2/content/objects/144\"/>\n      </VersionInfo>\n      <Fields>\n        <field>\n          <id>698</id>\n          <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>Jay</fieldValue>\n        </field>\n        <field>\n          <id>699</id>\n          <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>Kowalski</fieldValue>\n        </field>\n        <field>\n          <id>700</id>\n          <fieldDefinitionIdentifier>phone_number</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n          <fieldValue>+48 123 123 456</fieldValue>\n        </field>\n        <field>\n          <id>701</id>\n          <fieldDefinitionIdentifier>user</fieldDefinitionIdentifier>\n          <languageCode>eng-GB</languageCode>\n          <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n          <fieldValue>\n            <value key=\"hasStoredLogin\">true</value>\n            <value key=\"contentId\">144</value>\n            <value key=\"login\">jay.kowalski</value>\n            <value key=\"email\">jay.kowalski@email.invalid</value>\n            <value key=\"passwordUpdatedAt\">1682691003</value>\n            <value key=\"enabled\">true</value>\n            <value key=\"maxLogin\">0</value>\n            <value key=\"plainPassword\"/>\n          </fieldValue>\n        </field>\n      </Fields>\n      <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\"\n                 href=\"/api/ibexa/v2/content/objects/144/versions/1/relations\"/>\n      <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/user/default_profile_image/initials.svg?initials=JK#profile_image</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n      </Thumbnail>\n    </Version>\n    <login>jay.kowalski</login>\n    <email>jay.kowalski@email.invalid</email>\n    <enabled>true</enabled>\n    <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\"\n                href=\"/api/ibexa/v2/user/users/144/groups\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\"\n           href=\"/api/ibexa/v2/user/users/144/roles\"/>\n  </User>\n  <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/14\">\n    <identifier>Company Admin</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\"\n              href=\"/api/ibexa/v2/user/roles/14/policies\"/>\n  </Role>\n</Member>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this company member."
                    }
                },
                "summary": "Update a company member",
                "description": "Updates a company member. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated company member is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The company input schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "companyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "memberId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated MemberUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.MemberUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberUpdateWrapper"
                            },
                            "example": {
                                "MemberUpdate": {
                                    "login": "jay.kowalski",
                                    "email": "jay.kowalski@email.invalid",
                                    "password": "Ibexa123#",
                                    "maxLogin": 5,
                                    "enabled": false,
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/15"
                                    },
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "first_name",
                                                "fieldValue": "Jay"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "last_name",
                                                "fieldValue": "Kowalski"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "phone_number",
                                                "fieldValue": "+48 123 123 456"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.MemberUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MemberUpdate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <email>jay.kowalski@updated.email</email>\n    <password>Publish123#</password>\n    <enabled>false</enabled>\n    <maxLogin>5</maxLogin>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/15\"/>\n    <fields>\n        <field>\n            <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n            <fieldValue>Jay</fieldValue>\n        </field>\n        <field>\n            <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n            <fieldValue>Kowalski</fieldValue>\n        </field>\n        <field>\n            <fieldDefinitionIdentifier>phone_number</fieldDefinitionIdentifier>\n            <fieldValue>+48 123 123 456</fieldValue>\n        </field>\n    </fields>\n</MemberUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/corporate/sales-representatives": {
            "get": {
                "operationId": "api_corporatesales-representatives_get",
                "tags": [
                    "Corporate Account"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.SalesRepresentativesList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SalesRepresentativesListWrapper"
                                },
                                "example": {
                                    "SalesRepresentativesList": {
                                        "_media-type": "application/vnd.ibexa.api.SalesRepresentativesList+json",
                                        "users": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/75",
                                                "_id": 75,
                                                "_remoteId": "f262e2fa12ae105b78a1b654e87a0874",
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/4"
                                                },
                                                "name": "John Black",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/75/versions"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/10"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/5/64/76"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/75/locations"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/user/users/75/groups"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "publishDate": "2023-06-20T07:33:17+00:00",
                                                "lastModificationDate": "2023-06-20T07:33:17+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "alwaysAvailable": true,
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/75/versions/1",
                                                    "VersionInfo": {
                                                        "id": 536,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2023-06-20T07:33:17+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2023-06-20T07:33:17+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "John Black"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/75"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 339,
                                                                "fieldDefinitionIdentifier": "first_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "John"
                                                            },
                                                            {
                                                                "id": 340,
                                                                "fieldDefinitionIdentifier": "last_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Black"
                                                            },
                                                            {
                                                                "id": 341,
                                                                "fieldDefinitionIdentifier": "user_account",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_user",
                                                                "fieldValue": {
                                                                    "hasStoredLogin": true,
                                                                    "contentId": 75,
                                                                    "login": "John Black",
                                                                    "email": "j.black@ibexa.co",
                                                                    "passwordUpdatedAt": 1687246397,
                                                                    "enabled": true,
                                                                    "maxLogin": 0,
                                                                    "plainPassword": null
                                                                }
                                                            },
                                                            {
                                                                "id": 342,
                                                                "fieldDefinitionIdentifier": "signature",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_text",
                                                                "fieldValue": null
                                                            },
                                                            {
                                                                "id": 343,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image",
                                                                "fieldValue": null
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/75/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/user/default_profile_image/initials.svg?initials=JB#profile_image",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                },
                                                "login": "John Black",
                                                "email": "j.black@ibexa.co",
                                                "enabled": true,
                                                "UserGroups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                    "_href": "/api/ibexa/v2/user/users/75/groups"
                                                },
                                                "Roles": {
                                                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                    "_href": "/api/ibexa/v2/user/users/75/roles"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.SalesRepresentativesList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/SalesRepresentativesList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SalesRepresentativesList media-type=\"application/vnd.ibexa.api.SalesRepresentativesList+xml\">\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/75\" id=\"75\" remoteId=\"f262e2fa12ae105b78a1b654e87a0874\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n        <name>John Black</name>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/75/versions\"/>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/10\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/64/76\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/75/locations\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/75/groups\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <publishDate>2023-06-20T07:33:17+00:00</publishDate>\n        <lastModificationDate>2023-06-20T07:33:17+00:00</lastModificationDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <alwaysAvailable>true</alwaysAvailable>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/75/versions/1\">\n            <VersionInfo>\n                <id>536</id>\n                <versionNo>1</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2023-06-20T07:33:17+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <creationDate>2023-06-20T07:33:17+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">John Black</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/75\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>339</id>\n                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>John</fieldValue>\n                </field>\n                <field>\n                    <id>340</id>\n                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Black</fieldValue>\n                </field>\n                <field>\n                    <id>341</id>\n                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"hasStoredLogin\">true</value>\n                        <value key=\"contentId\">75</value>\n                        <value key=\"login\">John Black</value>\n                        <value key=\"email\">j.black@ibexa.co</value>\n                        <value key=\"passwordUpdatedAt\">1687246397</value>\n                        <value key=\"enabled\">true</value>\n                        <value key=\"maxLogin\">0</value>\n                        <value key=\"plainPassword\"/>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>342</id>\n                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>343</id>\n                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/75/versions/1/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/user/default_profile_image/initials.svg?initials=JB#profile_image</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n        <login>John Black</login>\n        <email>j.black@ibexa.co</email>\n        <enabled>true</enabled>\n        <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/75/groups\"/>\n        <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/75/roles\"/>\n    </User>\n</SalesRepresentativesList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read Sales Representatives List.",
                        "content": {
                            "application/vnd.ibexa.api.ErrorMessage": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            }
                        }
                    }
                },
                "summary": "Read list of sales representatives",
                "description": "Returns paginated list of available sales representatives.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, helps to determine response format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/discounts": {
            "get": {
                "operationId": "api_discounts_get",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.DiscountList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DiscountList"
                                },
                                "example": {
                                    "DiscountList": {
                                        "_media-type": "application/vnd.ibexa.api.DiscountList+json",
                                        "Discount": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Discount+json",
                                                "id": 2,
                                                "identifier": "my_discount_identifier",
                                                "name": "My Discount",
                                                "type": "cart",
                                                "label": "My Discount label",
                                                "labelDescription": "My Discount description",
                                                "priority": 1,
                                                "isEnabled": true,
                                                "createdAt": "2025-08-18T11:28:43+02:00",
                                                "updatedAt": "2025-08-18T11:28:43+02:00",
                                                "startDate": "2025-08-01T00:00:00+02:00",
                                                "endDate": "2025-08-31T23:59:59+02:00",
                                                "DiscountRule": {
                                                    "_media-type": "application/vnd.ibexa.api.DiscountRule.FixedAmount+json",
                                                    "type": "fixed_amount",
                                                    "expressionValues": {
                                                        "discount_amount": "12"
                                                    }
                                                },
                                                "DiscountConditions": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.DiscountCondition.IsInCurrency+json",
                                                        "identifier": "is_in_currency",
                                                        "expressionValues": {
                                                            "currency_code": "PLN"
                                                        }
                                                    }
                                                ],
                                                "DiscountTranslations": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.DiscountTranslation+json",
                                                        "languageCode": "eng-GB",
                                                        "name": "My Discount",
                                                        "description": "My Discount description",
                                                        "label": "My Discount label",
                                                        "labelDescription": "My Discount description"
                                                    }
                                                ]
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Discount+json",
                                                "id": 3,
                                                "identifier": "my_another_discount",
                                                "name": "My Another Discount",
                                                "type": "catalog",
                                                "label": "Catalog discount label",
                                                "labelDescription": "Catalog discount description",
                                                "priority": 1,
                                                "isEnabled": true,
                                                "createdAt": "2025-08-18T11:58:37+02:00",
                                                "updatedAt": "2025-08-18T11:58:37+02:00",
                                                "startDate": "2025-08-18T09:57:14+02:00",
                                                "DiscountRule": {
                                                    "_media-type": "application/vnd.ibexa.api.DiscountRule.Percentage+json",
                                                    "type": "percentage",
                                                    "expressionValues": {
                                                        "discount_percentage": "10"
                                                    }
                                                },
                                                "DiscountConditions": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.DiscountCondition.IsInCurrency+json",
                                                        "identifier": "is_in_currency",
                                                        "expressionValues": {
                                                            "currency_code": "PLN"
                                                        }
                                                    }
                                                ],
                                                "DiscountTranslations": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.DiscountTranslation+json",
                                                        "languageCode": "eng-GB",
                                                        "name": "My Another Discount",
                                                        "description": "My Another Discount Description",
                                                        "label": "Catalog discount label",
                                                        "labelDescription": "Catalog discount description"
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    }
                },
                "summary": "Get discounts",
                "description": "Returns a list of all defined discounts",
                "parameters": [
                    {
                        "name": "offset",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false,
                        "example": 0
                    },
                    {
                        "name": "limit",
                        "in": "query",
                        "description": "",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false,
                        "example": 25
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "post": {
                "operationId": "api_discounts_post",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Discount+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Discount"
                                },
                                "example": {
                                    "Discount": {
                                        "_media-type": "application/vnd.ibexa.api.Discount+json",
                                        "id": 2,
                                        "identifier": "my_discount_identifier",
                                        "name": "My Discount",
                                        "type": "cart",
                                        "label": "My Discount label",
                                        "labelDescription": "My Discount description",
                                        "priority": 1,
                                        "isEnabled": true,
                                        "createdAt": "2025-08-18T11:28:43+02:00",
                                        "updatedAt": "2025-08-18T11:28:43+02:00",
                                        "startDate": "2025-08-01T00:00:00+02:00",
                                        "endDate": "2025-08-31T23:59:59+02:00",
                                        "DiscountRule": {
                                            "_media-type": "application/vnd.ibexa.api.DiscountRule.FixedAmount+json",
                                            "type": "fixed_amount",
                                            "expressionValues": {
                                                "discount_amount": "12"
                                            }
                                        },
                                        "DiscountConditions": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountCondition.IsInCurrency+json",
                                                "identifier": "is_in_currency",
                                                "expressionValues": {
                                                    "currency_code": "PLN"
                                                }
                                            }
                                        ],
                                        "DiscountTranslations": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountTranslation+json",
                                                "languageCode": "eng-GB",
                                                "name": "My Discount",
                                                "description": "My Discount description",
                                                "label": "My Discount label",
                                                "labelDescription": "My Discount description"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create a discount item."
                    },
                    "406": {
                        "description": "Error - the input data is not valid."
                    }
                },
                "summary": "Create a discount",
                "description": "Creates a new discount",
                "parameters": [
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new DiscountCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.DiscountCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/DiscountCreate"
                            },
                            "example": {
                                "DiscountCreate": {
                                    "identifier": "my_discount_identifier",
                                    "type": "cart",
                                    "priority": 1,
                                    "isEnabled": true,
                                    "userId": 14,
                                    "rule": {
                                        "type": "fixed_amount",
                                        "amount": "12"
                                    },
                                    "conditions": [
                                        {
                                            "class": "\\Ibexa\\Discounts\\Value\\DiscountCondition\\IsInCurrency",
                                            "parameters": [
                                                "PLN"
                                            ]
                                        }
                                    ],
                                    "startDate": "2025-08-01 00:00:00",
                                    "endDate": "2025-08-31 23:59:59",
                                    "createdAt": "2025-07-31 12:00:00",
                                    "updatedAt": "2025-07-31 12:10:02",
                                    "translations": [
                                        {
                                            "languageCode": "eng-GB",
                                            "name": "My Discount",
                                            "description": "My Discount description",
                                            "label": "My Discount label",
                                            "labelDescription": "My Discount description"
                                        }
                                    ],
                                    "context": {
                                        "arbitrary_foo_key": "arbitrary_foo_value",
                                        "arbitrary_bar_key": [
                                            "arbitrary_bar_value1",
                                            "arbitrary_bar_value2"
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/discounts/{identifier}": {
            "get": {
                "operationId": "api_discounts_identifier_get",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Discount+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Discount"
                                },
                                "example": {
                                    "Discount": {
                                        "_media-type": "application/vnd.ibexa.api.Discount+json",
                                        "id": 2,
                                        "identifier": "my_discount_identifier",
                                        "name": "My Discount",
                                        "type": "cart",
                                        "label": "My Discount label",
                                        "labelDescription": "My Discount description",
                                        "priority": 1,
                                        "isEnabled": true,
                                        "createdAt": "2025-08-18T11:28:43+02:00",
                                        "updatedAt": "2025-08-18T11:28:43+02:00",
                                        "startDate": "2025-08-01T00:00:00+02:00",
                                        "endDate": "2025-08-31T23:59:59+02:00",
                                        "DiscountRule": {
                                            "_media-type": "application/vnd.ibexa.api.DiscountRule.FixedAmount+json",
                                            "type": "fixed_amount",
                                            "expressionValues": {
                                                "discount_amount": "12"
                                            }
                                        },
                                        "DiscountConditions": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountCondition.IsInCurrency+json",
                                                "identifier": "is_in_currency",
                                                "expressionValues": {
                                                    "currency_code": "PLN"
                                                }
                                            }
                                        ],
                                        "DiscountTranslations": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountTranslation+json",
                                                "languageCode": "eng-GB",
                                                "name": "My Discount",
                                                "description": "My Discount description",
                                                "label": "My Discount label",
                                                "labelDescription": "My Discount description"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - a discount of the given unique identifier is not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this discount item."
                    }
                },
                "summary": "Get a discount item by its unique identifier.",
                "description": "Returns a discount item by its unique string identifier.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "my_discount_identifier"
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_discounts_identifier_delete",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "204": {
                        "description": "The discount is deleted."
                    },
                    "404": {
                        "description": "Error - a discount of the given unique identifier is not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete a discount item."
                    }
                },
                "summary": "Delete a discount item",
                "description": "Deletes an existing discount item by its unique identifier",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "my_discount_identifier"
                    },
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_discounts_identifier_patch",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Discount+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Discount"
                                },
                                "example": {
                                    "Discount": {
                                        "_media-type": "application/vnd.ibexa.api.Discount+json",
                                        "id": 2,
                                        "identifier": "my_discount_identifier",
                                        "name": "My Discount",
                                        "type": "cart",
                                        "label": "My Discount label",
                                        "labelDescription": "My Discount description",
                                        "priority": 1,
                                        "isEnabled": true,
                                        "createdAt": "2025-08-18T11:28:43+02:00",
                                        "updatedAt": "2025-08-18T11:28:43+02:00",
                                        "startDate": "2025-08-01T00:00:00+02:00",
                                        "endDate": "2025-08-31T23:59:59+02:00",
                                        "DiscountRule": {
                                            "_media-type": "application/vnd.ibexa.api.DiscountRule.FixedAmount+json",
                                            "type": "fixed_amount",
                                            "expressionValues": {
                                                "discount_amount": "12"
                                            }
                                        },
                                        "DiscountConditions": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountCondition.IsInCurrency+json",
                                                "identifier": "is_in_currency",
                                                "expressionValues": {
                                                    "currency_code": "PLN"
                                                }
                                            }
                                        ],
                                        "DiscountTranslations": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountTranslation+json",
                                                "languageCode": "eng-GB",
                                                "name": "My Discount",
                                                "description": "My Discount description",
                                                "label": "My Discount label",
                                                "labelDescription": "My Discount description"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - a discount of the given unique identifier is not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update a discount item."
                    },
                    "406": {
                        "description": "Error - the input data is not valid."
                    }
                },
                "summary": "Update a discount",
                "description": "Updates a new discount",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "my_discount_identifier"
                    },
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated DiscountUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.DiscountUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/DiscountUpdate"
                            },
                            "example": {
                                "DiscountUpdate": {
                                    "identifier": "my_discount_identifier",
                                    "priority": 1,
                                    "isEnabled": true,
                                    "userId": 14,
                                    "lastContributorId": 14,
                                    "rule": {
                                        "type": "fixed_amount",
                                        "amount": "20"
                                    },
                                    "conditions": [
                                        {
                                            "class": "\\Ibexa\\Discounts\\Value\\DiscountCondition\\IsInCurrency",
                                            "parameters": [
                                                "PLN"
                                            ]
                                        }
                                    ],
                                    "startDate": "2025-08-01 00:00:00",
                                    "endDate": "2025-08-31 23:59:59",
                                    "createdAt": "2025-07-31 12:00:00",
                                    "updatedAt": "2025-07-31 12:10:02",
                                    "translations": [
                                        {
                                            "languageCode": "eng-GB",
                                            "name": "My Discount",
                                            "description": "My Discount description",
                                            "label": "My Discount label",
                                            "labelDescription": "My Discount description"
                                        }
                                    ],
                                    "context": {
                                        "arbitrary_foo_key": "arbitrary_foo_value",
                                        "arbitrary_bar_key": [
                                            "arbitrary_bar_value1",
                                            "arbitrary_bar_value2"
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/discounts/{identifier}/disable": {
            "post": {
                "operationId": "api_discounts_identifierdisable_post",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "204": {
                        "description": "The discount is disabled."
                    },
                    "404": {
                        "description": "Error - a discount of the given unique identifier is not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to disable a discount item."
                    }
                },
                "summary": "Disables a discount",
                "description": "Disables a discount item by its unique identifier",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "my_discount_identifier"
                    },
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new DiscountDisableController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/discounts/{identifier}/enable": {
            "post": {
                "operationId": "api_discounts_identifierenable_post",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "204": {
                        "description": "The discount is enabled."
                    },
                    "404": {
                        "description": "Error - a discount of the given unique identifier is not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to enable a discount item."
                    }
                },
                "summary": "Enables a discount",
                "description": "Enables a discount item by its unique identifier",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": "my_discount_identifier"
                    },
                    {
                        "name": "X-Csrf-Token",
                        "in": "header",
                        "description": "CSRF token obtained during the authentication.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new DiscountEnableController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/discounts/{id}": {
            "get": {
                "operationId": "api_discounts_id_get",
                "tags": [
                    "Discounts"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Discount+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Discount"
                                },
                                "example": {
                                    "Discount": {
                                        "_media-type": "application/vnd.ibexa.api.Discount+json",
                                        "id": 2,
                                        "identifier": "my_discount_identifier",
                                        "name": "My Discount",
                                        "type": "cart",
                                        "label": "My Discount label",
                                        "labelDescription": "My Discount description",
                                        "priority": 1,
                                        "isEnabled": true,
                                        "createdAt": "2025-08-18T11:28:43+02:00",
                                        "updatedAt": "2025-08-18T11:28:43+02:00",
                                        "startDate": "2025-08-01T00:00:00+02:00",
                                        "endDate": "2025-08-31T23:59:59+02:00",
                                        "DiscountRule": {
                                            "_media-type": "application/vnd.ibexa.api.DiscountRule.FixedAmount+json",
                                            "type": "fixed_amount",
                                            "expressionValues": {
                                                "discount_amount": "12"
                                            }
                                        },
                                        "DiscountConditions": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountCondition.IsInCurrency+json",
                                                "identifier": "is_in_currency",
                                                "expressionValues": {
                                                    "currency_code": "PLN"
                                                }
                                            }
                                        ],
                                        "DiscountTranslations": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.DiscountTranslation+json",
                                                "languageCode": "eng-GB",
                                                "name": "My Discount",
                                                "description": "My Discount description",
                                                "label": "My Discount label",
                                                "labelDescription": "My Discount description"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - a discount of the given ID is not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this discount item."
                    }
                },
                "summary": "Get a discount item",
                "description": "Returns a discount item by its ID.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false,
                        "example": 1
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/languages": {
            "get": {
                "operationId": "api_languages_get",
                "tags": [
                    "Language"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.LanguageList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LanguageListWrapper"
                                },
                                "example": {
                                    "LanguageList": {
                                        "_media-type": "application/vnd.ibexa.api.LanguageList+json",
                                        "_href": "/api/ibexa/v2/languages",
                                        "Language": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Language+json",
                                                "_href": "/api/ibexa/v2/languages/eng-GB",
                                                "languageId": 2,
                                                "languageCode": "eng-GB",
                                                "name": "English (United Kingdom)"
                                            },
                                            {
                                                "_href": "/api/ibexa/v2/languages/pol-PL",
                                                "_media-type": "application/vnd.ibexa.api.Language+json",
                                                "languageCode": "pol-PL",
                                                "languageId": 4,
                                                "name": "Polish (polski)"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.LanguageList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/LanguageList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<LanguageList media-type=\"application/vnd.ibexa.api.LanguageList+xml\" href=\"/api/ibexa/v2/languages\">\n <Language media-type=\"application/vnd.ibexa.api.Language+xml\" href=\"/api/ibexa/v2/languages/eng-GB\">\n  <languageId>2</languageId>\n  <languageCode>eng-GB</languageCode>\n  <name>English (United Kingdom)</name>\n </Language>\n <Language href=\"/api/ibexa/v2/languages/pol-PL\" media-type=\"application/vnd.ibexa.api.Language+xml\">\n  <languageId>4</languageId>\n  <languageCode>pol-PL</languageCode>\n  <name>Polish (polski)</name>\n </Language>\n</LanguageList>\n"
                            }
                        }
                    }
                },
                "summary": "Language list",
                "description": "Lists languages",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/languages/{code}": {
            "get": {
                "operationId": "api_languages_code_get",
                "tags": [
                    "Language"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Language+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LanguageWrapper"
                                },
                                "example": {
                                    "Language": {
                                        "_media-type": "application/vnd.ibexa.api.Language+json",
                                        "_href": "/api/ibexa/v2/languages/eng-GB",
                                        "languageId": 2,
                                        "languageCode": "eng-GB",
                                        "name": "English (United Kingdom)"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Language+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Language"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Language media-type=\"application/vnd.ibexa.api.Language+xml\" href=\"/api/ibexa/v2/languages/eng-GB\">\n <languageId>2</languageId>\n <languageCode>eng-GB</languageCode>\n <name>English (United Kingdom)</name>\n</Language>\n"
                            }
                        }
                    }
                },
                "summary": "Get language",
                "description": "Retrieves a LanguageLoadByIdController resource.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the language is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/locations": {
            "get": {
                "operationId": "api_contentlocations_get",
                "tags": [
                    "Location"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.LocationList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationWrapper"
                                },
                                "example": {
                                    "Location": {
                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
                                        "id": 114,
                                        "priority": 0,
                                        "hidden": false,
                                        "invisible": false,
                                        "explicitlyHidden": false,
                                        "ParentLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59"
                                        },
                                        "pathString": "/1/2/59/114/",
                                        "depth": 3,
                                        "childCount": 0,
                                        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
                                        "Children": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "sortField": "PATH",
                                        "sortOrder": "ASC",
                                        "UrlAliases": {
                                            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
                                        },
                                        "ContentInfo": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/59",
                                                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
                                                "_id": 59,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2"
                                                },
                                                "Name": "Art1",
                                                "TranslatedName": "Art1",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2021-06-28T11:33:01+00:00",
                                                "publishedDate": "2021-06-28T11:33:01+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": false,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.LocationList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Location"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96\">\n    <id>96</id>\n    <priority>0</priority>\n    <hidden>false</hidden>\n    <invisible>true</invisible>\n    <explicitlyHidden>false</explicitlyHidden>\n    <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42\"/>\n    <pathString>/1/2/42/96/</pathString>\n    <depth>3</depth>\n    <childCount>0</childCount>\n    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>\n    <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/children\"/>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/63\"/>\n    <sortField>PATH</sortField>\n    <sortOrder>ASC</sortOrder>\n    <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/urlaliases\"/>\n    <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\">\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\" remoteId=\"211e99934c8fef5900e4813b96ec5c87\" id=\"63\">\n            <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n            <Name>Art3</Name>\n            <TranslatedName>Art3</TranslatedName>\n            <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/63/versions\"/>\n            <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/63/currentversion\"/>\n            <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n            <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\"/>\n            <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>\n            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>\n            <mainLanguageCode>eng-GB</mainLanguageCode>\n            <currentVersionNo>1</currentVersionNo>\n            <alwaysAvailable>false</alwaysAvailable>\n            <isHidden>false</isHidden>\n            <status>PUBLISHED</status>\n            <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/63/objectstates\"/>\n        </Content>\n    </ContentInfo>\n</Location>\n"
                            }
                        }
                    },
                    "307": {
                        "description": "Temporary redirect to the main resource URL."
                    },
                    "404": {
                        "description": "Error - the Location with the given ID (remote ID or URL  Alias) does not exist."
                    }
                },
                "summary": "Load Locations by id/remoteId/urlAlias",
                "description": "Loads the Location for a given ID (x), remote ID or URL alias.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/locations/{path}": {
            "get": {
                "operationId": "api_contentlocations_path_get",
                "tags": [
                    "Location"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Location+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationWrapper"
                                },
                                "example": {
                                    "Location": {
                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
                                        "id": 114,
                                        "priority": 0,
                                        "hidden": false,
                                        "invisible": false,
                                        "explicitlyHidden": false,
                                        "ParentLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59"
                                        },
                                        "pathString": "/1/2/59/114/",
                                        "depth": 3,
                                        "childCount": 0,
                                        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
                                        "Children": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "sortField": "PATH",
                                        "sortOrder": "ASC",
                                        "UrlAliases": {
                                            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
                                        },
                                        "ContentInfo": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/59",
                                                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
                                                "_id": 59,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2"
                                                },
                                                "Name": "Art1",
                                                "TranslatedName": "Art1",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2021-06-28T11:33:01+00:00",
                                                "publishedDate": "2021-06-28T11:33:01+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": false,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Location+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Location"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96\">\n    <id>96</id>\n    <priority>0</priority>\n    <hidden>false</hidden>\n    <invisible>true</invisible>\n    <explicitlyHidden>false</explicitlyHidden>\n    <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42\"/>\n    <pathString>/1/2/42/96/</pathString>\n    <depth>3</depth>\n    <childCount>0</childCount>\n    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>\n    <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/children\"/>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/63\"/>\n    <sortField>PATH</sortField>\n    <sortOrder>ASC</sortOrder>\n    <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/urlaliases\"/>\n    <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\">\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\" remoteId=\"211e99934c8fef5900e4813b96ec5c87\" id=\"63\">\n            <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n            <Name>Art3</Name>\n            <TranslatedName>Art3</TranslatedName>\n            <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/63/versions\"/>\n            <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/63/currentversion\"/>\n            <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n            <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\"/>\n            <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>\n            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>\n            <mainLanguageCode>eng-GB</mainLanguageCode>\n            <currentVersionNo>1</currentVersionNo>\n            <alwaysAvailable>false</alwaysAvailable>\n            <isHidden>false</isHidden>\n            <status>PUBLISHED</status>\n            <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/63/objectstates\"/>\n        </Content>\n    </ContentInfo>\n</Location>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this Location."
                    },
                    "404": {
                        "description": "Error - the Location with the given path does not exist."
                    }
                },
                "summary": "Load Location",
                "description": "Loads the Location for the given path e.g. '/content/locations/1/2/61'.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Location is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentlocations_path_delete",
                "tags": [
                    "Location"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this subtree."
                    },
                    "404": {
                        "description": "Error - the Location with the given ID does not exist."
                    }
                },
                "summary": "Delete subtree",
                "description": "Deletes the complete subtree for the given path. Every content item which does not have any other Location is deleted. Otherwise the deleted Location is removed from the content item. The children are recursively deleted.",
                "parameters": [
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentlocations_path_patch",
                "tags": [
                    "Location"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Location+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationWrapper"
                                },
                                "example": {
                                    "Location": {
                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
                                        "id": 114,
                                        "priority": 0,
                                        "hidden": false,
                                        "invisible": false,
                                        "explicitlyHidden": false,
                                        "ParentLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59"
                                        },
                                        "pathString": "/1/2/59/114/",
                                        "depth": 3,
                                        "childCount": 0,
                                        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
                                        "Children": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "sortField": "PATH",
                                        "sortOrder": "ASC",
                                        "UrlAliases": {
                                            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
                                        },
                                        "ContentInfo": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/59",
                                                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
                                                "_id": 59,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2"
                                                },
                                                "Name": "Art1",
                                                "TranslatedName": "Art1",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2021-06-28T11:33:01+00:00",
                                                "publishedDate": "2021-06-28T11:33:01+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": false,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Location+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Location"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96\">\n    <id>96</id>\n    <priority>0</priority>\n    <hidden>false</hidden>\n    <invisible>true</invisible>\n    <explicitlyHidden>false</explicitlyHidden>\n    <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42\"/>\n    <pathString>/1/2/42/96/</pathString>\n    <depth>3</depth>\n    <childCount>0</childCount>\n    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>\n    <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/children\"/>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/63\"/>\n    <sortField>PATH</sortField>\n    <sortOrder>ASC</sortOrder>\n    <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/urlaliases\"/>\n    <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\">\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\" remoteId=\"211e99934c8fef5900e4813b96ec5c87\" id=\"63\">\n            <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n            <Name>Art3</Name>\n            <TranslatedName>Art3</TranslatedName>\n            <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/63/versions\"/>\n            <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/63/currentversion\"/>\n            <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n            <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\"/>\n            <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>\n            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>\n            <mainLanguageCode>eng-GB</mainLanguageCode>\n            <currentVersionNo>1</currentVersionNo>\n            <alwaysAvailable>false</alwaysAvailable>\n            <isHidden>false</isHidden>\n            <status>PUBLISHED</status>\n            <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/63/objectstates\"/>\n        </Content>\n    </ContentInfo>\n</Location>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this Location."
                    },
                    "404": {
                        "description": "Error - the Location with the given ID does not exist."
                    }
                },
                "summary": "Update Location",
                "description": "Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Location is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The LocationUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated LocationUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.LocationUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/LocationUpdateStructWrapper"
                            },
                            "example": {
                                "LocationUpdate": {
                                    "priority": "3",
                                    "hidden": true,
                                    "remoteId": "remoteId-qwert999",
                                    "sortField": "NAME",
                                    "sortOrder": "DESC"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.LocationUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/LocationUpdateStruct"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<LocationUpdate>\n  <priority>3</priority>\n  <hidden>true</hidden>\n  <remoteId>remoteId-qwert999</remoteId>\n  <sortField>CLASS</sortField>\n  <sortOrder>DESC</sortOrder>\n</LocationUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/locations/{path}/children": {
            "get": {
                "operationId": "api_contentlocations_pathchildren_get",
                "tags": [
                    "Location"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.LocationList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.LocationList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<LocationList media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\">\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/57/65\"/>\n</LocationList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this content item."
                    },
                    "404": {
                        "description": "Error - the content item with the given ID does not exist."
                    }
                },
                "summary": "Get child Locations.",
                "description": "Loads all child Locations for the given parent Location.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Location list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/locations/{path}/urlaliases": {
            "get": {
                "operationId": "api_contentlocations_pathurlaliases_get",
                "tags": [
                    "Location"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UrlAliasRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAliasRefListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.UrlAliasRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAliasRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlAliasRefList media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/urlaliases\">\n    <UrlAlias media-type=\"application/vnd.ibexa.api.UrlAlias+xml\" href=\"/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36\" />\n</UrlAliasRefList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The user has no permission to read URL aliases."
                    },
                    "401": {
                        "description": "Error - The Location was not found."
                    }
                },
                "summary": "List URL aliases for Location",
                "description": "Returns the list of URL aliases for a Location.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the URL alias list contains only references and is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/objectstategroups": {
            "get": {
                "operationId": "api_contentobjectstategroups_get",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ObjectStateGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroupListWrapper"
                                },
                                "example": {
                                    "ObjectStateGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups",
                                        "ObjectStateGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/2",
                                                "id": 2,
                                                "identifier": "ibexa_lock",
                                                "defaultLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Lock"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/3",
                                                "id": 3,
                                                "identifier": "accessibility",
                                                "defaultLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                                    "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates"
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Accessibility"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/6",
                                                "id": 6,
                                                "identifier": "custom-states",
                                                "defaultLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                                    "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates"
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Custom State"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Custom Object state"
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectStateGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateGroupList media-type=\"application/vnd.ibexa.api.ObjectStateGroupList+xml\" href=\"/api/ibexa/v2/content/objectstategroups\">\n    <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2\">\n        <id>2</id>\n        <identifier>ibexa_lock</identifier>\n        <defaultLanguageCode>eng-GB</defaultLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <ObjectStates media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates\"/>\n        <names>\n            <value languageCode=\"eng-GB\">Lock</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n    </ObjectStateGroup>\n    <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/3\">\n        <id>3</id>\n        <identifier>accessibility</identifier>\n        <defaultLanguageCode>eng-GB</defaultLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <ObjectStates media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/3/objectstates\"/>\n        <names>\n            <value languageCode=\"eng-GB\">Accessibility</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n    </ObjectStateGroup>\n    <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/6\">\n        <id>6</id>\n        <identifier>custom-states</identifier>\n        <defaultLanguageCode>eng-GB</defaultLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <ObjectStates media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/6/objectstates\"/>\n        <names>\n            <value languageCode=\"eng-GB\">Custom State</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\">Custom Object state</value>\n        </descriptions>\n    </ObjectStateGroup>\n</ObjectStateGroupList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read Object state groups."
                    }
                },
                "summary": "List Object state groups",
                "description": "Returns a list of all Object state groups.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Object state group list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjectstategroups_post",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ObjectStateGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroupWrapper"
                                },
                                "example": {
                                    "ObjectStateGroup": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/7",
                                        "id": 7,
                                        "identifier": "custom-states",
                                        "defaultLanguageCode": "eng-GB",
                                        "languageCodes": "eng-GB",
                                        "ObjectStates": {
                                            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
                                        },
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "New Custom State name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Custom Object state"
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectStateGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/7\">\n    <id>7</id>\n    <identifier>custom-states</identifier>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <languageCodes>eng-GB</languageCodes>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/7/objectstates\"/>\n    <names>\n        <value languageCode=\"eng-GB\">New Custom State name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">Custom Object state</value>\n    </descriptions>\n</ObjectStateGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create an Object state group."
                    },
                    "403": {
                        "description": "Error - An Object state group with the same identifier already exists."
                    }
                },
                "summary": "Create Object state group",
                "description": "Creates a new Object state group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Object state group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Object state group input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ObjectStateGroupCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ObjectStateGroupCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateGroupCreateWrapper"
                            },
                            "example": {
                                "ObjectStateGroupCreate": {
                                    "identifier": "custom-states",
                                    "defaultLanguageCode": "eng-GB",
                                    "names": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "Custom State"
                                            }
                                        ]
                                    },
                                    "descriptions": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "Custom Object state"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ObjectStateGroupCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateGroupCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateGroupCreate>\n    <identifier>custom</identifier>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <names>\n        <value languageCode=\"eng-GB\">Custom State</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">Custom Object state</value>\n    </descriptions>\n</ObjectStateGroupCreate>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objectstategroups/{objectStateGroupId}": {
            "get": {
                "operationId": "api_contentobjectstategroups_objectStateGroupId_get",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ObjectStateGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroupWrapper"
                                },
                                "example": {
                                    "ObjectStateGroup": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/7",
                                        "id": 7,
                                        "identifier": "custom-states",
                                        "defaultLanguageCode": "eng-GB",
                                        "languageCodes": "eng-GB",
                                        "ObjectStates": {
                                            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
                                        },
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "New Custom State name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Custom Object state"
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectStateGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/7\">\n    <id>7</id>\n    <identifier>custom-states</identifier>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <languageCodes>eng-GB</languageCodes>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/7/objectstates\"/>\n    <names>\n        <value languageCode=\"eng-GB\">New Custom State name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">Custom Object state</value>\n    </descriptions>\n</ObjectStateGroup>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this Object state group."
                    },
                    "404": {
                        "description": "Error - The Object state group does not exist."
                    }
                },
                "summary": "Get Object state group",
                "description": "Returns the Object state group with the provided ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Object state group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentobjectstategroups_objectStateGroupId_delete",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - Object state group deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete an Object state group."
                    },
                    "404": {
                        "description": "Error - The Object state group does not exist."
                    }
                },
                "summary": "Delete Object state group",
                "description": "Deletes the given Object state group including Object states.",
                "parameters": [
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentobjectstategroups_objectStateGroupId_patch",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ObjectStateGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroupWrapper"
                                },
                                "example": {
                                    "ObjectStateGroup": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/7",
                                        "id": 7,
                                        "identifier": "custom-states",
                                        "defaultLanguageCode": "eng-GB",
                                        "languageCodes": "eng-GB",
                                        "ObjectStates": {
                                            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
                                        },
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "New Custom State name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Custom Object state"
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectStateGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/7\">\n    <id>7</id>\n    <identifier>custom-states</identifier>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <languageCodes>eng-GB</languageCodes>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/7/objectstates\"/>\n    <names>\n        <value languageCode=\"eng-GB\">New Custom State name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">Custom Object state</value>\n    </descriptions>\n</ObjectStateGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to update an Object state group."
                    },
                    "403": {
                        "description": "Error - An Object state group with the provided identifier already exists."
                    },
                    "412": {
                        "description": "Error - The current ETag does not match the one provided in the If-Match header."
                    }
                },
                "summary": "Update Object state group",
                "description": "Updates an Object state group. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Object state group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Object state group input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ObjectStateGroupUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ObjectStateGroupUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateGroupUpdateWrapper"
                            },
                            "example": {
                                "ObjectStateGroupUpdate": {
                                    "names": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "New Custom State name"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ObjectStateGroupUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateGroupUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateGroupUpdate>\n    <names>\n        <value languageCode=\"eng-GB\">New Custom State name</value>\n    </names>\n</ObjectStateGroupUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objectstategroups/{objectStateGroupId}/objectstates": {
            "get": {
                "operationId": "api_contentobjectstategroups_objectStateGroupIdobjectstates_get",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ObjectStateList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateListWrapper"
                                },
                                "example": {
                                    "ObjectStateList": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
                                        "ObjectState": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
                                                "id": 1,
                                                "identifier": "not_locked",
                                                "priority": 0,
                                                "ObjectStateGroup": {
                                                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
                                                },
                                                "defaultLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Not locked"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
                                                "id": 2,
                                                "identifier": "locked",
                                                "priority": 1,
                                                "ObjectStateGroup": {
                                                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
                                                },
                                                "defaultLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Locked"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectStateList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateList media-type=\"application/vnd.ibexa.api.ObjectStateList+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates\">\n    <ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/1\">\n        <id>1</id>\n        <identifier>not_locked</identifier>\n        <priority>0</priority>\n        <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2\"/>\n        <defaultLanguageCode>eng-GB</defaultLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <names>\n            <value languageCode=\"eng-GB\">Not locked</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n    </ObjectState>\n    <ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/2\">\n        <id>2</id>\n        <identifier>locked</identifier>\n        <priority>1</priority>\n        <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2\"/>\n        <defaultLanguageCode>eng-GB</defaultLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <names>\n            <value languageCode=\"eng-GB\">Locked</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n    </ObjectState>\n</ObjectStateList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read Object states."
                    }
                },
                "summary": "List Object states",
                "description": "Returns a list of all Object states of the given group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Object state list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjectstategroups_objectStateGroupIdobjectstates_post",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ObjectState+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateWrapper"
                                },
                                "example": {
                                    "ObjectState": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
                                        "id": 9,
                                        "identifier": "closed",
                                        "priority": 1,
                                        "ObjectStateGroup": {
                                            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/6"
                                        },
                                        "defaultLanguageCode": "eng-GB",
                                        "languageCodes": "eng-GB",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "New Object State name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": ""
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectState+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectState"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/2\">\n    <id>2</id>\n    <identifier>locked</identifier>\n    <priority>1</priority>\n    <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2\"/>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <languageCodes>eng-GB</languageCodes>\n    <names>\n        <value languageCode=\"eng-GB\">New Object State name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n</ObjectState>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create an Object state."
                    },
                    "403": {
                        "description": "Error - An Object state with the same identifier already exists in the given group."
                    }
                },
                "summary": "Create Object state",
                "description": "Creates a new Object state.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Object state is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Object state input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ObjectStateCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ObjectStateCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateCreateWrapper"
                            },
                            "example": {
                                "ObjectStateCreate": {
                                    "identifier": "new-state",
                                    "priority": "1",
                                    "defaultLanguageCode": "eng-GB",
                                    "languageCodes": "eng-GB",
                                    "names": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "New State"
                                            }
                                        ]
                                    },
                                    "descriptions": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "New Object State"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ObjectStateCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateCreate>\n  <identifier>new-state</identifier>\n  <priority>1</priority>\n  <defaultLanguageCode>eng-GB</defaultLanguageCode>\n  <names>\n    <value languageCode=\"eng-GB\">New State</value>\n  </names>\n  <descriptions>\n    <value languageCode=\"eng-GB\">New Object State</value>\n  </descriptions>\n</ObjectStateCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objectstategroups/{objectStateGroupId}/objectstates/{objectStateId}": {
            "get": {
                "operationId": "api_contentobjectstategroups_objectStateGroupIdobjectstates_objectStateId_get",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ObjectState+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateWrapper"
                                },
                                "example": {
                                    "ObjectState": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
                                        "id": 9,
                                        "identifier": "closed",
                                        "priority": 1,
                                        "ObjectStateGroup": {
                                            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/6"
                                        },
                                        "defaultLanguageCode": "eng-GB",
                                        "languageCodes": "eng-GB",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "New Object State name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": ""
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectState+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectState"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/2\">\n    <id>2</id>\n    <identifier>locked</identifier>\n    <priority>1</priority>\n    <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2\"/>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <languageCodes>eng-GB</languageCodes>\n    <names>\n        <value languageCode=\"eng-GB\">New Object State name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n</ObjectState>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this Object state."
                    },
                    "404": {
                        "description": "Error - The Object state does not exist."
                    }
                },
                "summary": "Get Object state",
                "description": "Returns the Object state.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Object State is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentobjectstategroups_objectStateGroupIdobjectstates_objectStateId_delete",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - Object state deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete an Object state."
                    },
                    "404": {
                        "description": "Error - The Object state does not exist."
                    }
                },
                "summary": "Delete Object state",
                "description": "Deletes provided Object state.",
                "parameters": [
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentobjectstategroups_objectStateGroupIdobjectstates_objectStateId_patch",
                "tags": [
                    "Object State Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ObjectState+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectStateWrapper"
                                },
                                "example": {
                                    "ObjectState": {
                                        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
                                        "id": 9,
                                        "identifier": "closed",
                                        "priority": 1,
                                        "ObjectStateGroup": {
                                            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/6"
                                        },
                                        "defaultLanguageCode": "eng-GB",
                                        "languageCodes": "eng-GB",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "New Object State name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": ""
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ObjectState+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ObjectState"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/2\">\n    <id>2</id>\n    <identifier>locked</identifier>\n    <priority>1</priority>\n    <ObjectStateGroup media-type=\"application/vnd.ibexa.api.ObjectStateGroup+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2\"/>\n    <defaultLanguageCode>eng-GB</defaultLanguageCode>\n    <languageCodes>eng-GB</languageCodes>\n    <names>\n        <value languageCode=\"eng-GB\">New Object State name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n</ObjectState>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to update the Object state."
                    },
                    "403": {
                        "description": "Error - An Object state with the provided identifier already exists in this group."
                    },
                    "412": {
                        "description": "Error - The current ETag does not match the one provided in the If-Match header."
                    }
                },
                "summary": "Update Object state",
                "description": "Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Object state is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Object state input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "objectStateId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ObjectStateUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ObjectStateUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateUpdateWrapper"
                            },
                            "example": {
                                "ObjectStateUpdate": {
                                    "names": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "New Object State name"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ObjectStateUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ObjectStateUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ObjectStateUpdate>\n  <priority>3</priority>\n  <defaultLanguageCode>eng-GB</defaultLanguageCode>\n  <names>\n    <value languageCode=\"eng-GB\">New Object State name</value>\n  </names>\n</ObjectStateUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects": {
            "get": {
                "operationId": "api_contentobjects_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "307": {
                        "description": "Temporary redirect to `GET /content/objects/{contentId}` equivalent.",
                        "headers": {
                            "Location": {
                                "description": "Contains the prefixed `/content/objects/{contentId}` absolute path of the content item.",
                                "schema": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the required `remoteId` query parameter is missing."
                    },
                    "404": {
                        "description": "Error - the content with the given remote ID does not exist."
                    }
                },
                "summary": "Load content by remote ID",
                "description": "Loads content item for a given remote ID.",
                "parameters": [
                    {
                        "name": "remoteId",
                        "in": "query",
                        "description": "Remote ID of the content item.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjects_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Content+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentWrapper"
                                },
                                "example": {
                                    "Content": {
                                        "_media-type": "application/vnd.ibexa.api.Content+json",
                                        "_href": "/api/ibexa/v2/content/objects/54",
                                        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
                                        "_id": 54,
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/1"
                                        },
                                        "Name": "Forms",
                                        "TranslatedName": "Forms",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/versions"
                                        },
                                        "CurrentVersion": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
                                            "Version": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
                                                "VersionInfo": {
                                                    "id": 514,
                                                    "versionNo": 1,
                                                    "status": "PUBLISHED",
                                                    "modificationDate": "2018-09-17T06:48:13+00:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2018-09-17T06:48:13+00:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Forms"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/54"
                                                    }
                                                },
                                                "Fields": {
                                                    "field": [
                                                        {
                                                            "id": 249,
                                                            "fieldDefinitionIdentifier": "name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Forms"
                                                        },
                                                        {
                                                            "id": 250,
                                                            "fieldDefinitionIdentifier": "short_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": null
                                                        },
                                                        {
                                                            "id": 251,
                                                            "fieldDefinitionIdentifier": "short_description",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_richtext",
                                                            "fieldValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            }
                                                        },
                                                        {
                                                            "id": 252,
                                                            "fieldDefinitionIdentifier": "description",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_richtext",
                                                            "fieldValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "Relations": {
                                                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/54/versions/1/relations",
                                                    "Relation": []
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#folder",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                }
                                            }
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/6"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/55"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/locations"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "lastModificationDate": "2018-09-17T06:48:13+00:00",
                                        "publishedDate": "2018-09-17T06:48:13+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "currentVersionNo": 1,
                                        "alwaysAvailable": false,
                                        "isHidden": false,
                                        "status": "PUBLISHED",
                                        "ObjectStates": {
                                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/objectstates"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Content+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Content"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/54\" remoteId=\"9e863fbb0fb835ce050032b4f00de61d\" id=\"54\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n    <Name>Forms</Name>\n    <TranslatedName>Forms</TranslatedName>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/54/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/54/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/54/versions/1\">\n            <VersionInfo>\n                <id>514</id>\n                <versionNo>1</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <creationDate>2018-09-17T06:48:13+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Forms</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/54\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>249</id>\n                    <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Forms</fieldValue>\n                </field>\n                <field>\n                    <id>250</id>\n                    <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>251</id>\n                    <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                        <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>252</id>\n                    <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                        <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                    </fieldValue>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/54/versions/1/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#folder</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n    </CurrentVersion>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/6\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/55\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/54/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <lastModificationDate>2018-09-17T06:48:13+00:00</lastModificationDate>\n    <publishedDate>2018-09-17T06:48:13+00:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>false</alwaysAvailable>\n    <isHidden>false</isHidden>\n    <status>PUBLISHED</status>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/54/objectstates\"/>\n</Content>\n"
                            },
                            "application/vnd.ibexa.api.ContentInfo+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentInfoWrapper"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/80\" remoteId=\"69848aeb86164c35e5c98202eebe9e05\" id=\"80\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n    <Name>article1</Name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/80/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/80/currentversion\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/63/66\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/80/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/11\"/>\n    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>\n    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>false</alwaysAvailable>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/80/objectstates\"/>\n</Content>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition or the validation on a field fails."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this Object in this Location."
                    },
                    "404": {
                        "description": "Error - the parent Location specified in the request body does not exist."
                    }
                },
                "summary": "Create content item",
                "description": "Creates a draft assigned to the authenticated user. If a different user ID is given in the input, the draft is assigned to the given user but this action requires special permissions for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user who created the content item in the source server). The user needs to publish the content item if it should be visible.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Content - If set, all information for the content item including the embedded current version is returned in XML or JSON format. ContentInfo - If set, all information for the content item (excluding the current version) is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The ContentCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentCreateWrapper"
                            },
                            "example": {
                                "ContentCreate": {
                                    "ContentType": {
                                        "_href": "/api/ibexa/v2/content/types/2"
                                    },
                                    "mainLanguageCode": "eng-GB",
                                    "LocationCreate": {
                                        "_media-type": "application/vnd.ibexa.api.LocationCreate",
                                        "ParentLocation": {
                                            "_href": "/api/ibexa/v2/content/locations/1/2"
                                        },
                                        "priority": "0",
                                        "hidden": "false",
                                        "sortField": "PATH",
                                        "sortOrder": "ASC"
                                    },
                                    "Section": {
                                        "_href": "/api/ibexa/v2/content/sections/1"
                                    },
                                    "alwaysAvailable": "true",
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "title",
                                                "languageCode": "eng-GB",
                                                "fieldTypeIdentifier": "ibexa_string",
                                                "fieldValue": "draft article"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "intro",
                                                "languageCode": "eng-GB",
                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                "fieldValue": {
                                                    "xml": "<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
                                                }
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "body",
                                                "languageCode": "eng-GB",
                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                "fieldValue": {
                                                    "xml": "<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>"
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentCreate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <ContentType href=\"/api/ibexa/v2/content/types/2\"/>\n  <mainLanguageCode>eng-GB</mainLanguageCode>\n  <LocationCreate>\n    <ParentLocation href=\"/api/ibexa/v2/content/locations/1/2\"/>\n    <priority>0</priority>\n    <hidden>false</hidden>\n    <sortField>PATH</sortField>\n    <sortOrder>ASC</sortOrder>\n  </LocationCreate>\n  <Section href=\"/api/ibexa/v2/content/sections/1\"/>\n  <alwaysAvailable>true</alwaysAvailable>\n  <remoteId></remoteId>\n  <fields>\n    <field>\n      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>draft article</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>\n        <value key=\"xml\"><![CDATA[<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>]]></value>\n      </fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>\n        <value key=\"xml\"><![CDATA[<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft</p></section>]]></value>\n      </fieldValue>\n    </field>\n  </fields>\n</ContentCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}": {
            "get": {
                "operationId": "api_contentobjects_contentId_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Content+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentWrapper"
                                },
                                "example": {
                                    "Content": {
                                        "_media-type": "application/vnd.ibexa.api.Content+json",
                                        "_href": "/api/ibexa/v2/content/objects/54",
                                        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
                                        "_id": 54,
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/1"
                                        },
                                        "Name": "Forms",
                                        "TranslatedName": "Forms",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/versions"
                                        },
                                        "CurrentVersion": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
                                            "Version": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
                                                "VersionInfo": {
                                                    "id": 514,
                                                    "versionNo": 1,
                                                    "status": "PUBLISHED",
                                                    "modificationDate": "2018-09-17T06:48:13+00:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2018-09-17T06:48:13+00:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Forms"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/54"
                                                    }
                                                },
                                                "Fields": {
                                                    "field": [
                                                        {
                                                            "id": 249,
                                                            "fieldDefinitionIdentifier": "name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": "Forms"
                                                        },
                                                        {
                                                            "id": 250,
                                                            "fieldDefinitionIdentifier": "short_name",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_string",
                                                            "fieldValue": null
                                                        },
                                                        {
                                                            "id": 251,
                                                            "fieldDefinitionIdentifier": "short_description",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_richtext",
                                                            "fieldValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            }
                                                        },
                                                        {
                                                            "id": 252,
                                                            "fieldDefinitionIdentifier": "description",
                                                            "languageCode": "eng-GB",
                                                            "fieldTypeIdentifier": "ibexa_richtext",
                                                            "fieldValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            }
                                                        }
                                                    ]
                                                },
                                                "Relations": {
                                                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/54/versions/1/relations",
                                                    "Relation": []
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#folder",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                }
                                            }
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/6"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/55"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/locations"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "lastModificationDate": "2018-09-17T06:48:13+00:00",
                                        "publishedDate": "2018-09-17T06:48:13+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "currentVersionNo": 1,
                                        "alwaysAvailable": false,
                                        "isHidden": false,
                                        "status": "PUBLISHED",
                                        "ObjectStates": {
                                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                            "_href": "/api/ibexa/v2/content/objects/54/objectstates"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Content+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Content"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/54\" remoteId=\"9e863fbb0fb835ce050032b4f00de61d\" id=\"54\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n    <Name>Forms</Name>\n    <TranslatedName>Forms</TranslatedName>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/54/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/54/currentversion\">\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/54/versions/1\">\n            <VersionInfo>\n                <id>514</id>\n                <versionNo>1</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <creationDate>2018-09-17T06:48:13+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Forms</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/54\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>249</id>\n                    <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Forms</fieldValue>\n                </field>\n                <field>\n                    <id>250</id>\n                    <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>251</id>\n                    <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                        <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>252</id>\n                    <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                        <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                    </fieldValue>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/54/versions/1/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#folder</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n    </CurrentVersion>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/6\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/55\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/54/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <lastModificationDate>2018-09-17T06:48:13+00:00</lastModificationDate>\n    <publishedDate>2018-09-17T06:48:13+00:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>false</alwaysAvailable>\n    <isHidden>false</isHidden>\n    <status>PUBLISHED</status>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/54/objectstates\"/>\n</Content>\n"
                            },
                            "application/vnd.ibexa.api.ContentInfo+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentInfoWrapper"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/80\" remoteId=\"69848aeb86164c35e5c98202eebe9e05\" id=\"80\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n    <Name>article1</Name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/80/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/80/currentversion\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/63/66\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/80/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/11\"/>\n    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>\n    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>false</alwaysAvailable>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/80/objectstates\"/>\n</Content>\n"
                            },
                            "application/vnd.ibexa.api.ContentInfo+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentInfo"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this object. This could also happen if there is no published version yet and another user owns a draft of this content item."
                    },
                    "404": {
                        "description": "Error - the ID is not found."
                    }
                },
                "summary": "Load content",
                "description": "Loads the content item for the given ID. Depending on the Accept header the current version is embedded (i.e. the current published version or if it does not exist, the draft of the authenticated user).",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "\n* Content -\tIf set, all information for the content item including the embedded current version is returned in XML or JSON format.\n* ContentInfo - If set, all information for the content item (excluding the current version) is returned in XML or JSON format.\n                ",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "application/vnd.ibexa.api.Content+xml",
                                "application/vnd.ibexa.api.Content+json",
                                "application/vnd.ibexa.api.ContentInfo+xml",
                                "application/vnd.ibexa.api.ContentInfo+json"
                            ]
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "If the provided ETag matches the current ETag then a \"304 Not Modified\" is returned. The ETag changes if the meta data has changed, this happens also if there is a new published version.",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentobjects_contentId_delete",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "The content item is deleted."
                    },
                    "404": {
                        "description": "Error - content item was not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this content item."
                    }
                },
                "summary": "Delete Content",
                "description": "Deletes content item. If content item has multiple Locations, all of them will be deleted via delete a subtree.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentobjects_contentId_patch",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentInfo+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentInfoWrapper"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/80\" remoteId=\"69848aeb86164c35e5c98202eebe9e05\" id=\"80\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n    <Name>article1</Name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/80/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/80/currentversion\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/63/66\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/80/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/11\"/>\n    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>\n    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>false</alwaysAvailable>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/80/objectstates\"/>\n</Content>\n"
                            },
                            "application/vnd.ibexa.api.ContentInfo+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentInfo"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this object."
                    },
                    "404": {
                        "description": "Error - the content ID does not exist."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the one provided in the If-Match header."
                    },
                    "415": {
                        "description": "Error - the media-type is not one of those specified in headers."
                    }
                },
                "summary": "Update content",
                "description": "This method updates the content metadata which is independent from a version. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, all information for the content item (excluding the current version) is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-match",
                        "in": "header",
                        "description": "Causes to patch only if the specified ETag is the current one. Otherwise a 412 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The ContentUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ContentMetadataUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentInfoWrapper"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/80\" remoteId=\"69848aeb86164c35e5c98202eebe9e05\" id=\"80\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n    <Name>article1</Name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/80/versions\"/>\n    <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/80/currentversion\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/63/66\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/80/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/11\"/>\n    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>\n    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <currentVersionNo>1</currentVersionNo>\n    <alwaysAvailable>false</alwaysAvailable>\n    <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/80/objectstates\"/>\n</Content>\n"
                        },
                        "application/vnd.ibexa.api.ContentUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentInfo"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/currentversion": {
            "get": {
                "operationId": "api_contentobjects_contentIdcurrentversion_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Version+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionWrapper"
                                },
                                "example": {
                                    "Version": {
                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                        "_href": "/api/ibexa/v2/content/objects/107/versions/5",
                                        "VersionInfo": {
                                            "id": 581,
                                            "versionNo": 5,
                                            "status": "ARCHIVED",
                                            "modificationDate": "2023-05-24T06:11:50+00:00",
                                            "Creator": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "creationDate": "2023-05-24T06:09:49+00:00",
                                            "initialLanguageCode": "eng-GB",
                                            "languageCodes": "eng-GB",
                                            "VersionTranslationInfo": {
                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                "Language": [
                                                    {
                                                        "languageCode": "eng-GB"
                                                    }
                                                ]
                                            },
                                            "names": {
                                                "value": [
                                                    {
                                                        "_languageCode": "eng-GB",
                                                        "#text": "Features"
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/107"
                                            }
                                        },
                                        "Fields": {
                                            "field": [
                                                {
                                                    "id": 477,
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "Features"
                                                },
                                                {
                                                    "id": 478,
                                                    "fieldDefinitionIdentifier": "short_name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": null
                                                },
                                                {
                                                    "id": 479,
                                                    "fieldDefinitionIdentifier": "short_description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                },
                                                {
                                                    "id": 480,
                                                    "fieldDefinitionIdentifier": "description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                }
                                            ]
                                        },
                                        "Relations": {
                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/107/versions/5/relations",
                                            "Relation": []
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/placeholder",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Version+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Version"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5\">\n    <VersionInfo>\n        <id>581</id>\n        <versionNo>5</versionNo>\n        <status>ARCHIVED</status>\n        <modificationDate>2023-05-24T06:11:50+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-05-24T06:09:49+00:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n                <languageCode>eng-GB</languageCode>\n            </Language>\n        </VersionTranslationInfo>\n        <names>\n            <value languageCode=\"eng-GB\">Features</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/107\"/>\n    </VersionInfo>\n    <Fields>\n        <field>\n            <id>477</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Features</fieldValue>\n        </field>\n        <field>\n            <id>478</id>\n            <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue/>\n        </field>\n        <field>\n            <id>479</id>\n            <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n        <field>\n            <id>480</id>\n            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n    </Fields>\n    <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5/relations\"/>\n    <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/placeholder</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n    </Thumbnail>\n</Version>\n"
                            }
                        }
                    },
                    "307": {
                        "description": "Temporary redirect."
                    },
                    "404": {
                        "description": "Error - the resource does not exist."
                    }
                },
                "summary": "Get current version",
                "description": "Redirects to the current version of the content item.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjects_contentIdcurrentversion_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Version+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionWrapper"
                                },
                                "example": {
                                    "Version": {
                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                        "_href": "/api/ibexa/v2/content/objects/107/versions/5",
                                        "VersionInfo": {
                                            "id": 581,
                                            "versionNo": 5,
                                            "status": "ARCHIVED",
                                            "modificationDate": "2023-05-24T06:11:50+00:00",
                                            "Creator": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "creationDate": "2023-05-24T06:09:49+00:00",
                                            "initialLanguageCode": "eng-GB",
                                            "languageCodes": "eng-GB",
                                            "VersionTranslationInfo": {
                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                "Language": [
                                                    {
                                                        "languageCode": "eng-GB"
                                                    }
                                                ]
                                            },
                                            "names": {
                                                "value": [
                                                    {
                                                        "_languageCode": "eng-GB",
                                                        "#text": "Features"
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/107"
                                            }
                                        },
                                        "Fields": {
                                            "field": [
                                                {
                                                    "id": 477,
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "Features"
                                                },
                                                {
                                                    "id": 478,
                                                    "fieldDefinitionIdentifier": "short_name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": null
                                                },
                                                {
                                                    "id": 479,
                                                    "fieldDefinitionIdentifier": "short_description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                },
                                                {
                                                    "id": 480,
                                                    "fieldDefinitionIdentifier": "description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                }
                                            ]
                                        },
                                        "Relations": {
                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/107/versions/5/relations",
                                            "Relation": []
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/placeholder",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Version+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Version"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5\">\n    <VersionInfo>\n        <id>581</id>\n        <versionNo>5</versionNo>\n        <status>ARCHIVED</status>\n        <modificationDate>2023-05-24T06:11:50+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-05-24T06:09:49+00:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n                <languageCode>eng-GB</languageCode>\n            </Language>\n        </VersionTranslationInfo>\n        <names>\n            <value languageCode=\"eng-GB\">Features</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/107\"/>\n    </VersionInfo>\n    <Fields>\n        <field>\n            <id>477</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Features</fieldValue>\n        </field>\n        <field>\n            <id>478</id>\n            <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue/>\n        </field>\n        <field>\n            <id>479</id>\n            <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n        <field>\n            <id>480</id>\n            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n    </Fields>\n    <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5/relations\"/>\n    <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/placeholder</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n    </Thumbnail>\n</Version>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this content item."
                    },
                    "403": {
                        "description": "Error - the current version is already a draft."
                    },
                    "404": {
                        "description": "Error - the content item was not found."
                    }
                },
                "summary": "Create a draft from current version",
                "description": "The system creates a new draft as a copy of the current version. COPY or POST with header X-HTTP-Method-Override COPY.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated version is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentDraftCreateFromCurrentVersionController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/hide": {
            "post": {
                "operationId": "api_contentobjects_contentIdhide_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "OK - Object item is hidden."
                    },
                    "401": {
                        "description": "Error - The user has no permission to change Object item visibility."
                    },
                    "404": {
                        "description": "Error - The content item was not found."
                    }
                },
                "summary": "Hide content item",
                "description": "Makes or keep the content item invisible",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentHideController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/locations": {
            "get": {
                "operationId": "api_contentobjects_contentIdlocations_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.LocationList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationListWrapper"
                                },
                                "example": {
                                    "LocationList": {
                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                        "_href": "/api/ibexa/v2/content/objects/63/locations",
                                        "Location": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Location+json",
                                                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.LocationList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<LocationList media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\">\n    <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/57/65\"/>\n</LocationList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this content item."
                    },
                    "404": {
                        "description": "Error - the content item with the given ID does not exist."
                    }
                },
                "summary": "Get Locations for content item",
                "description": "Loads all Locations for the given content item.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Location list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjects_contentIdlocations_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Location+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationWrapper"
                                },
                                "example": {
                                    "Location": {
                                        "_media-type": "application/vnd.ibexa.api.Location+json",
                                        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
                                        "id": 114,
                                        "priority": 0,
                                        "hidden": false,
                                        "invisible": false,
                                        "explicitlyHidden": false,
                                        "ParentLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59"
                                        },
                                        "pathString": "/1/2/59/114/",
                                        "depth": 3,
                                        "childCount": 0,
                                        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
                                        "Children": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "sortField": "PATH",
                                        "sortOrder": "ASC",
                                        "UrlAliases": {
                                            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
                                        },
                                        "ContentInfo": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/59",
                                                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
                                                "_id": 59,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2"
                                                },
                                                "Name": "Art1",
                                                "TranslatedName": "Art1",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2021-06-28T11:33:01+00:00",
                                                "publishedDate": "2021-06-28T11:33:01+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": false,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Location+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Location"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96\">\n    <id>96</id>\n    <priority>0</priority>\n    <hidden>false</hidden>\n    <invisible>true</invisible>\n    <explicitlyHidden>false</explicitlyHidden>\n    <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42\"/>\n    <pathString>/1/2/42/96/</pathString>\n    <depth>3</depth>\n    <childCount>0</childCount>\n    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>\n    <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/children\"/>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/63\"/>\n    <sortField>PATH</sortField>\n    <sortOrder>ASC</sortOrder>\n    <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42/96/urlaliases\"/>\n    <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\">\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/63\" remoteId=\"211e99934c8fef5900e4813b96ec5c87\" id=\"63\">\n            <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\"/>\n            <Name>Art3</Name>\n            <TranslatedName>Art3</TranslatedName>\n            <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/63/versions\"/>\n            <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/63/currentversion\"/>\n            <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n            <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/63/locations\"/>\n            <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>\n            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>\n            <mainLanguageCode>eng-GB</mainLanguageCode>\n            <currentVersionNo>1</currentVersionNo>\n            <alwaysAvailable>false</alwaysAvailable>\n            <isHidden>false</isHidden>\n            <status>PUBLISHED</status>\n            <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/63/objectstates\"/>\n        </Content>\n    </ContentInfo>\n</Location>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this Location."
                    },
                    "403": {
                        "description": "Error - a Location under the given parent ID already exists."
                    }
                },
                "summary": "Create new Location for content item",
                "description": "Creates a new Location for the given content item.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Location is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The LocationCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new LocationCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.LocationCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/LocationCreateWrapper"
                            },
                            "example": {
                                "LocationCreate": {
                                    "_media-type": "application/vnd.ibexa.api.LocationCreate",
                                    "ParentLocation": {
                                        "_href": "/api/ibexa/v2/content/locations/1/59"
                                    },
                                    "priority": "0",
                                    "hidden": false,
                                    "sortField": "PATH",
                                    "sortOrder": "ASC"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.LocationCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/LocationCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<LocationCreate>\n  <ParentLocation href=\"/api/ibexa/v2/content/locations/1/42\" />\n  <priority>0</priority>\n  <hidden>false</hidden>\n  <sortField>PATH</sortField>\n  <sortOrder>ASC</sortOrder>\n</LocationCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/objectstates": {
            "get": {
                "operationId": "api_contentobjects_contentIdobjectstates_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the Object state.",
                        "content": {
                            "application/vnd.ibexa.api.ContentObjectStates+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentObjectStates"
                                }
                            },
                            "application/vnd.ibexa.api.ContentObjectStates+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentObjectStates"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - The content item does not exist."
                    }
                },
                "summary": "Get Object states of content item",
                "description": "Returns the Object states of a content item",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Object states are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentobjects_contentIdobjectstates_patch",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "204",
                        "content": {
                            "application/vnd.ibexa.api.ContentObjectStates+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentObjectStatesWrapper"
                                },
                                "example": {
                                    "ContentObjectStates": {
                                        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                        "ObjectState": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentObjectStates+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentObjectStates"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\">\n <ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/2\"/>\n</ContentObjectStates>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to set an Object state."
                    },
                    "403": {
                        "description": "Error - The input contains multiple Object states of the same Object state group."
                    },
                    "412": {
                        "description": "Error - The current ETag does not match the one provided in the If-Match header."
                    }
                },
                "summary": "Set Object states of content item",
                "description": "Updates Object states of a content item. An Object state in the input overrides the state of the Object state group. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Object state is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The content item Object states input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ObjectStatesForContentUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentObjectStates+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentObjectStatesWrapper"
                            },
                            "example": {
                                "ContentObjectStates": {
                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                    "ObjectState": [
                                        {
                                            "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
                                        },
                                        {
                                            "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
                                        },
                                        {
                                            "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
                                        },
                                        {
                                            "_media-type": "application/vnd.ibexa.api.ObjectState+json",
                                            "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
                                        }
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentObjectStates+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentObjectStates"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\">\n <ObjectState media-type=\"application/vnd.ibexa.api.ObjectState+xml\" href=\"/api/ibexa/v2/content/objectstategroups/2/objectstates/2\"/>\n</ContentObjectStates>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/relations": {
            "get": {
                "operationId": "api_contentobjects_contentIdrelations_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "307": {
                        "description": "Temporary redirect."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this content item."
                    },
                    "404": {
                        "description": "Error - the content item was not found."
                    }
                },
                "summary": "Load Relations of content item",
                "description": "Redirects to the Relations of the current version.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/reveal": {
            "post": {
                "operationId": "api_contentobjects_contentIdreveal_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "OK - Object item is revealed."
                    },
                    "401": {
                        "description": "Error - The user has no permission to change Object item visibility."
                    },
                    "404": {
                        "description": "Error - The content item was not found."
                    }
                },
                "summary": "Reveal content item",
                "description": "Makes or keep the content item visible",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentRevealController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/translations/{languageCode}": {
            "delete": {
                "operationId": "api_contentobjects_contentIdtranslations_languageCode_delete",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "No Content"
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete content item (content/remove policy)."
                    },
                    "404": {
                        "description": "Error - the content item was not found."
                    },
                    "406": {
                        "description": "Error - the given translation does not exist for the content item."
                    },
                    "409": {
                        "description": "Error - the specified translation is the only one any version has or is the main translation."
                    }
                },
                "summary": "Delete translation (permanently)",
                "description": "Permanently deletes a translation from all versions of a content item.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "languageCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/versions": {
            "get": {
                "operationId": "api_contentobjects_contentIdversions_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.VersionList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionListWrapper"
                                },
                                "example": {
                                    "VersionList": {
                                        "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                        "_href": "/api/ibexa/v2/content/objects/61/versions",
                                        "VersionItem": [
                                            {
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
                                                },
                                                "VersionInfo": {
                                                    "id": 521,
                                                    "versionNo": 1,
                                                    "status": "PUBLISHED",
                                                    "modificationDate": "2021-06-28T11:33:49+00:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2021-06-28T11:33:31+00:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Art1"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/61"
                                                    }
                                                }
                                            },
                                            {
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/61/versions/2"
                                                },
                                                "VersionInfo": {
                                                    "id": 580,
                                                    "versionNo": 2,
                                                    "status": "DRAFT",
                                                    "modificationDate": "2021-07-26T08:10:02+00:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2021-07-26T08:10:02+00:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Art1"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/61"
                                                    }
                                                }
                                            },
                                            {
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/61/versions/3"
                                                },
                                                "VersionInfo": {
                                                    "id": 581,
                                                    "versionNo": 3,
                                                    "status": "DRAFT",
                                                    "modificationDate": "2021-07-26T08:16:50+00:00",
                                                    "Creator": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "creationDate": "2021-07-26T08:16:50+00:00",
                                                    "initialLanguageCode": "eng-GB",
                                                    "languageCodes": "eng-GB",
                                                    "VersionTranslationInfo": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                        "Language": [
                                                            {
                                                                "languageCode": "eng-GB"
                                                            }
                                                        ]
                                                    },
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Art1"
                                                            }
                                                        ]
                                                    },
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/61"
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.VersionList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<VersionList media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/61/versions\">\n    <VersionItem>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/61/versions/1\"/>\n        <VersionInfo>\n            <id>521</id>\n            <versionNo>1</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-06-28T11:33:31+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">Art1</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/61\"/>\n        </VersionInfo>\n    </VersionItem>\n    <VersionItem>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/61/versions/2\"/>\n        <VersionInfo>\n            <id>580</id>\n            <versionNo>2</versionNo>\n            <status>DRAFT</status>\n            <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-07-26T08:10:02+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">Art1</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/61\"/>\n        </VersionInfo>\n    </VersionItem>\n    <VersionItem>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/61/versions/3\"/>\n        <VersionInfo>\n            <id>581</id>\n            <versionNo>3</versionNo>\n            <status>DRAFT</status>\n            <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-07-26T08:16:50+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">Art1</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/61\"/>\n        </VersionInfo>\n    </VersionItem>\n</VersionList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read the versions."
                    }
                },
                "summary": "List versions",
                "description": "Returns a list of all versions of the content item. This method does not include fields and relations in the version elements of the response.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the version list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/versions/{versionNo}": {
            "get": {
                "operationId": "api_contentobjects_contentIdversions_versionNo_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Version+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionWrapper"
                                },
                                "example": {
                                    "Version": {
                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                        "_href": "/api/ibexa/v2/content/objects/107/versions/5",
                                        "VersionInfo": {
                                            "id": 581,
                                            "versionNo": 5,
                                            "status": "ARCHIVED",
                                            "modificationDate": "2023-05-24T06:11:50+00:00",
                                            "Creator": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "creationDate": "2023-05-24T06:09:49+00:00",
                                            "initialLanguageCode": "eng-GB",
                                            "languageCodes": "eng-GB",
                                            "VersionTranslationInfo": {
                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                "Language": [
                                                    {
                                                        "languageCode": "eng-GB"
                                                    }
                                                ]
                                            },
                                            "names": {
                                                "value": [
                                                    {
                                                        "_languageCode": "eng-GB",
                                                        "#text": "Features"
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/107"
                                            }
                                        },
                                        "Fields": {
                                            "field": [
                                                {
                                                    "id": 477,
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "Features"
                                                },
                                                {
                                                    "id": 478,
                                                    "fieldDefinitionIdentifier": "short_name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": null
                                                },
                                                {
                                                    "id": 479,
                                                    "fieldDefinitionIdentifier": "short_description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                },
                                                {
                                                    "id": 480,
                                                    "fieldDefinitionIdentifier": "description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                }
                                            ]
                                        },
                                        "Relations": {
                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/107/versions/5/relations",
                                            "Relation": []
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/placeholder",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Version+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Version"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5\">\n    <VersionInfo>\n        <id>581</id>\n        <versionNo>5</versionNo>\n        <status>ARCHIVED</status>\n        <modificationDate>2023-05-24T06:11:50+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-05-24T06:09:49+00:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n                <languageCode>eng-GB</languageCode>\n            </Language>\n        </VersionTranslationInfo>\n        <names>\n            <value languageCode=\"eng-GB\">Features</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/107\"/>\n    </VersionInfo>\n    <Fields>\n        <field>\n            <id>477</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Features</fieldValue>\n        </field>\n        <field>\n            <id>478</id>\n            <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue/>\n        </field>\n        <field>\n            <id>479</id>\n            <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n        <field>\n            <id>480</id>\n            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n    </Fields>\n    <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5/relations\"/>\n    <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/placeholder</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n    </Thumbnail>\n</Version>\n"
                            }
                        }
                    },
                    "304": {
                        "description": "Error - the ETag does not match the current one."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this content item."
                    },
                    "404": {
                        "description": "Error - the ID or version is not found."
                    }
                },
                "summary": "Load version",
                "description": "Loads a specific version of a content item. This method returns Fields and relations.",
                "parameters": [
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "Only return the version if the given ETag is the not current one, otherwise a 304 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the version list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjects_contentIdversions_versionNo_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Version+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionWrapper"
                                },
                                "example": {
                                    "Version": {
                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                        "_href": "/api/ibexa/v2/content/objects/107/versions/5",
                                        "VersionInfo": {
                                            "id": 581,
                                            "versionNo": 5,
                                            "status": "ARCHIVED",
                                            "modificationDate": "2023-05-24T06:11:50+00:00",
                                            "Creator": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "creationDate": "2023-05-24T06:09:49+00:00",
                                            "initialLanguageCode": "eng-GB",
                                            "languageCodes": "eng-GB",
                                            "VersionTranslationInfo": {
                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                "Language": [
                                                    {
                                                        "languageCode": "eng-GB"
                                                    }
                                                ]
                                            },
                                            "names": {
                                                "value": [
                                                    {
                                                        "_languageCode": "eng-GB",
                                                        "#text": "Features"
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/107"
                                            }
                                        },
                                        "Fields": {
                                            "field": [
                                                {
                                                    "id": 477,
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "Features"
                                                },
                                                {
                                                    "id": 478,
                                                    "fieldDefinitionIdentifier": "short_name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": null
                                                },
                                                {
                                                    "id": 479,
                                                    "fieldDefinitionIdentifier": "short_description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                },
                                                {
                                                    "id": 480,
                                                    "fieldDefinitionIdentifier": "description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                }
                                            ]
                                        },
                                        "Relations": {
                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/107/versions/5/relations",
                                            "Relation": []
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/placeholder",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Version+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Version"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5\">\n    <VersionInfo>\n        <id>581</id>\n        <versionNo>5</versionNo>\n        <status>ARCHIVED</status>\n        <modificationDate>2023-05-24T06:11:50+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-05-24T06:09:49+00:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n                <languageCode>eng-GB</languageCode>\n            </Language>\n        </VersionTranslationInfo>\n        <names>\n            <value languageCode=\"eng-GB\">Features</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/107\"/>\n    </VersionInfo>\n    <Fields>\n        <field>\n            <id>477</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Features</fieldValue>\n        </field>\n        <field>\n            <id>478</id>\n            <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue/>\n        </field>\n        <field>\n            <id>479</id>\n            <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n        <field>\n            <id>480</id>\n            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n    </Fields>\n    <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5/relations\"/>\n    <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/placeholder</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n    </Thumbnail>\n</Version>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this content item."
                    },
                    "404": {
                        "description": "Error - the content item was not found."
                    }
                },
                "summary": "Create a draft from a version",
                "description": "The system creates a new draft as a copy of the given version. COPY or POST with header X-HTTP-Method-Override COPY.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated version is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentDraftCreateFromVersionController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentobjects_contentIdversions_versionNo_delete",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - the version is deleted."
                    },
                    "404": {
                        "description": "Error - the content item or version were not found."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this version."
                    },
                    "403": {
                        "description": "Error - the version is in published state."
                    }
                },
                "summary": "Delete content version",
                "description": "Deletes the content version.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentobjects_contentIdversions_versionNo_patch",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Version+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionWrapper"
                                },
                                "example": {
                                    "Version": {
                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                        "_href": "/api/ibexa/v2/content/objects/107/versions/5",
                                        "VersionInfo": {
                                            "id": 581,
                                            "versionNo": 5,
                                            "status": "ARCHIVED",
                                            "modificationDate": "2023-05-24T06:11:50+00:00",
                                            "Creator": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "creationDate": "2023-05-24T06:09:49+00:00",
                                            "initialLanguageCode": "eng-GB",
                                            "languageCodes": "eng-GB",
                                            "VersionTranslationInfo": {
                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                "Language": [
                                                    {
                                                        "languageCode": "eng-GB"
                                                    }
                                                ]
                                            },
                                            "names": {
                                                "value": [
                                                    {
                                                        "_languageCode": "eng-GB",
                                                        "#text": "Features"
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/107"
                                            }
                                        },
                                        "Fields": {
                                            "field": [
                                                {
                                                    "id": 477,
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "Features"
                                                },
                                                {
                                                    "id": 478,
                                                    "fieldDefinitionIdentifier": "short_name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": null
                                                },
                                                {
                                                    "id": 479,
                                                    "fieldDefinitionIdentifier": "short_description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                },
                                                {
                                                    "id": 480,
                                                    "fieldDefinitionIdentifier": "description",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                    "fieldValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    }
                                                }
                                            ]
                                        },
                                        "Relations": {
                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/107/versions/5/relations",
                                            "Relation": []
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/placeholder",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Version+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Version"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5\">\n    <VersionInfo>\n        <id>581</id>\n        <versionNo>5</versionNo>\n        <status>ARCHIVED</status>\n        <modificationDate>2023-05-24T06:11:50+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <creationDate>2023-05-24T06:09:49+00:00</creationDate>\n        <initialLanguageCode>eng-GB</initialLanguageCode>\n        <languageCodes>eng-GB</languageCodes>\n        <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n            <Language>\n                <languageCode>eng-GB</languageCode>\n            </Language>\n        </VersionTranslationInfo>\n        <names>\n            <value languageCode=\"eng-GB\">Features</value>\n        </names>\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/107\"/>\n    </VersionInfo>\n    <Fields>\n        <field>\n            <id>477</id>\n            <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue>Features</fieldValue>\n        </field>\n        <field>\n            <id>478</id>\n            <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n            <fieldValue/>\n        </field>\n        <field>\n            <id>479</id>\n            <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n        <field>\n            <id>480</id>\n            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n            <languageCode>eng-GB</languageCode>\n            <fieldTypeIdentifier>ibexa_richtext</fieldTypeIdentifier>\n            <fieldValue>\n                <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n            </fieldValue>\n        </field>\n    </Fields>\n    <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/5/relations\"/>\n    <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n        <resource>/placeholder</resource>\n        <width></width>\n        <height></height>\n        <mimeType>image/svg+xml</mimeType>\n    </Thumbnail>\n</Version>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this version."
                    },
                    "403": {
                        "description": "Error - the version is not allowed to change - i.e. version is not a DRAFT."
                    },
                    "404": {
                        "description": "Error - the content ID or version ID does not exist."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the one provided in the If-Match header."
                    }
                },
                "summary": "Update version",
                "description": "A specific draft is updated. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated version is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-match",
                        "in": "header",
                        "description": "Performs the patch only if the specified ETag is the current one.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The VersionUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ContentVersionUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.VersionUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/VersionUpdateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.VersionUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/VersionUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<VersionUpdate xmlns:p=\"http://ibexa.co/API/Values\"\n  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n  xsi:schemaLocation=\"http://ibexa.co/API/Values ../VersionUpdate.xsd \">\n  <modificationDate>2012-02-20T12:00:00</modificationDate>\n  <initialLanguageCode>ger-DE</initialLanguageCode>\n  <fields>\n    <field>\n      <id>1234</id>\n      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>\n      <languageCode>ger-DE</languageCode>\n      <fieldValue>Neuer Titel</fieldValue>\n    </field>\n    <field>\n      <id>1235</id>\n      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>\n      <languageCode>ger-DE</languageCode>\n      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>\n    </field>\n  </fields>\n</VersionUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/versions/{versionNo}/relations": {
            "get": {
                "operationId": "api_contentobjects_contentIdversions_versionNorelations_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RelationList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RelationListWrapper"
                                },
                                "example": {
                                    "Relations": {
                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                        "_href": "/api/ibexa/v2/content/objects/107/versions/9/relations",
                                        "Relation": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Relation+json",
                                                "_href": "/api/ibexa/v2/content/objects/107/versions/9/relations/7",
                                                "SourceContent": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/107"
                                                },
                                                "DestinationContent": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/52"
                                                },
                                                "RelationType": "LINK"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RelationList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RelationList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/9/relations\">\n    <Relation media-type=\"application/vnd.ibexa.api.Relation+xml\" href=\"/api/ibexa/v2/content/objects/107/versions/9/relations/7\">\n        <SourceContent media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/107\"/>\n        <DestinationContent media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/52\"/>\n        <RelationType>LINK</RelationType>\n    </Relation>\n</Relations>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this content item."
                    },
                    "404": {
                        "description": "Error - the content item was not found."
                    }
                },
                "summary": "Load Relations of content item version",
                "description": "Loads the Relations of the given version.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Relation is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentobjects_contentIdversions_versionNorelations_post",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Relation+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RelationWrapper"
                                },
                                "example": {
                                    "Relation": {
                                        "_media-type": "application/vnd.ibexa.api.Relation+json",
                                        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
                                        "SourceContent": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "DestinationContent": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "RelationType": "COMMON"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Relation+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Relation"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Relation media-type=\"application/vnd.ibexa.api.Relation+xml\" href=\"/api/ibexa/v2/content/objects/86/versions/1/relations/1\">\n    <SourceContent media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/86\"/>\n    <DestinationContent media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/86\"/>\n    <RelationType>COMMON</RelationType>\n</Relation>\n"
                            }
                        }
                    }
                },
                "summary": "Create new Relation",
                "description": "Creates a new Relation of type COMMON for the given draft.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated version is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RelationCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentRelationCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.RelationCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RelationCreateWrapper"
                            },
                            "example": {
                                "RelationCreate": {
                                    "Destination": {
                                        "_href": "/api/ibexa/v2/content/objects/59"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RelationCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RelationCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RelationCreate>\n  <Destination href=\"/api/ibexa/v2/content/objects/59\"/>\n</RelationCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/versions/{versionNo}/relations/{relationId}": {
            "get": {
                "operationId": "api_contentobjects_contentIdversions_versionNorelations_relationId_get",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Relation+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RelationWrapper"
                                },
                                "example": {
                                    "Relation": {
                                        "_media-type": "application/vnd.ibexa.api.Relation+json",
                                        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
                                        "SourceContent": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "DestinationContent": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/59"
                                        },
                                        "RelationType": "COMMON"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Relation+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Relation"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Relation media-type=\"application/vnd.ibexa.api.Relation+xml\" href=\"/api/ibexa/v2/content/objects/86/versions/1/relations/1\">\n    <SourceContent media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/86\"/>\n    <DestinationContent media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/86\"/>\n    <RelationType>COMMON</RelationType>\n</Relation>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this content item."
                    },
                    "404": {
                        "description": "Error - the content item with the given ID or the Relation does not exist."
                    }
                },
                "summary": "Load Relation",
                "description": "Loads a Relation for the given content item.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Relation is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "relationId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentobjects_contentIdversions_versionNorelations_relationId_delete",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - deleted a Relation of the given draft."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this Relation."
                    },
                    "403": {
                        "description": "Error - the Relation is not of type COMMON or the given version is not a draft."
                    },
                    "404": {
                        "description": "Error - content item  or the Relation were not found in the given version."
                    }
                },
                "summary": "Delete Relation",
                "description": "Deletes a Relation of the given draft.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "relationId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/objects/{contentId}/versions/{versionNo}/translations/{languageCode}": {
            "delete": {
                "operationId": "api_contentobjects_contentIdversions_versionNotranslations_languageCode_delete",
                "tags": [
                    "Objects"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - removes a translation from a version draft."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this translation."
                    },
                    "403": {
                        "description": "Error - the version is not in draft state."
                    },
                    "404": {
                        "description": "Error - the content item or version number were not found."
                    },
                    "406": {
                        "description": "Error - the given translation does not exist for the version."
                    },
                    "409": {
                        "description": "Error - the specified translation is the only one the version has or is the main translation."
                    }
                },
                "summary": "Delete translation from version draft",
                "description": "Removes a translation from a version draft.",
                "parameters": [
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "versionNo",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "languageCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/orders/order/cancel/{id}": {
            "post": {
                "operationId": "api_ordersordercancel_id_post",
                "tags": [
                    "Orders"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given order is cancelled."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this order."
                    },
                    "404": {
                        "description": "Error - the order with the given ID does not exist."
                    },
                    "406": {
                        "description": "Error - the order cannot be cancelled due to not-allowed workflow transition"
                    }
                },
                "summary": "Cancel order",
                "description": "Cancels the given order.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new OrderCancelController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/orders/order/{identifier}": {
            "get": {
                "operationId": "api_ordersorder_identifier_get",
                "tags": [
                    "Orders"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Order+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OrderWrapper"
                                },
                                "example": {
                                    "Order": {
                                        "_media-type": "application/vnd.ibexa.api.Order+json",
                                        "id": 2,
                                        "identifier": "2d9c73cd-ea10-4459-b20e-96710c8d3898",
                                        "created": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "modified": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "status": "pending",
                                        "OrderUser": {
                                            "_media-type": "application/vnd.ibexa.api.OrderUser+json",
                                            "id": 14,
                                            "name": "Administrator",
                                            "email": "aa@aa.aa"
                                        },
                                        "OrderCurrency": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCurrency+json",
                                            "id": 1,
                                            "code": "EUR"
                                        },
                                        "OrderValue": {
                                            "_media-type": "application/vnd.ibexa.api.OrderValue+json",
                                            "vat": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_gross": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_net": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            }
                                        },
                                        "OrderCompany": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCompany+json",
                                            "id": 68,
                                            "name": "Apple"
                                        },
                                        "OrderItemsList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.OrderItem+json",
                                                "quantity": 10,
                                                "OrderItemValue": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemValue+json",
                                                    "unit_price_gross": {
                                                        "amount": "110",
                                                        "currency": "EUR"
                                                    },
                                                    "unit_price_net": {
                                                        "amount": "100",
                                                        "currency": "EUR"
                                                    },
                                                    "vat_rate": "10.00",
                                                    "subtotal_price_gross": {
                                                        "amount": "1100",
                                                        "currency": "EUR"
                                                    },
                                                    "subtotal_price_net": {
                                                        "amount": "1000",
                                                        "currency": "EUR"
                                                    }
                                                },
                                                "OrderItemProduct": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemProduct+json",
                                                    "id": 1,
                                                    "code": "test",
                                                    "name": "Test"
                                                },
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": true
                                                }
                                            }
                                        ],
                                        "context": {
                                            "foo": "bar",
                                            "baz": 123
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Order+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Order"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read orders."
                    },
                    "404": {
                        "description": "Error - the order does not exist."
                    }
                },
                "summary": "Load order by identifier",
                "description": "Loads an order by its identifier (UUID).",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Order - If set, the order returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/orders/order/{id}": {
            "get": {
                "operationId": "api_ordersorder_id_get",
                "tags": [
                    "Orders"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Order+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OrderWrapper"
                                },
                                "example": {
                                    "Order": {
                                        "_media-type": "application/vnd.ibexa.api.Order+json",
                                        "id": 2,
                                        "identifier": "2d9c73cd-ea10-4459-b20e-96710c8d3898",
                                        "created": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "modified": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "status": "pending",
                                        "OrderUser": {
                                            "_media-type": "application/vnd.ibexa.api.OrderUser+json",
                                            "id": 14,
                                            "name": "Administrator",
                                            "email": "aa@aa.aa"
                                        },
                                        "OrderCurrency": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCurrency+json",
                                            "id": 1,
                                            "code": "EUR"
                                        },
                                        "OrderValue": {
                                            "_media-type": "application/vnd.ibexa.api.OrderValue+json",
                                            "vat": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_gross": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_net": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            }
                                        },
                                        "OrderCompany": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCompany+json",
                                            "id": 68,
                                            "name": "Apple"
                                        },
                                        "OrderItemsList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.OrderItem+json",
                                                "quantity": 10,
                                                "OrderItemValue": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemValue+json",
                                                    "unit_price_gross": {
                                                        "amount": "110",
                                                        "currency": "EUR"
                                                    },
                                                    "unit_price_net": {
                                                        "amount": "100",
                                                        "currency": "EUR"
                                                    },
                                                    "vat_rate": "10.00",
                                                    "subtotal_price_gross": {
                                                        "amount": "1100",
                                                        "currency": "EUR"
                                                    },
                                                    "subtotal_price_net": {
                                                        "amount": "1000",
                                                        "currency": "EUR"
                                                    }
                                                },
                                                "OrderItemProduct": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemProduct+json",
                                                    "id": 1,
                                                    "code": "test",
                                                    "name": "Test"
                                                },
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": true
                                                }
                                            }
                                        ],
                                        "context": {
                                            "foo": "bar",
                                            "baz": 123
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Order+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Order"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read orders."
                    },
                    "404": {
                        "description": "Error - the order does not exist."
                    }
                },
                "summary": "Load order by ID",
                "description": "Loads an order by its numerical ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Order - If set, the order returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_ordersorder_id_patch",
                "tags": [
                    "Orders"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Order+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OrderWrapper"
                                },
                                "example": {
                                    "Order": {
                                        "_media-type": "application/vnd.ibexa.api.Order+json",
                                        "id": 2,
                                        "identifier": "2d9c73cd-ea10-4459-b20e-96710c8d3898",
                                        "created": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "modified": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "status": "pending",
                                        "OrderUser": {
                                            "_media-type": "application/vnd.ibexa.api.OrderUser+json",
                                            "id": 14,
                                            "name": "Administrator",
                                            "email": "aa@aa.aa"
                                        },
                                        "OrderCurrency": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCurrency+json",
                                            "id": 1,
                                            "code": "EUR"
                                        },
                                        "OrderValue": {
                                            "_media-type": "application/vnd.ibexa.api.OrderValue+json",
                                            "vat": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_gross": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_net": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            }
                                        },
                                        "OrderCompany": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCompany+json",
                                            "id": 68,
                                            "name": "Apple"
                                        },
                                        "OrderItemsList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.OrderItem+json",
                                                "quantity": 10,
                                                "OrderItemValue": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemValue+json",
                                                    "unit_price_gross": {
                                                        "amount": "110",
                                                        "currency": "EUR"
                                                    },
                                                    "unit_price_net": {
                                                        "amount": "100",
                                                        "currency": "EUR"
                                                    },
                                                    "vat_rate": "10.00",
                                                    "subtotal_price_gross": {
                                                        "amount": "1100",
                                                        "currency": "EUR"
                                                    },
                                                    "subtotal_price_net": {
                                                        "amount": "1000",
                                                        "currency": "EUR"
                                                    }
                                                },
                                                "OrderItemProduct": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemProduct+json",
                                                    "id": 1,
                                                    "code": "test",
                                                    "name": "Test"
                                                },
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": true
                                                }
                                            }
                                        ],
                                        "context": {
                                            "foo": "bar",
                                            "baz": 123
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this order."
                    },
                    "404": {
                        "description": "Error - the order with the given ID does not exist."
                    },
                    "406": {
                        "description": "Error - the order cannot be cancelled due to not-allowed workflow transition"
                    }
                },
                "summary": "Update order",
                "description": "Updates an order.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated order is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The OrderUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated OrderUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.OrderUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/OrderUpdateWrapper"
                            },
                            "example": {
                                "OrderUpdate": {
                                    "status": "cancelled",
                                    "transition": "cancel"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/orders/orders": {
            "get": {
                "operationId": "api_ordersorders_get",
                "tags": [
                    "Orders"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.OrderList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OrderListWrapper"
                                },
                                "example": {
                                    "OrderList": {
                                        "_media-type": "application/vnd.ibexa.api.OrderList+json",
                                        "Order": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Order+json",
                                                "id": 2,
                                                "identifier": "2d9c73cd-ea10-4459-b20e-96710c8d3898",
                                                "created": {
                                                    "date": "2023-04-18 09:06:02.000000",
                                                    "timezone_type": 3,
                                                    "timezone": "UTC"
                                                },
                                                "modified": {
                                                    "date": "2023-04-18 09:06:02.000000",
                                                    "timezone_type": 3,
                                                    "timezone": "UTC"
                                                },
                                                "status": "pending",
                                                "OrderUser": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderUser+json",
                                                    "id": 14,
                                                    "name": "Administrator",
                                                    "email": "aa@aa.aa"
                                                },
                                                "OrderCurrency": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderCurrency+json",
                                                    "id": 1,
                                                    "code": "EUR"
                                                },
                                                "OrderValue": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderValue+json",
                                                    "vat": {
                                                        "amount": "10",
                                                        "currency": "EUR"
                                                    },
                                                    "total_gross": {
                                                        "amount": "10",
                                                        "currency": "EUR"
                                                    },
                                                    "total_net": {
                                                        "amount": "10",
                                                        "currency": "EUR"
                                                    }
                                                },
                                                "OrderCompany": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderCompany+json",
                                                    "id": 68,
                                                    "name": "Apple"
                                                },
                                                "OrderItemsList": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.OrderItem+json",
                                                        "quantity": 10,
                                                        "OrderItemValue": {
                                                            "_media-type": "application/vnd.ibexa.api.OrderItemValue+json",
                                                            "unit_price_gross": {
                                                                "amount": "110",
                                                                "currency": "EUR"
                                                            },
                                                            "unit_price_net": {
                                                                "amount": "100",
                                                                "currency": "EUR"
                                                            },
                                                            "vat_rate": "10.00",
                                                            "subtotal_price_gross": {
                                                                "amount": "1100",
                                                                "currency": "EUR"
                                                            },
                                                            "subtotal_price_net": {
                                                                "amount": "1000",
                                                                "currency": "EUR"
                                                            }
                                                        },
                                                        "OrderItemProduct": {
                                                            "_media-type": "application/vnd.ibexa.api.OrderItemProduct+json",
                                                            "id": 1,
                                                            "code": "test",
                                                            "name": "Test"
                                                        },
                                                        "context": {
                                                            "foo": "bar",
                                                            "baz": true
                                                        }
                                                    }
                                                ],
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": 123
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Order+json",
                                                "id": 3,
                                                "identifier": "79b20ac4-fe23-4566-a9c2-b81966431026",
                                                "created": {
                                                    "date": "2023-04-18 09:44:34.000000",
                                                    "timezone_type": 3,
                                                    "timezone": "UTC"
                                                },
                                                "modified": {
                                                    "date": "2023-04-18 09:44:34.000000",
                                                    "timezone_type": 3,
                                                    "timezone": "UTC"
                                                },
                                                "status": "pending",
                                                "OrderUser": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderUser+json",
                                                    "id": 14,
                                                    "name": "Administrator",
                                                    "email": "aa@aa.aa"
                                                },
                                                "OrderCurrency": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderCurrency+json",
                                                    "id": 1,
                                                    "code": "EUR"
                                                },
                                                "OrderValue": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderValue+json",
                                                    "vat": {
                                                        "amount": "10",
                                                        "currency": "EUR"
                                                    },
                                                    "total_gross": {
                                                        "amount": "10",
                                                        "currency": "EUR"
                                                    },
                                                    "total_net": {
                                                        "amount": "10",
                                                        "currency": "EUR"
                                                    }
                                                },
                                                "OrderCompany": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderCompany+json",
                                                    "id": 68,
                                                    "name": "Apple"
                                                },
                                                "OrderItemsList": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.OrderItem+json",
                                                        "quantity": 10,
                                                        "OrderItemValue": {
                                                            "_media-type": "application/vnd.ibexa.api.OrderItemValue+json",
                                                            "unit_price_gross": {
                                                                "amount": "110",
                                                                "currency": "EUR"
                                                            },
                                                            "unit_price_net": {
                                                                "amount": "100",
                                                                "currency": "EUR"
                                                            },
                                                            "vat_rate": "10.00",
                                                            "subtotal_price_gross": {
                                                                "amount": "1100",
                                                                "currency": "EUR"
                                                            },
                                                            "subtotal_price_net": {
                                                                "amount": "1000",
                                                                "currency": "EUR"
                                                            }
                                                        },
                                                        "OrderItemProduct": {
                                                            "_media-type": "application/vnd.ibexa.api.OrderItemProduct+json",
                                                            "id": 1,
                                                            "code": "test",
                                                            "name": "Test"
                                                        },
                                                        "context": {
                                                            "foo": "bar",
                                                            "baz": true
                                                        }
                                                    }
                                                ],
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": 123
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.OrderList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/OrderList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read orders."
                    }
                },
                "summary": "Load orders",
                "description": "Loads a list of orders.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "OrderList - If set, the orders list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "post": {
                "operationId": "api_ordersorders_post",
                "tags": [
                    "Orders"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Order+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OrderWrapper"
                                },
                                "example": {
                                    "Order": {
                                        "_media-type": "application/vnd.ibexa.api.Order+json",
                                        "id": 2,
                                        "identifier": "2d9c73cd-ea10-4459-b20e-96710c8d3898",
                                        "created": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "modified": {
                                            "date": "2023-04-18 09:06:02.000000",
                                            "timezone_type": 3,
                                            "timezone": "UTC"
                                        },
                                        "status": "pending",
                                        "OrderUser": {
                                            "_media-type": "application/vnd.ibexa.api.OrderUser+json",
                                            "id": 14,
                                            "name": "Administrator",
                                            "email": "aa@aa.aa"
                                        },
                                        "OrderCurrency": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCurrency+json",
                                            "id": 1,
                                            "code": "EUR"
                                        },
                                        "OrderValue": {
                                            "_media-type": "application/vnd.ibexa.api.OrderValue+json",
                                            "vat": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_gross": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            },
                                            "total_net": {
                                                "amount": "10",
                                                "currency": "EUR"
                                            }
                                        },
                                        "OrderCompany": {
                                            "_media-type": "application/vnd.ibexa.api.OrderCompany+json",
                                            "id": 68,
                                            "name": "Apple"
                                        },
                                        "OrderItemsList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.OrderItem+json",
                                                "quantity": 10,
                                                "OrderItemValue": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemValue+json",
                                                    "unit_price_gross": {
                                                        "amount": "110",
                                                        "currency": "EUR"
                                                    },
                                                    "unit_price_net": {
                                                        "amount": "100",
                                                        "currency": "EUR"
                                                    },
                                                    "vat_rate": "10.00",
                                                    "subtotal_price_gross": {
                                                        "amount": "1100",
                                                        "currency": "EUR"
                                                    },
                                                    "subtotal_price_net": {
                                                        "amount": "1000",
                                                        "currency": "EUR"
                                                    }
                                                },
                                                "OrderItemProduct": {
                                                    "_media-type": "application/vnd.ibexa.api.OrderItemProduct+json",
                                                    "id": 1,
                                                    "code": "test",
                                                    "name": "Test"
                                                },
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": true
                                                }
                                            }
                                        ],
                                        "context": {
                                            "foo": "bar",
                                            "baz": 123
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this order."
                    },
                    "406": {
                        "description": "Error - a order with this identifier already exists."
                    }
                },
                "summary": "Create order",
                "description": "Creates a new order.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new order is returned in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Order schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new OrderCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.OrderCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/OrderCreateWrapper"
                            },
                            "example": {
                                "OrderCreate": {
                                    "OrderUser": {
                                        "id": 14,
                                        "name": "Administrator",
                                        "email": "test@ibexa.co"
                                    },
                                    "OrderCurrency": {
                                        "id": 1,
                                        "code": "EUR"
                                    },
                                    "OrderValue": {
                                        "vat": "10",
                                        "total_gross": "11",
                                        "total_net": "10"
                                    },
                                    "OrderCompany": {
                                        "id": 68,
                                        "name": "Apple"
                                    },
                                    "source": "local",
                                    "items": [
                                        {
                                            "OrderItem": {
                                                "OrderItemValue": {
                                                    "unit_price_gross": "110",
                                                    "unit_price_net": "100",
                                                    "vat_rate": "10",
                                                    "subtotal_price_gross": "1100",
                                                    "subtotal_price_net": "1000"
                                                },
                                                "OrderItemProduct": {
                                                    "id": 1,
                                                    "code": "test",
                                                    "name": "Test"
                                                },
                                                "quantity": 10,
                                                "context": {
                                                    "foo": "bar",
                                                    "baz": true
                                                }
                                            }
                                        }
                                    ],
                                    "context": {
                                        "foo": "bar",
                                        "baz": 123
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/payment-method": {
            "post": {
                "operationId": "api_payment-method_post",
                "tags": [
                    "Payments"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PaymentMethod+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethodWrapper"
                                },
                                "example": {
                                    "PaymentMethod": {
                                        "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                        "identifier": "bank_transfer",
                                        "id": 1,
                                        "enabled": true,
                                        "name": "Bank transfer",
                                        "description": "Bank transfer"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.PaymentMethod+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethod"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create Payment Method."
                    },
                    "404": {
                        "description": "Error - the payment methods does not exist."
                    }
                },
                "summary": "Create payment method",
                "description": "Creates a PaymentMethodCreateController resource.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the created Payment Method is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Payment Method input schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new PaymentMethodCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.PaymentMethodCreateStruct+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PaymentMethodCreateStructWrapper"
                            },
                            "example": {
                                "PaymentMethodCreateStruct": {
                                    "identifier": "bank_transfer",
                                    "type": "offline",
                                    "names": {
                                        "eng-GB": "Bank Transfer"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.PaymentMethodCreateStruct+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/PaymentMethodCreateStruct"
                            },
                            "example": "<PaymentMethodCreateStruct>\n    <identifier>bank_transfer</identifier>\n    <type>offline</type>\n    <names>\n        <eng-GB>Bank transfer</eng-GB>\n    </names>\n</PaymentMethodCreateStruct>"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/payment-method/view": {
            "post": {
                "operationId": "api_payment-methodview_post",
                "tags": [
                    "Payments"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PaymentMethodView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethodViewWrapper"
                                },
                                "example": {
                                    "PaymentMethodView": {
                                        "_media-type": "application/vnd.ibexa.api.PaymentMethodView+json",
                                        "identifier": "example",
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 4,
                                            "PaymentMethodList": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                                    "identifier": "bank_transfer",
                                                    "id": 1,
                                                    "enabled": true,
                                                    "name": "Bank transfer",
                                                    "description": "Bank transfer"
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                                    "identifier": "cash_on_delivery",
                                                    "id": 2,
                                                    "enabled": true,
                                                    "name": "Cash on delivery",
                                                    "description": "Cash on delivery"
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                                    "identifier": "invoice",
                                                    "id": 3,
                                                    "enabled": true,
                                                    "name": "Invoice",
                                                    "description": "Invoice"
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                                    "identifier": "paypal",
                                                    "id": 4,
                                                    "enabled": true,
                                                    "name": "PayPal",
                                                    "description": "PayPal"
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.PaymentMethodView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethodView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "List payment methods",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new PaymentMethodFindController resource",
                    "content": {
                        "application/vnd.ibexa.api.PaymentMethodViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PaymentMethodViewInputWrapper"
                            },
                            "example": {
                                "PaymentMethodViewInput": {
                                    "identifier": "example",
                                    "PaymentMethodQuery": {
                                        "offset": 0,
                                        "limit": 10
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.PaymentMethodViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/PaymentMethodViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/payment-method/{identifier}": {
            "get": {
                "operationId": "api_payment-method_identifier_get",
                "tags": [
                    "Payments"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PaymentMethod+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethodWrapper"
                                },
                                "example": {
                                    "PaymentMethod": {
                                        "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                        "identifier": "bank_transfer",
                                        "id": 1,
                                        "enabled": true,
                                        "name": "Bank transfer",
                                        "description": "Bank transfer"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.PaymentMethod+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethod"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read payment methods."
                    },
                    "404": {
                        "description": "Error - the payment methods does not exist."
                    }
                },
                "summary": "Load payment method by identifier",
                "description": "Loads an payment method by its identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Payment Method - If set, the payment method returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_payment-method_identifier_delete",
                "tags": [
                    "Payments"
                ],
                "responses": {
                    "204": {
                        "description": "No Content"
                    },
                    "401": {
                        "description": "Error - the user has no permission to delete payment methods."
                    },
                    "404": {
                        "description": "Error - the payment methods does not exist."
                    }
                },
                "summary": "Delete payment method",
                "description": "Removes the PaymentMethodDeleteController resource.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_payment-method_identifier_patch",
                "tags": [
                    "Payments"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PaymentMethod+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethodWrapper"
                                },
                                "example": {
                                    "PaymentMethod": {
                                        "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                        "identifier": "bank_transfer",
                                        "id": 1,
                                        "enabled": true,
                                        "name": "Bank transfer",
                                        "description": "Bank transfer"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.PaymentMethod+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethod"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update Payment Method."
                    },
                    "404": {
                        "description": "Error - the payment methods does not exist."
                    }
                },
                "summary": "Update payment method",
                "description": "Updates the PaymentMethodUpdateController resource.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Payment Method is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Payment Method input schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated PaymentMethodUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.PaymentMethodUpdateStruct+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PaymentMethodUpdateStructWrapper"
                            },
                            "example": {
                                "PaymentMethodUpdateStructParser": {
                                    "names": {
                                        "eng-GB": "Bank transfer (updated)"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.PaymentMethodUpdateStruct+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/PaymentMethodUpdateStruct"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<PaymentMethodUpdateStructParser>\n    <names>\n        <eng-GB>Bank transfer (updated)</eng-GB>\n    </names>\n</PaymentMethodUpdateStructParser>"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/payment-method/{id}": {
            "get": {
                "operationId": "api_payment-method_id_get",
                "tags": [
                    "Payments"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PaymentMethod+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PaymentMethodWrapper"
                                },
                                "example": {
                                    "PaymentMethod": {
                                        "_media-type": "application/vnd.ibexa.api.PaymentMethod+json",
                                        "identifier": "bank_transfer",
                                        "id": 1,
                                        "enabled": true,
                                        "name": "Bank transfer",
                                        "description": "Bank transfer"
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read payment methods."
                    },
                    "404": {
                        "description": "Error - the payment methods does not exist."
                    }
                },
                "summary": "Load payment method by id",
                "description": "Loads an payment method by its id.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Payment Method - If set, the payment method returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/product/catalog/products": {
            "get": {
                "operationId": "api_productcatalogproducts_get",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductListWrapper"
                                },
                                "example": {
                                    "ProductList": {
                                        "_media-type": "application/vnd.ibexa.api.ProductList+json",
                                        "Product": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Product+json",
                                                "code": "wsk_98845",
                                                "name": "HUMMINGBIRD PRO DRY 9,2MM",
                                                "ProductType": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                    "identifier": "d_rope",
                                                    "name": "Dynamic ropes",
                                                    "AttributeAssignmentList": []
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                },
                                                "created_at": 1645787815,
                                                "updated_at": 1645787815,
                                                "AttributesList": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Product+json",
                                                "code": "wsst_34456",
                                                "name": "Simond XC 60m",
                                                "ProductType": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                    "identifier": "s_rope",
                                                    "name": "Static ropes",
                                                    "AttributeAssignmentList": []
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.Content+json",
                                                    "_href": "/api/ibexa/v2/content/objects/141",
                                                    "_remoteId": "86fdab24802923a9c30994858165ba9b",
                                                    "_id": 141,
                                                    "ContentType": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                        "_href": "/api/ibexa/v2/content/types/54"
                                                    },
                                                    "Name": "HUMMINGBIRD PRO DRY 9,2MM",
                                                    "TranslatedName": "HUMMINGBIRD PRO DRY 9,2MM",
                                                    "Versions": {
                                                        "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/versions"
                                                    },
                                                    "CurrentVersion": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/currentversion",
                                                        "Version": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/141/versions/2",
                                                            "VersionInfo": {
                                                                "id": 618,
                                                                "versionNo": 2,
                                                                "status": "PUBLISHED",
                                                                "modificationDate": "2022-05-27T09:29:33+00:00",
                                                                "Creator": {
                                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                                },
                                                                "creationDate": "2022-05-27T09:29:33+00:00",
                                                                "initialLanguageCode": "eng-GB",
                                                                "languageCodes": "eng-GB",
                                                                "VersionTranslationInfo": {
                                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                    "Language": [
                                                                        {
                                                                            "languageCode": "eng-GB"
                                                                        }
                                                                    ]
                                                                },
                                                                "names": {
                                                                    "value": [
                                                                        {
                                                                            "_languageCode": "eng-GB",
                                                                            "#text": "HUMMINGBIRD PRO DRY 9,2MM"
                                                                        }
                                                                    ]
                                                                },
                                                                "Content": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/141"
                                                                }
                                                            },
                                                            "Fields": {
                                                                "field": [
                                                                    {
                                                                        "id": 612,
                                                                        "fieldDefinitionIdentifier": "name",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_string",
                                                                        "fieldValue": "HUMMINGBIRD PRO DRY 9,2MM"
                                                                    },
                                                                    {
                                                                        "id": 613,
                                                                        "fieldDefinitionIdentifier": "product_specification",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_product_specification",
                                                                        "fieldValue": {
                                                                            "id": 25,
                                                                            "code": "wsk_98845",
                                                                            "attributes": [
                                                                                10
                                                                            ]
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 614,
                                                                        "fieldDefinitionIdentifier": "description",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_richtext",
                                                                        "fieldValue": {
                                                                            "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                            "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                        }
                                                                    },
                                                                    {
                                                                        "id": 615,
                                                                        "fieldDefinitionIdentifier": "image",
                                                                        "languageCode": "eng-GB",
                                                                        "fieldTypeIdentifier": "ibexa_image_asset",
                                                                        "fieldValue": {
                                                                            "destinationContentId": null,
                                                                            "alternativeText": null,
                                                                            "source": null
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            "Relations": {
                                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/141/versions/2/relations",
                                                                "Relation": []
                                                            },
                                                            "Thumbnail": {
                                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                                "width": null,
                                                                "height": null,
                                                                "mimeType": "image/svg+xml"
                                                            }
                                                        }
                                                    },
                                                    "Section": {
                                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                                        "_href": "/api/ibexa/v2/content/sections/1"
                                                    },
                                                    "Locations": {
                                                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/locations"
                                                    },
                                                    "Owner": {
                                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                                        "_href": "/api/ibexa/v2/user/users/14"
                                                    },
                                                    "lastModificationDate": "2022-05-27T09:29:33+00:00",
                                                    "publishedDate": "2022-05-27T06:51:36+00:00",
                                                    "mainLanguageCode": "eng-GB",
                                                    "currentVersionNo": 2,
                                                    "alwaysAvailable": true,
                                                    "isHidden": false,
                                                    "status": "PUBLISHED",
                                                    "ObjectStates": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/objectstates"
                                                    }
                                                },
                                                "Thumbnail": {
                                                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                    "width": null,
                                                    "height": null,
                                                    "mimeType": "image/svg+xml"
                                                },
                                                "created_at": 1645787893,
                                                "updated_at": 1645787893,
                                                "AttributesList": []
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read product."
                    }
                },
                "summary": "Load products list (deprecated)",
                "description": "Returns a list of products. Deprecated as of Ibexa DXP 4.3, use POST /product/catalog/products/view instead.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the products are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The product list schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/vnd.ibexa.api.ProductListGet+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductListGetWrapper"
                            },
                            "example": {
                                "ProductListGet": {
                                    "offset": 0,
                                    "limit": 10,
                                    "languages": [
                                        "eng-GB"
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/products/view": {
            "post": {
                "operationId": "api_productcatalogproductsview_post",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductViewWrapper"
                                },
                                "example": {
                                    "ProductView": {
                                        "_media-type": "application/vnd.ibexa.api.ProductView+json",
                                        "identifier": "TitleView",
                                        "ProductQuery": {
                                            "_media-type": "application/vnd.ibexa.api.ProductQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 2,
                                            "ProductList": {
                                                "_media-type": "application/vnd.ibexa.api.ProductList+json",
                                                "Product": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                                        "code": "OTHER",
                                                        "isBaseProduct": false,
                                                        "isVariant": false,
                                                        "name": "Other Office Desk",
                                                        "ProductType": {
                                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                            "identifier": "desk",
                                                            "name": "Desk",
                                                            "AttributeAssignmentList": [
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "color",
                                                                        "name": "Color",
                                                                        "description": "",
                                                                        "type": "Selection",
                                                                        "type_identifier": "selection",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "choices": [
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "Black"
                                                                                    },
                                                                                    "value": "black"
                                                                                },
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "White"
                                                                                    },
                                                                                    "value": "white"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "value": null
                                                                    }
                                                                },
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "width",
                                                                        "name": "Width",
                                                                        "description": "",
                                                                        "type": "Measurement (single)",
                                                                        "type_identifier": "measurement_single",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "sign": "none",
                                                                            "type": "length",
                                                                            "unit": "centimeter",
                                                                            "defaultValue": null
                                                                        },
                                                                        "value": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                                            "_href": "/api/ibexa/v2/content/objects/67",
                                                            "_remoteId": "c5c22c68912af81992b74851f158db4a",
                                                            "_id": 67,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/53"
                                                            },
                                                            "Name": "Other Office Desk",
                                                            "TranslatedName": "Other Office Desk",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/currentversion",
                                                                "Version": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/67/versions/2",
                                                                    "VersionInfo": {
                                                                        "id": 529,
                                                                        "versionNo": 2,
                                                                        "status": "PUBLISHED",
                                                                        "modificationDate": "2023-04-12T14:06:25+00:00",
                                                                        "Creator": {
                                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                                        },
                                                                        "creationDate": "2023-04-12T14:06:25+00:00",
                                                                        "initialLanguageCode": "eng-GB",
                                                                        "languageCodes": "eng-GB",
                                                                        "VersionTranslationInfo": {
                                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                            "Language": [
                                                                                {
                                                                                    "languageCode": "eng-GB"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "names": {
                                                                            "value": [
                                                                                {
                                                                                    "_languageCode": "eng-GB",
                                                                                    "#text": "Other Office Desk"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Content": {
                                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/67"
                                                                        }
                                                                    },
                                                                    "Fields": {
                                                                        "field": [
                                                                            {
                                                                                "id": 301,
                                                                                "fieldDefinitionIdentifier": "name",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                                "fieldValue": "Other Office Desk"
                                                                            },
                                                                            {
                                                                                "id": 302,
                                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                "fieldValue": {
                                                                                    "id": 4,
                                                                                    "code": "OTHER",
                                                                                    "attributes": [
                                                                                        "white",
                                                                                        []
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 303,
                                                                                "fieldDefinitionIdentifier": "description",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                                "fieldValue": {
                                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 304,
                                                                                "fieldDefinitionIdentifier": "image",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                "fieldValue": {
                                                                                    "destinationContentId": null,
                                                                                    "alternativeText": null,
                                                                                    "source": null
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 305,
                                                                                "fieldDefinitionIdentifier": "category",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                "fieldValue": {
                                                                                    "taxonomy_entries": [],
                                                                                    "taxonomy": "product_categories"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 306,
                                                                                "fieldDefinitionIdentifier": "field_64369cb9130a7",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_seo",
                                                                                "fieldValue": ""
                                                                            }
                                                                        ]
                                                                    },
                                                                    "Relations": {
                                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/67/versions/2/relations",
                                                                        "Relation": []
                                                                    },
                                                                    "Thumbnail": {
                                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                        "resource": "/placeholder",
                                                                        "width": null,
                                                                        "height": null,
                                                                        "mimeType": "image/svg+xml"
                                                                    }
                                                                }
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2023-04-12T14:06:25+00:00",
                                                            "publishedDate": "2023-04-12T11:59:17+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 2,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
                                                            }
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        },
                                                        "created_at": 1681308385,
                                                        "updated_at": 1681308385,
                                                        "AttributesList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "color",
                                                                "name": "Color",
                                                                "description": "",
                                                                "type": "Selection",
                                                                "type_identifier": "selection",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "choices": [
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "Black"
                                                                            },
                                                                            "value": "black"
                                                                        },
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "White"
                                                                            },
                                                                            "value": "white"
                                                                        }
                                                                    ]
                                                                },
                                                                "value": "white"
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "width",
                                                                "name": "Width",
                                                                "description": "",
                                                                "type": "Measurement (single)",
                                                                "type_identifier": "measurement_single",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "sign": "none",
                                                                    "type": "length",
                                                                    "unit": "centimeter",
                                                                    "defaultValue": null
                                                                },
                                                                "value": null
                                                            }
                                                        ],
                                                        "Price": {
                                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                                            "amount": "160.00",
                                                            "base_amount": "160.00",
                                                            "Currency": {
                                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                "id": 2,
                                                                "code": "EUR",
                                                                "subunits": 2,
                                                                "enabled": true
                                                            },
                                                            "money": "16000",
                                                            "base_money": "16000"
                                                        }
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                                        "code": "ERGO",
                                                        "isBaseProduct": false,
                                                        "isVariant": false,
                                                        "name": "Ergo Office Desk",
                                                        "ProductType": {
                                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                            "identifier": "desk",
                                                            "name": "Desk",
                                                            "AttributeAssignmentList": [
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "color",
                                                                        "name": "Color",
                                                                        "description": "",
                                                                        "type": "Selection",
                                                                        "type_identifier": "selection",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "choices": [
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "Black"
                                                                                    },
                                                                                    "value": "black"
                                                                                },
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "White"
                                                                                    },
                                                                                    "value": "white"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "value": null
                                                                    }
                                                                },
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "width",
                                                                        "name": "Width",
                                                                        "description": "",
                                                                        "type": "Measurement (single)",
                                                                        "type_identifier": "measurement_single",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "sign": "none",
                                                                            "type": "length",
                                                                            "unit": "centimeter",
                                                                            "defaultValue": null
                                                                        },
                                                                        "value": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                                            "_href": "/api/ibexa/v2/content/objects/66",
                                                            "_remoteId": "1e7449c13671b56ed3907929a2af3ad9",
                                                            "_id": 66,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/53"
                                                            },
                                                            "Name": "Ergo Office Desk",
                                                            "TranslatedName": "Ergo Office Desk",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/currentversion",
                                                                "Version": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/66/versions/2",
                                                                    "VersionInfo": {
                                                                        "id": 528,
                                                                        "versionNo": 2,
                                                                        "status": "PUBLISHED",
                                                                        "modificationDate": "2023-04-12T14:06:14+00:00",
                                                                        "Creator": {
                                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                                        },
                                                                        "creationDate": "2023-04-12T14:06:14+00:00",
                                                                        "initialLanguageCode": "eng-GB",
                                                                        "languageCodes": "eng-GB",
                                                                        "VersionTranslationInfo": {
                                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                            "Language": [
                                                                                {
                                                                                    "languageCode": "eng-GB"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "names": {
                                                                            "value": [
                                                                                {
                                                                                    "_languageCode": "eng-GB",
                                                                                    "#text": "Ergo Office Desk"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Content": {
                                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/66"
                                                                        }
                                                                    },
                                                                    "Fields": {
                                                                        "field": [
                                                                            {
                                                                                "id": 295,
                                                                                "fieldDefinitionIdentifier": "name",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                                "fieldValue": "Ergo Office Desk"
                                                                            },
                                                                            {
                                                                                "id": 296,
                                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                "fieldValue": {
                                                                                    "id": 3,
                                                                                    "code": "ERGO",
                                                                                    "attributes": [
                                                                                        "black",
                                                                                        []
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 297,
                                                                                "fieldDefinitionIdentifier": "description",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                                "fieldValue": {
                                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 298,
                                                                                "fieldDefinitionIdentifier": "image",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                "fieldValue": {
                                                                                    "destinationContentId": null,
                                                                                    "alternativeText": null,
                                                                                    "source": null
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 299,
                                                                                "fieldDefinitionIdentifier": "category",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                "fieldValue": {
                                                                                    "taxonomy_entries": [],
                                                                                    "taxonomy": "product_categories"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 300,
                                                                                "fieldDefinitionIdentifier": "field_64369cb9130a7",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_seo",
                                                                                "fieldValue": ""
                                                                            }
                                                                        ]
                                                                    },
                                                                    "Relations": {
                                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/66/versions/2/relations",
                                                                        "Relation": []
                                                                    },
                                                                    "Thumbnail": {
                                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                        "resource": "/placeholder",
                                                                        "width": null,
                                                                        "height": null,
                                                                        "mimeType": "image/svg+xml"
                                                                    }
                                                                }
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2023-04-12T14:06:14+00:00",
                                                            "publishedDate": "2023-04-12T11:58:00+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 2,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/objectstates"
                                                            }
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        },
                                                        "created_at": 1681308374,
                                                        "updated_at": 1681308374,
                                                        "AttributesList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "color",
                                                                "name": "Color",
                                                                "description": "",
                                                                "type": "Selection",
                                                                "type_identifier": "selection",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "choices": [
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "Black"
                                                                            },
                                                                            "value": "black"
                                                                        },
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "White"
                                                                            },
                                                                            "value": "white"
                                                                        }
                                                                    ]
                                                                },
                                                                "value": "black"
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "width",
                                                                "name": "Width",
                                                                "description": "",
                                                                "type": "Measurement (single)",
                                                                "type_identifier": "measurement_single",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "sign": "none",
                                                                    "type": "length",
                                                                    "unit": "centimeter",
                                                                    "defaultValue": null
                                                                },
                                                                "value": null
                                                            }
                                                        ],
                                                        "Price": {
                                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                                            "amount": "99.00",
                                                            "base_amount": "99.00",
                                                            "Currency": {
                                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                "id": 2,
                                                                "code": "EUR",
                                                                "subunits": 2,
                                                                "enabled": true
                                                            },
                                                            "money": "9900",
                                                            "base_money": "9900"
                                                        }
                                                    }
                                                ]
                                            },
                                            "aggregations": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.RangeAggregationResult+json",
                                                    "name": "price",
                                                    "entries": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.RangeAggregationResultEntry+json",
                                                            "key": {
                                                                "Range": {
                                                                    "_media-type": "application/vnd.ibexa.api.Range+json",
                                                                    "from": 0,
                                                                    "to": 10000
                                                                }
                                                            },
                                                            "count": 1
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter products",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "ProductQuery": {
                                        "limit": "10",
                                        "offset": "0",
                                        "Filter": {
                                            "ProductTypeCriterion": "desk",
                                            "ProductAvailabilityCriterion": false
                                        },
                                        "SortClauses": {
                                            "ProductName": "descending"
                                        },
                                        "Aggregations": [
                                            {
                                                "ProductPriceRange": {
                                                    "name": "price",
                                                    "currencyCode": "EUR",
                                                    "ranges": [
                                                        {
                                                            "from": 0,
                                                            "to": 10000
                                                        },
                                                        {
                                                            "from": 10000,
                                                            "to": null
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ProductViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/products/{code}": {
            "get": {
                "operationId": "api_productcatalogproducts_code_get",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Product+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductWrapper"
                                },
                                "example": {
                                    "Product": {
                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                        "code": "wsk_98845",
                                        "name": "HUMMINGBIRD PRO DRY 9,2MM",
                                        "ProductType": {
                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                            "identifier": "d_rope",
                                            "name": "Dynamic ropes",
                                            "AttributeAssignmentList": []
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/141",
                                            "_remoteId": "86fdab24802923a9c30994858165ba9b",
                                            "_id": 141,
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/54"
                                            },
                                            "Name": "HUMMINGBIRD PRO DRY 9,2MM",
                                            "TranslatedName": "HUMMINGBIRD PRO DRY 9,2MM",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/versions"
                                            },
                                            "CurrentVersion": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/currentversion",
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/141/versions/2",
                                                    "VersionInfo": {
                                                        "id": 618,
                                                        "versionNo": 2,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2022-05-27T09:29:33+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2022-05-27T09:29:33+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "HUMMINGBIRD PRO DRY 9,2MM"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/141"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 612,
                                                                "fieldDefinitionIdentifier": "name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "HUMMINGBIRD PRO DRY 9,2MM"
                                                            },
                                                            {
                                                                "id": 613,
                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                "fieldValue": {
                                                                    "id": 25,
                                                                    "code": "wsk_98845",
                                                                    "attributes": [
                                                                        10
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "id": 614,
                                                                "fieldDefinitionIdentifier": "description",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                "fieldValue": {
                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                }
                                                            },
                                                            {
                                                                "id": 615,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                "fieldValue": {
                                                                    "destinationContentId": null,
                                                                    "alternativeText": null,
                                                                    "source": null
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/versions/2/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                }
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/1"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/locations"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "lastModificationDate": "2022-05-27T09:29:33+00:00",
                                            "publishedDate": "2022-05-27T06:51:36+00:00",
                                            "mainLanguageCode": "eng-GB",
                                            "currentVersionNo": 2,
                                            "alwaysAvailable": true,
                                            "isHidden": false,
                                            "status": "PUBLISHED",
                                            "ObjectStates": {
                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/objectstates"
                                            }
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        },
                                        "created_at": 1645787815,
                                        "updated_at": 1645787815,
                                        "AttributesList": []
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to view this product."
                    },
                    "404": {
                        "description": "Error - no product with the given code exists."
                    }
                },
                "summary": "Load the given product",
                "description": "Loads the given product.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the products are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "An optional product schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/vnd.ibexa.api.ProductGet+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductGetWrapper"
                            },
                            "example": {
                                "ProductGet": {
                                    "languages": [
                                        "eng-GB"
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogproducts_code_patch",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Product+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductWrapper"
                                },
                                "example": {
                                    "Product": {
                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                        "code": "wsk_98845",
                                        "name": "HUMMINGBIRD PRO DRY 9,2MM",
                                        "ProductType": {
                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                            "identifier": "d_rope",
                                            "name": "Dynamic ropes",
                                            "AttributeAssignmentList": []
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/141",
                                            "_remoteId": "86fdab24802923a9c30994858165ba9b",
                                            "_id": 141,
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/54"
                                            },
                                            "Name": "HUMMINGBIRD PRO DRY 9,2MM",
                                            "TranslatedName": "HUMMINGBIRD PRO DRY 9,2MM",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/versions"
                                            },
                                            "CurrentVersion": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/currentversion",
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/141/versions/2",
                                                    "VersionInfo": {
                                                        "id": 618,
                                                        "versionNo": 2,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2022-05-27T09:29:33+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2022-05-27T09:29:33+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "HUMMINGBIRD PRO DRY 9,2MM"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/141"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 612,
                                                                "fieldDefinitionIdentifier": "name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "HUMMINGBIRD PRO DRY 9,2MM"
                                                            },
                                                            {
                                                                "id": 613,
                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                "fieldValue": {
                                                                    "id": 25,
                                                                    "code": "wsk_98845",
                                                                    "attributes": [
                                                                        10
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "id": 614,
                                                                "fieldDefinitionIdentifier": "description",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                "fieldValue": {
                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                }
                                                            },
                                                            {
                                                                "id": 615,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                "fieldValue": {
                                                                    "destinationContentId": null,
                                                                    "alternativeText": null,
                                                                    "source": null
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/versions/2/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                }
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/1"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/locations"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "lastModificationDate": "2022-05-27T09:29:33+00:00",
                                            "publishedDate": "2022-05-27T06:51:36+00:00",
                                            "mainLanguageCode": "eng-GB",
                                            "currentVersionNo": 2,
                                            "alwaysAvailable": true,
                                            "isHidden": false,
                                            "status": "PUBLISHED",
                                            "ObjectStates": {
                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/objectstates"
                                            }
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        },
                                        "created_at": 1645787815,
                                        "updated_at": 1645787815,
                                        "AttributesList": []
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this product."
                    },
                    "403": {
                        "description": "Error - a product with the same code already exists."
                    },
                    "404": {
                        "description": "Error - no product with the given code exists."
                    }
                },
                "summary": "Update product",
                "description": "Updates product.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated product is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the updated product is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ProductUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductUpdateWrapper"
                            },
                            "example": {
                                "ProductUpdate": {
                                    "ContentUpdate": {
                                        "__url": "/api/ibexa/v2/content/objects/67",
                                        "fields": {
                                            "field": [
                                                {
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "IN6.1200tze205"
                                                }
                                            ]
                                        }
                                    },
                                    "code": "NEWCODE"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/products/{code}/prices": {
            "get": {
                "operationId": "api_productcatalogproducts_codeprices_get",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PriceList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PriceListWrapper"
                                },
                                "example": {
                                    "PriceList": {
                                        "_media-type": "application/vnd.ibexa.api.PriceList+json",
                                        "prices": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Price+json",
                                                "id": 1,
                                                "amount": "12.00",
                                                "base_amount": "12.00",
                                                "Currency": {
                                                    "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                    "id": 2,
                                                    "code": "EUR",
                                                    "subunits": 2,
                                                    "enabled": true
                                                },
                                                "money": "1200",
                                                "base_money": "1200"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Price+json",
                                                "id": 2,
                                                "amount": "12.00",
                                                "base_amount": "12.00",
                                                "Currency": {
                                                    "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                    "id": 5,
                                                    "code": "USD",
                                                    "subunits": 2,
                                                    "enabled": true
                                                },
                                                "money": "1200",
                                                "base_money": "1200"
                                            }
                                        ],
                                        "totalCount": 2
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read prices."
                    }
                },
                "summary": "Load the list of product prices",
                "description": "Loads the list of product prices.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "PriceList - if set, the product price list is returned in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_productcatalogproducts_codeprices_post",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomPrice+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomPriceWrapper"
                                },
                                "example": {
                                    "CustomPrice": {
                                        "_media-type": "application/vnd.ibexa.api.CustomPrice+json",
                                        "id": 3,
                                        "amount": "17.00",
                                        "base_amount": "35.00",
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 5,
                                            "code": "USD",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "money": "1700",
                                        "base_money": "3500",
                                        "custom_money": "1700",
                                        "custom_amount": "17.00",
                                        "custom_rule": null
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Price+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PriceWrapper"
                                },
                                "example": {
                                    "Price": {
                                        "_media-type": "application/vnd.ibexa.api.Price+json",
                                        "id": 4,
                                        "amount": "0.09",
                                        "base_amount": "0.09",
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 94,
                                            "code": "CHF",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "money": "9",
                                        "base_money": "9"
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this price."
                    }
                },
                "summary": "Create product price or custom price",
                "description": "Create product price or custom price.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The product price schema encoded in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the new price is returned in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new PriceCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CustomPriceCreateStruct+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CustomPriceCreateStructWrapper"
                            },
                            "example": {
                                "CustomPriceCreateStruct": {
                                    "customerGroup": "test",
                                    "amount": 2500,
                                    "customAmount": 1500,
                                    "currency": "EUR"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.PriceCreateStruct+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PriceCreateStructWrapper"
                            },
                            "example": {
                                "PriceCreateStruct": {
                                    "amount": 9,
                                    "currency": "CHF"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/products/{code}/prices/{currencyCode}": {
            "get": {
                "operationId": "api_productcatalogproducts_codeprices_currencyCode_get",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Price+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PriceWrapper"
                                },
                                "example": {
                                    "Price": {
                                        "_media-type": "application/vnd.ibexa.api.Price+json",
                                        "id": 4,
                                        "amount": "0.09",
                                        "base_amount": "0.09",
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 94,
                                            "code": "CHF",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "money": "9",
                                        "base_money": "9"
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read prices."
                    },
                    "404": {
                        "description": "Error - the price does not exist."
                    }
                },
                "summary": "Get price in given currency",
                "description": "Get price in given currency.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, gets price in given currency in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "currencyCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/products/{code}/prices/{currencyCode}/customer-group/{customerGroupIdentifier}": {
            "get": {
                "operationId": "api_productcatalogproducts_codeprices_currencyCodecustomer-group_customerGroupIdentifier_get",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomPrice+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomPriceWrapper"
                                },
                                "example": {
                                    "CustomPrice": {
                                        "_media-type": "application/vnd.ibexa.api.CustomPrice+json",
                                        "id": 3,
                                        "amount": "17.00",
                                        "base_amount": "35.00",
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 5,
                                            "code": "USD",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "money": "1700",
                                        "base_money": "3500",
                                        "custom_money": "1700",
                                        "custom_amount": "17.00",
                                        "custom_rule": null
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read prices."
                    },
                    "404": {
                        "description": "Error - the price does not exist."
                    }
                },
                "summary": "Get price in given currency and customer group",
                "description": "Get price in given currency and customer group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, gets price in given currency and customer group in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "currencyCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "customerGroupIdentifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/products/{code}/prices/{id}": {
            "delete": {
                "operationId": "api_productcatalogproducts_codeprices_id_delete",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "No content - the given price is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this price."
                    }
                },
                "summary": "Delete product price",
                "description": "Deletes product price.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, deletes price of given id.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "Delete product price.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogproducts_codeprices_id_patch",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomPrice+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomPriceWrapper"
                                },
                                "example": {
                                    "CustomPrice": {
                                        "_media-type": "application/vnd.ibexa.api.CustomPrice+json",
                                        "id": 3,
                                        "amount": "17.00",
                                        "base_amount": "35.00",
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 5,
                                            "code": "USD",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "money": "1700",
                                        "base_money": "3500",
                                        "custom_money": "1700",
                                        "custom_amount": "17.00",
                                        "custom_rule": null
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Price+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PriceWrapper"
                                },
                                "example": {
                                    "Price": {
                                        "_media-type": "application/vnd.ibexa.api.Price+json",
                                        "id": 4,
                                        "amount": "0.09",
                                        "base_amount": "0.09",
                                        "Currency": {
                                            "_media-type": "application/vnd.ibexa.api.Currency+json",
                                            "id": 94,
                                            "code": "CHF",
                                            "subunits": 2,
                                            "enabled": true
                                        },
                                        "money": "9",
                                        "base_money": "9"
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this price."
                    }
                },
                "summary": "Update product price",
                "description": "Updates product price.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, updates product price.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "Update price or custom price for given currency.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated PriceUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CustomPriceUpdateStruct+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CustomPriceUpdateStructWrapper"
                            },
                            "example": {
                                "CustomPriceUpdateStruct": {
                                    "amount": 2500,
                                    "customAmount": 1700,
                                    "currency": "USD"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.PriceUpdateStruct+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PriceUpdateStructWrapper"
                            },
                            "example": {
                                "PriceUpdateStruct": {
                                    "amount": 3500,
                                    "currency": "USD"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/products/{identifier}": {
            "delete": {
                "operationId": "api_productcatalogproducts_identifier_delete",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given product is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this product."
                    }
                },
                "summary": "Delete product",
                "description": "Deletes the given product.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/products/{productTypeIdentifier}": {
            "post": {
                "operationId": "api_productcatalogproducts_productTypeIdentifier_post",
                "tags": [
                    "Product"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ProductCreate+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductWrapper"
                                },
                                "example": {
                                    "Product": {
                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                        "code": "wsk_98845",
                                        "name": "HUMMINGBIRD PRO DRY 9,2MM",
                                        "ProductType": {
                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                            "identifier": "d_rope",
                                            "name": "Dynamic ropes",
                                            "AttributeAssignmentList": []
                                        },
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/141",
                                            "_remoteId": "86fdab24802923a9c30994858165ba9b",
                                            "_id": 141,
                                            "ContentType": {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/54"
                                            },
                                            "Name": "HUMMINGBIRD PRO DRY 9,2MM",
                                            "TranslatedName": "HUMMINGBIRD PRO DRY 9,2MM",
                                            "Versions": {
                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/versions"
                                            },
                                            "CurrentVersion": {
                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/currentversion",
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/141/versions/2",
                                                    "VersionInfo": {
                                                        "id": 618,
                                                        "versionNo": 2,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2022-05-27T09:29:33+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2022-05-27T09:29:33+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "HUMMINGBIRD PRO DRY 9,2MM"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/141"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 612,
                                                                "fieldDefinitionIdentifier": "name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "HUMMINGBIRD PRO DRY 9,2MM"
                                                            },
                                                            {
                                                                "id": 613,
                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                "fieldValue": {
                                                                    "id": 25,
                                                                    "code": "wsk_98845",
                                                                    "attributes": [
                                                                        10
                                                                    ]
                                                                }
                                                            },
                                                            {
                                                                "id": 614,
                                                                "fieldDefinitionIdentifier": "description",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                "fieldValue": {
                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                }
                                                            },
                                                            {
                                                                "id": 615,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                "fieldValue": {
                                                                    "destinationContentId": null,
                                                                    "alternativeText": null,
                                                                    "source": null
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/141/versions/2/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                }
                                            },
                                            "Section": {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/1"
                                            },
                                            "Locations": {
                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/locations"
                                            },
                                            "Owner": {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            },
                                            "lastModificationDate": "2022-05-27T09:29:33+00:00",
                                            "publishedDate": "2022-05-27T06:51:36+00:00",
                                            "mainLanguageCode": "eng-GB",
                                            "currentVersionNo": 2,
                                            "alwaysAvailable": true,
                                            "isHidden": false,
                                            "status": "PUBLISHED",
                                            "ObjectStates": {
                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                "_href": "/api/ibexa/v2/content/objects/141/objectstates"
                                            }
                                        },
                                        "Thumbnail": {
                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                            "width": null,
                                            "height": null,
                                            "mimeType": "image/svg+xml"
                                        },
                                        "created_at": 1645787815,
                                        "updated_at": 1645787815,
                                        "AttributesList": []
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this product."
                    },
                    "403": {
                        "description": "Error - a product with the same name already exists."
                    },
                    "404": {
                        "description": "Error - no product with the given code exists."
                    }
                },
                "summary": "Create product",
                "description": "Creates a new product.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new product is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The product schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "productTypeIdentifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductCreateWrapper"
                            },
                            "example": {
                                "ProductCreate": {
                                    "ContentCreate": {
                                        "ContentType": {
                                            "_href": "/api/ibexa/v2/content/types/46",
                                            "FieldDefinitions": {
                                                "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
                                                "FieldDefinition": []
                                            }
                                        },
                                        "LocationCreate": {
                                            "_media-type": "application/vnd.ibexa.api.LocationCreate",
                                            "ParentLocation": {
                                                "_href": "/api/ibexa/v2/content/locations/1/2"
                                            },
                                            "priority": "0",
                                            "hidden": "false",
                                            "sortField": "PATH",
                                            "sortOrder": "ASC"
                                        },
                                        "alwaysAvailable": "true",
                                        "fields": {
                                            "field": [
                                                {
                                                    "fieldDefinitionIdentifier": "name",
                                                    "languageCode": "eng-GB",
                                                    "fieldTypeIdentifier": "ibexa_string",
                                                    "fieldValue": "new PT"
                                                }
                                            ]
                                        },
                                        "mainLanguageCode": "eng-GB"
                                    },
                                    "code": "ggg",
                                    "attributes": {
                                        "attr1": "fffffff"
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attributes": {
            "get": {
                "operationId": "api_productcatalogattributes_get",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.AttributeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeListWrapper"
                                },
                                "example": {
                                    "AttributeList": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeList+json",
                                        "Attribute": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                "identifier": "attrib1",
                                                "name": "Attrib1",
                                                "description": "",
                                                "type": "Checkbox",
                                                "type_identifier": "checkbox",
                                                "value": true,
                                                "group": "Attribute Group Test",
                                                "position": 0,
                                                "options": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                "identifier": "attrib2",
                                                "name": "Attrib2",
                                                "description": "",
                                                "type": "Checkbox",
                                                "type_identifier": "checkbox",
                                                "value": true,
                                                "group": "Attribute Group Test",
                                                "position": 0,
                                                "options": []
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                "identifier": "attrib3",
                                                "name": "Attrib3",
                                                "description": "",
                                                "type": "Checkbox",
                                                "type_identifier": "checkbox",
                                                "value": true,
                                                "group": "Attribute Group Test",
                                                "position": 0,
                                                "options": []
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.AttributeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read user groups."
                    }
                },
                "summary": "Load attributes (deprecated)",
                "description": "Loads list of all attributes. Deprecated as of Ibexa DXP 4.3, use POST /product/catalog/attributes/view instead.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "AttributeList - If set, the attributes list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_productcatalogattributes_post",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Attribute+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeWrapper"
                                },
                                "example": {
                                    "Attribute": {
                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                        "identifier": "attr_group",
                                        "name": "Attribute Group",
                                        "description": "description",
                                        "type": "Checkbox",
                                        "type_identifier": "checkbox",
                                        "value": true,
                                        "group": "Attribute Group",
                                        "position": 0,
                                        "options": []
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this attribute."
                    },
                    "403": {
                        "description": "Error - an attribute with the same name already exists."
                    }
                },
                "summary": "Create attribute",
                "description": "Creates a new attribute.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new attribute is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The attribute schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new AttributeCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.AttributeCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeCreateWrapper"
                            },
                            "example": {
                                "AttributeCreate": {
                                    "identifier": "foo",
                                    "type": "checkbox",
                                    "group": "attr_group_test",
                                    "names": {
                                        "eng-GB": "Attribute"
                                    },
                                    "descriptions": {
                                        "eng-GB": "description"
                                    },
                                    "position": 0,
                                    "options": {
                                        "foo": "bar"
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attributes/translation/{id}/{languageCode}": {
            "delete": {
                "operationId": "api_productcatalogattributestranslation_id_languageCode_delete",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "200": {
                        "description": "No Content."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this translation."
                    }
                },
                "summary": "Delete attribute translation",
                "description": "The given translation is removed from the attribute.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "languageCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/attributes/view": {
            "post": {
                "operationId": "api_productcatalogattributesview_post",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.AttributeView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeViewWrapper"
                                },
                                "example": {
                                    "AttributeView": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeView+json",
                                        "identifier": "TitleView",
                                        "AttributeQuery": {
                                            "_media-type": "application/vnd.ibexa.api.AttributeQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 1,
                                            "AttributeList": {
                                                "_media-type": "application/vnd.ibexa.api.AttributeList+json",
                                                "Attribute": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                        "identifier": "measure",
                                                        "name": "measure",
                                                        "description": "",
                                                        "type": "Measurement",
                                                        "type_identifier": "measurement",
                                                        "group": "Test Attribute group",
                                                        "position": 0,
                                                        "options": {
                                                            "type": "length",
                                                            "unit": "centimeter",
                                                            "measurementRange": {
                                                                "minimum": 12,
                                                                "maximum": 15
                                                            },
                                                            "measurementDefaultRange": {
                                                                "defaultRangeMinimumValue": null,
                                                                "defaultRangeMaximumValue": null
                                                            }
                                                        }
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.AttributeView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter attributes",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new AttributeViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.AttributeViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "AttributeQuery": {
                                        "limit": "10",
                                        "offset": "0",
                                        "Query": {
                                            "AttributeNameCriterion": "measure",
                                            "AttributeGroupIdentifierCriterion": "test_attribute_group"
                                        }
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.AttributeViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attributes/{id}": {
            "get": {
                "operationId": "api_productcatalogattributes_id_get",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Attribute+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeWrapper"
                                },
                                "example": {
                                    "Attribute": {
                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                        "identifier": "attr_group",
                                        "name": "Attribute Group",
                                        "description": "description",
                                        "type": "Checkbox",
                                        "type_identifier": "checkbox",
                                        "value": true,
                                        "group": "Attribute Group",
                                        "position": 0,
                                        "options": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Attribute+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Attribute"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read the attribute."
                    }
                },
                "summary": "Load attribute",
                "description": "Loads given attribute.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Attribute - If set, the given attribute is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_productcatalogattributes_id_delete",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "200": {
                        "description": "No Content."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this attribute."
                    }
                },
                "summary": "Delete attribute",
                "description": "The given attribute is removed from the attribute group.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/attributes/{id}/{group_id}": {
            "patch": {
                "operationId": "api_productcatalogattributes_id_group_id_patch",
                "tags": [
                    "Product Attribute"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Attribute+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeWrapper"
                                },
                                "example": {
                                    "Attribute": {
                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                        "identifier": "attr_group",
                                        "name": "Attribute Group",
                                        "description": "description",
                                        "type": "Checkbox",
                                        "type_identifier": "checkbox",
                                        "value": true,
                                        "group": "Attribute Group",
                                        "position": 0,
                                        "options": []
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this attribute."
                    },
                    "403": {
                        "description": "Error - an attribute with the same name already exists."
                    },
                    "404": {
                        "description": "Error - the attribute with the given ID does not exist."
                    }
                },
                "summary": "Update attribute",
                "description": "Updates an attribute.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated attribute is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the updated attribute group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "group_id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated AttributeUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.AttributeUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeUpdateWrapper"
                            },
                            "example": {
                                "AttributeUpdate": {
                                    "identifier": "attr_group",
                                    "names": {
                                        "eng-GB": "Attribute Group"
                                    },
                                    "descriptions": {
                                        "eng-GB": "description"
                                    },
                                    "position": 0,
                                    "options": {
                                        "foo": "bar"
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attribute_groups": {
            "get": {
                "operationId": "api_productcatalogattribute_groups_get",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.AttributeGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupListWrapper"
                                },
                                "example": {
                                    "AttributeGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
                                        "AttributeGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
                                                "name": "Attribute Group Test",
                                                "identifier": "attr_group_test",
                                                "position": 0
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
                                                "name": "Dimensions",
                                                "identifier": "ag_dimensions",
                                                "position": 0
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.AttributeGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read attribute groups."
                    }
                },
                "summary": "Load attribute groups (deprecated)",
                "description": "Returns a list of attribute groups. Deprecated as of Ibexa DXP 4.3, use POST /product/catalog/attribute_groups/view instead.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "AttributeGroupList - If set, the attribute group list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The AttributeGroupListGet schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/vnd.ibexa.api.AttributeGroupListGet+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupListGetWrapper"
                            },
                            "example": {
                                "AttributeGroupListGet": {
                                    "prefix": "s",
                                    "offset": 0,
                                    "limit": 10
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            },
            "post": {
                "operationId": "api_productcatalogattribute_groups_post",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.AttributeGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupWrapper"
                                },
                                "example": {
                                    "AttributeGroup": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
                                        "name": "Colors Group",
                                        "identifier": "ag_colors",
                                        "position": 0
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this attribute group."
                    },
                    "403": {
                        "description": "Error - an attribute group with the same identifier already exists."
                    }
                },
                "summary": "Create attribute group",
                "description": "Creates a new attribute group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new attribute group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The AttributeGroup schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new AttributeGroupCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.AttributeGroupCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupCreateWrapper"
                            },
                            "example": {
                                "AttributeGroupCreate": {
                                    "identifier": "attr_group_test",
                                    "names": {
                                        "eng-GB": "Attribute Group Test"
                                    },
                                    "position": 0
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attribute_groups/translation/{id}/{languageCode}": {
            "delete": {
                "operationId": "api_productcatalogattribute_groupstranslation_id_languageCode_delete",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "200": {
                        "description": "No content - the given attribute group translation is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this attribute group translation assignment."
                    }
                },
                "summary": "Delete attribute group translation",
                "description": "Deletes given translation from attribute group.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "languageCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/attribute_groups/view": {
            "post": {
                "operationId": "api_productcatalogattribute_groupsview_post",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.AttributeGroupView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupViewWrapper"
                                },
                                "example": {
                                    "AttributeGroupView": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeGroupView+json",
                                        "identifier": "TitleView",
                                        "AttributeGroupQuery": {
                                            "_media-type": "application/vnd.ibexa.api.AttributeGroupQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 1,
                                            "AttributeGroupList": {
                                                "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
                                                "AttributeGroup": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
                                                        "name": "Test Attribute group",
                                                        "identifier": "test_attribute_group",
                                                        "position": 0
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.AttributeGroupView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter attribute groups",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new AttributeGroupViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.AttributeGroupViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "AttributeGroupQuery": {
                                        "limit": "10",
                                        "offset": "0",
                                        "name_prefix": "test"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.AttributeGroupViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attribute_groups/{id}": {
            "get": {
                "operationId": "api_productcatalogattribute_groups_id_get",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.AttributeGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupWrapper"
                                },
                                "example": {
                                    "AttributeGroup": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
                                        "name": "Colors Group",
                                        "identifier": "ag_colors",
                                        "position": 0
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.AttributeGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroup"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read attribute groups."
                    }
                },
                "summary": "Load attribute group",
                "description": "Returns the given attribute group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "AttributeGroupGet - If set, the attribute group List is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "An optional AttributeGroupGet schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/vnd.ibexa.api.AttributeGroupGet+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupGetWrapper"
                            },
                            "example": {
                                "AttributeGroupGet": {
                                    "languages": [
                                        "eng-GB"
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.AttributeGroupGet+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupGet"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            },
            "delete": {
                "operationId": "api_productcatalogattribute_groups_id_delete",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given attribute group is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this attribute group."
                    }
                },
                "summary": "Delete attribute group",
                "description": "Deletes an attribute group.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogattribute_groups_id_patch",
                "tags": [
                    "Product Attribute Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.AttributeGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroupWrapper"
                                },
                                "example": {
                                    "AttributeGroup": {
                                        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
                                        "name": "Colors Group",
                                        "identifier": "ag_colors",
                                        "position": 0
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.AttributeGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeGroup"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this attribute group."
                    },
                    "403": {
                        "description": "Error - an attribute group with the same identifier already exists."
                    },
                    "404": {
                        "description": "Error - the group with the given ID does not exist."
                    }
                },
                "summary": "Update attribute group",
                "description": "Updates an attribute group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated attribute group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The attribute group update schema is sent in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated AttributeGroupUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.AttributeGroupUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupUpdateWrapper"
                            },
                            "example": {
                                "AttributeGroupUpdate": {
                                    "identifier": "ag_colors",
                                    "names": {
                                        "eng-GB": "Colors Group"
                                    },
                                    "position": 0
                                }
                            }
                        },
                        "application/vnd.ibexa.api.AttributeGroupUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/AttributeGroupUpdate"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/attribute_types": {
            "get": {
                "operationId": "api_productcatalogattribute_types_get",
                "tags": [
                    "Product Attribute Type"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns a list of Attribute Types",
                        "content": {
                            "application/vnd.ibexa.api.AttributeTypeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeTypeListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.AttributeTypeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeTypeList"
                                }
                            }
                        }
                    }
                },
                "summary": "List Attribute Types",
                "description": "Lists all Attribute Types.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/attribute_types/{identifier}": {
            "get": {
                "operationId": "api_productcatalogattribute_types_identifier_get",
                "tags": [
                    "Product Attribute Type"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the Attribute Type",
                        "content": {
                            "application/vnd.ibexa.api.AttributeType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeTypeWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.AttributeType+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/AttributeType"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - The Attribute Type does not exist."
                    }
                },
                "summary": "Get Attribute Type",
                "description": "Gets an Attribute Type by its identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Attribute Type is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/catalogs": {
            "post": {
                "operationId": "api_productcatalogcatalogs_post",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.CatalogCreate+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CatalogWrapper"
                                },
                                "example": {
                                    "Catalog": {
                                        "_media-type": "application/vnd.ibexa.api.Catalog+json",
                                        "identifier": "test_catalog_copied",
                                        "name": "Snow Equipment updated",
                                        "description": "Snow Equipment catalog for 2022",
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "created": 1666091820,
                                        "modified": 1666091820,
                                        "status": "draft",
                                        "Criteria": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductCode+json",
                                                "ProductCodeCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductCodeCriterion+json",
                                                    "codes": [
                                                        "ski"
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductAvailability+json",
                                                "ProductAvailabilityCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductAvailabilityCriterion+json",
                                                    "is_available": false
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CreatedAt+json",
                                                "CreatedAtCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.CreatedAtCriterion+json",
                                                    "created_at": {
                                                        "date": "2022-12-12 00:00:00.000000",
                                                        "timezone_type": 3,
                                                        "timezone": "Europe/Warsaw"
                                                    },
                                                    "operator": ">="
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this catalog."
                    },
                    "403": {
                        "description": "Error - a catalog with the same name already exists."
                    },
                    "404": {
                        "description": "Error - no catalog with the given code exists."
                    }
                },
                "summary": "Create catalog",
                "description": "Creates a new catalog.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new catalog is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The catalog schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CatalogCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CatalogCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CatalogCreateWrapper"
                            },
                            "example": {
                                "CatalogCreate": {
                                    "identifier": "test_catalog",
                                    "criteria": {
                                        "ProductCodeCriterion": [
                                            "ski",
                                            "snowboard"
                                        ],
                                        "ProductAvailabilityCriterion": true,
                                        "ColorAttributeCriterion": {
                                            "identifier": "color",
                                            "value": [
                                                "#000000",
                                                "#FFFFFF"
                                            ]
                                        },
                                        "CreatedAtCriterion": {
                                            "operator": ">=",
                                            "created_at": "12-09-2022"
                                        },
                                        "FloatAttributeCriterion": {
                                            "identifier": "width",
                                            "value": 16.6
                                        },
                                        "IntegerAttributeRangeCriterion": {
                                            "identifier": "length",
                                            "min": 180,
                                            "max": 230
                                        }
                                    },
                                    "names": {
                                        "eng-GB": "Snow Equipment"
                                    },
                                    "status": "draft"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/catalogs/copy/{identifier}": {
            "post": {
                "operationId": "api_productcatalogcatalogscopy_identifier_post",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Catalog+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CatalogWrapper"
                                },
                                "example": {
                                    "Catalog": {
                                        "_media-type": "application/vnd.ibexa.api.Catalog+json",
                                        "identifier": "test_catalog_copied",
                                        "name": "Snow Equipment updated",
                                        "description": "Snow Equipment catalog for 2022",
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "created": 1666091820,
                                        "modified": 1666091820,
                                        "status": "draft",
                                        "Criteria": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductCode+json",
                                                "ProductCodeCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductCodeCriterion+json",
                                                    "codes": [
                                                        "ski"
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductAvailability+json",
                                                "ProductAvailabilityCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductAvailabilityCriterion+json",
                                                    "is_available": false
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CreatedAt+json",
                                                "CreatedAtCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.CreatedAtCriterion+json",
                                                    "created_at": {
                                                        "date": "2022-12-12 00:00:00.000000",
                                                        "timezone_type": 3,
                                                        "timezone": "Europe/Warsaw"
                                                    },
                                                    "operator": ">="
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to copy this catalog."
                    },
                    "403": {
                        "description": "Error - a catalog with the same identifier already exists."
                    },
                    "404": {
                        "description": "Error - no catalog with the given identifier exists."
                    }
                },
                "summary": "Copy catalog",
                "description": "Copies a catalog.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the copied catalog is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the copied catalog is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CatalogCopyController resource",
                    "content": {
                        "application/vnd.ibexa.api.CatalogCopy+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CatalogCopyWrapper"
                            },
                            "example": {
                                "CatalogCopy": {
                                    "identifier": "test_catalog_copied",
                                    "creator_id": 14
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/catalogs/filters": {
            "get": {
                "operationId": "api_productcatalogcatalogsfilters_get",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductFilterList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductFilterListWrapper"
                                },
                                "example": {
                                    "ProductFilterList": {
                                        "_media-type": "application/vnd.ibexa.api.ProductFilterList+json",
                                        "ProductFilter": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "CreatedAtCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "CreatedAtRangeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "ProductCategoryCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "ColorAttributeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "FloatAttributeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "FloatAttributeRangeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "IntegerAttributeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "IntegerAttributeRangeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "SelectionAttributeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "ProductCodeCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "ProductNameCriterion"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductFilter+json",
                                                "name": "ProductAvailabilityCriterion"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductFilterList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductFilterList"
                                }
                            }
                        }
                    }
                },
                "summary": "Load catalog filters",
                "description": "Loads product filters available for catalogs.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the filters are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/catalogs/sort_clauses": {
            "get": {
                "operationId": "api_productcatalogcatalogssort_clauses_get",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductSortClauseList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductSortClauseListWrapper"
                                },
                                "example": {
                                    "ProductSortClauseList": {
                                        "_media-type": "application/vnd.ibexa.api.ProductSortClauseList+json",
                                        "ProductSortClause": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductSortClause+json",
                                                "name": "ProductName"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductSortClause+json",
                                                "name": "ProductCode"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductSortClause+json",
                                                "name": "ProductAvailability"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductSortClause+json",
                                                "name": "CreatedAt"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductSortClauseList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductSortClauseList"
                                }
                            }
                        }
                    }
                },
                "summary": "Load catalog sort clauses",
                "description": "Loads product sort clauses available for catalogs.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the clauses are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/catalogs/view": {
            "post": {
                "operationId": "api_productcatalogcatalogsview_post",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CatalogView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CatalogViewWrapper"
                                },
                                "example": {
                                    "CatalogView": {
                                        "_media-type": "application/vnd.ibexa.api.CatalogView+json",
                                        "identifier": "TitleView",
                                        "CatalogQuery": {
                                            "_media-type": "application/vnd.ibexa.api.CatalogQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 1,
                                            "CatalogList": {
                                                "_media-type": "application/vnd.ibexa.api.CatalogList+json",
                                                "Catalog": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Catalog+json",
                                                        "identifier": "test",
                                                        "name": "test",
                                                        "description": "",
                                                        "User": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "created": 1665479475,
                                                        "modified": 1665479475,
                                                        "status": "draft",
                                                        "Criteria": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.ProductCode+json",
                                                                "ProductCodeCriterion": {
                                                                    "_media-type": "application/vnd.ibexa.api.ProductCodeCriterion+json",
                                                                    "codes": [
                                                                        "test"
                                                                    ]
                                                                }
                                                            }
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.CatalogView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CatalogView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter catalogs",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CatalogViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.CatalogViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CatalogViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "CatalogQuery": {
                                        "Query": {
                                            "CatalogIdentifierCriterion": "test",
                                            "CatalogNameCriterion": "test"
                                        }
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CatalogViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CatalogViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/catalogs/{identifier}": {
            "get": {
                "operationId": "api_productcatalogcatalogs_identifier_get",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Catalog+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CatalogWrapper"
                                },
                                "example": {
                                    "Catalog": {
                                        "_media-type": "application/vnd.ibexa.api.Catalog+json",
                                        "identifier": "test_catalog_copied",
                                        "name": "Snow Equipment updated",
                                        "description": "Snow Equipment catalog for 2022",
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "created": 1666091820,
                                        "modified": 1666091820,
                                        "status": "draft",
                                        "Criteria": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductCode+json",
                                                "ProductCodeCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductCodeCriterion+json",
                                                    "codes": [
                                                        "ski"
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductAvailability+json",
                                                "ProductAvailabilityCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductAvailabilityCriterion+json",
                                                    "is_available": false
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CreatedAt+json",
                                                "CreatedAtCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.CreatedAtCriterion+json",
                                                    "created_at": {
                                                        "date": "2022-12-12 00:00:00.000000",
                                                        "timezone_type": 3,
                                                        "timezone": "Europe/Warsaw"
                                                    },
                                                    "operator": ">="
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Catalog+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Catalog"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to view this catalog."
                    },
                    "404": {
                        "description": "Error - no catalog with the given identifier exists."
                    }
                },
                "summary": "Load catalog",
                "description": "Loads the given catalog.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the catalog is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_productcatalogcatalogs_identifier_delete",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given catalog is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this catalog."
                    }
                },
                "summary": "Delete catalog",
                "description": "Deletes the given catalog.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogcatalogs_identifier_patch",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Catalog+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CatalogWrapper"
                                },
                                "example": {
                                    "Catalog": {
                                        "_media-type": "application/vnd.ibexa.api.Catalog+json",
                                        "identifier": "test_catalog_copied",
                                        "name": "Snow Equipment updated",
                                        "description": "Snow Equipment catalog for 2022",
                                        "User": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "created": 1666091820,
                                        "modified": 1666091820,
                                        "status": "draft",
                                        "Criteria": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductCode+json",
                                                "ProductCodeCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductCodeCriterion+json",
                                                    "codes": [
                                                        "ski"
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductAvailability+json",
                                                "ProductAvailabilityCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.ProductAvailabilityCriterion+json",
                                                    "is_available": false
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CreatedAt+json",
                                                "CreatedAtCriterion": {
                                                    "_media-type": "application/vnd.ibexa.api.CreatedAtCriterion+json",
                                                    "created_at": {
                                                        "date": "2022-12-12 00:00:00.000000",
                                                        "timezone_type": 3,
                                                        "timezone": "Europe/Warsaw"
                                                    },
                                                    "operator": ">="
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this catalog."
                    },
                    "403": {
                        "description": "Error - a catalog with the same identifier already exists."
                    },
                    "404": {
                        "description": "Error - no catalog with the given identifier exists."
                    }
                },
                "summary": "Update catalog",
                "description": "Updates a catalog.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated catalog is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the updated catalog is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated CatalogUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CatalogUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CatalogUpdateWrapper"
                            },
                            "example": {
                                "CatalogUpdate": {
                                    "identifier": "test_catalog_updated",
                                    "criteria": {
                                        "ProductCodeCriterion": [
                                            "ski"
                                        ],
                                        "ProductAvailabilityCriterion": false,
                                        "CreatedAtCriterion": {
                                            "operator": ">=",
                                            "created_at": "12-12-2022"
                                        }
                                    },
                                    "names": {
                                        "eng-GB": "Snow Equipment updated"
                                    },
                                    "descriptions": {
                                        "eng-GB": "Snow Equipment catalog for 2022"
                                    },
                                    "transition": "publish"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/catalogs/{identifier}/products/view": {
            "post": {
                "operationId": "api_productcatalogcatalogs_identifierproductsview_post",
                "tags": [
                    "Product Catalog"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductViewWrapper"
                                },
                                "example": {
                                    "ProductView": {
                                        "_media-type": "application/vnd.ibexa.api.ProductView+json",
                                        "identifier": "TitleView",
                                        "ProductQuery": {
                                            "_media-type": "application/vnd.ibexa.api.ProductQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 2,
                                            "ProductList": {
                                                "_media-type": "application/vnd.ibexa.api.ProductList+json",
                                                "Product": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                                        "code": "OTHER",
                                                        "isBaseProduct": false,
                                                        "isVariant": false,
                                                        "name": "Other Office Desk",
                                                        "ProductType": {
                                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                            "identifier": "desk",
                                                            "name": "Desk",
                                                            "AttributeAssignmentList": [
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "color",
                                                                        "name": "Color",
                                                                        "description": "",
                                                                        "type": "Selection",
                                                                        "type_identifier": "selection",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "choices": [
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "Black"
                                                                                    },
                                                                                    "value": "black"
                                                                                },
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "White"
                                                                                    },
                                                                                    "value": "white"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "value": null
                                                                    }
                                                                },
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "width",
                                                                        "name": "Width",
                                                                        "description": "",
                                                                        "type": "Measurement (single)",
                                                                        "type_identifier": "measurement_single",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "sign": "none",
                                                                            "type": "length",
                                                                            "unit": "centimeter",
                                                                            "defaultValue": null
                                                                        },
                                                                        "value": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                                            "_href": "/api/ibexa/v2/content/objects/67",
                                                            "_remoteId": "c5c22c68912af81992b74851f158db4a",
                                                            "_id": 67,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/53"
                                                            },
                                                            "Name": "Other Office Desk",
                                                            "TranslatedName": "Other Office Desk",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/currentversion",
                                                                "Version": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/67/versions/2",
                                                                    "VersionInfo": {
                                                                        "id": 529,
                                                                        "versionNo": 2,
                                                                        "status": "PUBLISHED",
                                                                        "modificationDate": "2023-04-12T14:06:25+00:00",
                                                                        "Creator": {
                                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                                        },
                                                                        "creationDate": "2023-04-12T14:06:25+00:00",
                                                                        "initialLanguageCode": "eng-GB",
                                                                        "languageCodes": "eng-GB",
                                                                        "VersionTranslationInfo": {
                                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                            "Language": [
                                                                                {
                                                                                    "languageCode": "eng-GB"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "names": {
                                                                            "value": [
                                                                                {
                                                                                    "_languageCode": "eng-GB",
                                                                                    "#text": "Other Office Desk"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Content": {
                                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/67"
                                                                        }
                                                                    },
                                                                    "Fields": {
                                                                        "field": [
                                                                            {
                                                                                "id": 301,
                                                                                "fieldDefinitionIdentifier": "name",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                                "fieldValue": "Other Office Desk"
                                                                            },
                                                                            {
                                                                                "id": 302,
                                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                "fieldValue": {
                                                                                    "id": 4,
                                                                                    "code": "OTHER",
                                                                                    "attributes": [
                                                                                        "white",
                                                                                        []
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 303,
                                                                                "fieldDefinitionIdentifier": "description",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                                "fieldValue": {
                                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 304,
                                                                                "fieldDefinitionIdentifier": "image",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                "fieldValue": {
                                                                                    "destinationContentId": null,
                                                                                    "alternativeText": null,
                                                                                    "source": null
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 305,
                                                                                "fieldDefinitionIdentifier": "category",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                "fieldValue": {
                                                                                    "taxonomy_entries": [],
                                                                                    "taxonomy": "product_categories"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 306,
                                                                                "fieldDefinitionIdentifier": "field_64369cb9130a7",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_seo",
                                                                                "fieldValue": ""
                                                                            }
                                                                        ]
                                                                    },
                                                                    "Relations": {
                                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/67/versions/2/relations",
                                                                        "Relation": []
                                                                    },
                                                                    "Thumbnail": {
                                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                        "resource": "/placeholder",
                                                                        "width": null,
                                                                        "height": null,
                                                                        "mimeType": "image/svg+xml"
                                                                    }
                                                                }
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2023-04-12T14:06:25+00:00",
                                                            "publishedDate": "2023-04-12T11:59:17+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 2,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
                                                            }
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        },
                                                        "created_at": 1681308385,
                                                        "updated_at": 1681308385,
                                                        "AttributesList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "color",
                                                                "name": "Color",
                                                                "description": "",
                                                                "type": "Selection",
                                                                "type_identifier": "selection",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "choices": [
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "Black"
                                                                            },
                                                                            "value": "black"
                                                                        },
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "White"
                                                                            },
                                                                            "value": "white"
                                                                        }
                                                                    ]
                                                                },
                                                                "value": "white"
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "width",
                                                                "name": "Width",
                                                                "description": "",
                                                                "type": "Measurement (single)",
                                                                "type_identifier": "measurement_single",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "sign": "none",
                                                                    "type": "length",
                                                                    "unit": "centimeter",
                                                                    "defaultValue": null
                                                                },
                                                                "value": null
                                                            }
                                                        ],
                                                        "Price": {
                                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                                            "amount": "160.00",
                                                            "base_amount": "160.00",
                                                            "Currency": {
                                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                "id": 2,
                                                                "code": "EUR",
                                                                "subunits": 2,
                                                                "enabled": true
                                                            },
                                                            "money": "16000",
                                                            "base_money": "16000"
                                                        }
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Product+json",
                                                        "code": "ERGO",
                                                        "isBaseProduct": false,
                                                        "isVariant": false,
                                                        "name": "Ergo Office Desk",
                                                        "ProductType": {
                                                            "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                            "identifier": "desk",
                                                            "name": "Desk",
                                                            "AttributeAssignmentList": [
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "color",
                                                                        "name": "Color",
                                                                        "description": "",
                                                                        "type": "Selection",
                                                                        "type_identifier": "selection",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "choices": [
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "Black"
                                                                                    },
                                                                                    "value": "black"
                                                                                },
                                                                                {
                                                                                    "label": {
                                                                                        "eng-GB": "White"
                                                                                    },
                                                                                    "value": "white"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "value": null
                                                                    }
                                                                },
                                                                {
                                                                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                    "is_required": false,
                                                                    "is_discriminator": false,
                                                                    "Attribute": {
                                                                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                        "identifier": "width",
                                                                        "name": "Width",
                                                                        "description": "",
                                                                        "type": "Measurement (single)",
                                                                        "type_identifier": "measurement_single",
                                                                        "group": "Desk",
                                                                        "position": 0,
                                                                        "options": {
                                                                            "sign": "none",
                                                                            "type": "length",
                                                                            "unit": "centimeter",
                                                                            "defaultValue": null
                                                                        },
                                                                        "value": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                                            "_href": "/api/ibexa/v2/content/objects/66",
                                                            "_remoteId": "1e7449c13671b56ed3907929a2af3ad9",
                                                            "_id": 66,
                                                            "ContentType": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                "_href": "/api/ibexa/v2/content/types/53"
                                                            },
                                                            "Name": "Ergo Office Desk",
                                                            "TranslatedName": "Ergo Office Desk",
                                                            "Versions": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/versions"
                                                            },
                                                            "CurrentVersion": {
                                                                "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/currentversion",
                                                                "Version": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/66/versions/2",
                                                                    "VersionInfo": {
                                                                        "id": 528,
                                                                        "versionNo": 2,
                                                                        "status": "PUBLISHED",
                                                                        "modificationDate": "2023-04-12T14:06:14+00:00",
                                                                        "Creator": {
                                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                                        },
                                                                        "creationDate": "2023-04-12T14:06:14+00:00",
                                                                        "initialLanguageCode": "eng-GB",
                                                                        "languageCodes": "eng-GB",
                                                                        "VersionTranslationInfo": {
                                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                            "Language": [
                                                                                {
                                                                                    "languageCode": "eng-GB"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "names": {
                                                                            "value": [
                                                                                {
                                                                                    "_languageCode": "eng-GB",
                                                                                    "#text": "Ergo Office Desk"
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Content": {
                                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/66"
                                                                        }
                                                                    },
                                                                    "Fields": {
                                                                        "field": [
                                                                            {
                                                                                "id": 295,
                                                                                "fieldDefinitionIdentifier": "name",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                                "fieldValue": "Ergo Office Desk"
                                                                            },
                                                                            {
                                                                                "id": 296,
                                                                                "fieldDefinitionIdentifier": "product_specification",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                "fieldValue": {
                                                                                    "id": 3,
                                                                                    "code": "ERGO",
                                                                                    "attributes": [
                                                                                        "black",
                                                                                        []
                                                                                    ]
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 297,
                                                                                "fieldDefinitionIdentifier": "description",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_richtext",
                                                                                "fieldValue": {
                                                                                    "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                                    "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 298,
                                                                                "fieldDefinitionIdentifier": "image",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                "fieldValue": {
                                                                                    "destinationContentId": null,
                                                                                    "alternativeText": null,
                                                                                    "source": null
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 299,
                                                                                "fieldDefinitionIdentifier": "category",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                "fieldValue": {
                                                                                    "taxonomy_entries": [],
                                                                                    "taxonomy": "product_categories"
                                                                                }
                                                                            },
                                                                            {
                                                                                "id": 300,
                                                                                "fieldDefinitionIdentifier": "field_64369cb9130a7",
                                                                                "languageCode": "eng-GB",
                                                                                "fieldTypeIdentifier": "ibexa_seo",
                                                                                "fieldValue": ""
                                                                            }
                                                                        ]
                                                                    },
                                                                    "Relations": {
                                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/66/versions/2/relations",
                                                                        "Relation": []
                                                                    },
                                                                    "Thumbnail": {
                                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                        "resource": "/placeholder",
                                                                        "width": null,
                                                                        "height": null,
                                                                        "mimeType": "image/svg+xml"
                                                                    }
                                                                }
                                                            },
                                                            "Section": {
                                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                "_href": "/api/ibexa/v2/content/sections/1"
                                                            },
                                                            "Locations": {
                                                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/locations"
                                                            },
                                                            "Owner": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "lastModificationDate": "2023-04-12T14:06:14+00:00",
                                                            "publishedDate": "2023-04-12T11:58:00+00:00",
                                                            "mainLanguageCode": "eng-GB",
                                                            "currentVersionNo": 2,
                                                            "alwaysAvailable": true,
                                                            "isHidden": false,
                                                            "status": "PUBLISHED",
                                                            "ObjectStates": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                "_href": "/api/ibexa/v2/content/objects/66/objectstates"
                                                            }
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/placeholder",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        },
                                                        "created_at": 1681308374,
                                                        "updated_at": 1681308374,
                                                        "AttributesList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "color",
                                                                "name": "Color",
                                                                "description": "",
                                                                "type": "Selection",
                                                                "type_identifier": "selection",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "choices": [
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "Black"
                                                                            },
                                                                            "value": "black"
                                                                        },
                                                                        {
                                                                            "label": {
                                                                                "eng-GB": "White"
                                                                            },
                                                                            "value": "white"
                                                                        }
                                                                    ]
                                                                },
                                                                "value": "black"
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "width",
                                                                "name": "Width",
                                                                "description": "",
                                                                "type": "Measurement (single)",
                                                                "type_identifier": "measurement_single",
                                                                "group": "Desk",
                                                                "position": 0,
                                                                "options": {
                                                                    "sign": "none",
                                                                    "type": "length",
                                                                    "unit": "centimeter",
                                                                    "defaultValue": null
                                                                },
                                                                "value": null
                                                            }
                                                        ],
                                                        "Price": {
                                                            "_media-type": "application/vnd.ibexa.api.Price+json",
                                                            "amount": "99.00",
                                                            "base_amount": "99.00",
                                                            "Currency": {
                                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                                "id": 2,
                                                                "code": "EUR",
                                                                "subunits": 2,
                                                                "enabled": true
                                                            },
                                                            "money": "9900",
                                                            "base_money": "9900"
                                                        }
                                                    }
                                                ]
                                            },
                                            "aggregations": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.RangeAggregationResult+json",
                                                    "name": "price",
                                                    "entries": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.RangeAggregationResultEntry+json",
                                                            "key": {
                                                                "Range": {
                                                                    "_media-type": "application/vnd.ibexa.api.Range+json",
                                                                    "from": 0,
                                                                    "to": 10000
                                                                }
                                                            },
                                                            "count": 1
                                                        }
                                                    ]
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter catalog products",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CatalogProductsViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "ProductQuery": {
                                        "Query": {
                                            "ProductCodeCriterion": "test",
                                            "ProductAvailabilityCriterion": true
                                        }
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ProductViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/currencies": {
            "get": {
                "operationId": "api_productcatalogcurrencies_get",
                "tags": [
                    "Product Currency"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CurrencyList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CurrencyListWrapper"
                                },
                                "example": {
                                    "CurrencyList": {
                                        "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
                                        "Currency": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                "id": 1,
                                                "code": "AFN",
                                                "subunits": 1,
                                                "enabled": false
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                "id": 2,
                                                "code": "EUR",
                                                "subunits": 2,
                                                "enabled": false
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                "id": 3,
                                                "code": "ALL",
                                                "subunits": 2,
                                                "enabled": false
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                "id": 4,
                                                "code": "DZD",
                                                "subunits": 2,
                                                "enabled": false
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                "id": 5,
                                                "code": "USD",
                                                "subunits": 2,
                                                "enabled": false
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                "id": 6,
                                                "code": "AOA",
                                                "subunits": 2,
                                                "enabled": false
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read currencies."
                    }
                },
                "summary": "Load currencies",
                "description": "Loads the list of currencies.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "CurrencyList - If set, the currency list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_productcatalogcurrencies_post",
                "tags": [
                    "Product Currency"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Currency+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CurrencyWrapper"
                                },
                                "example": {
                                    "Currency": {
                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                        "id": 1,
                                        "code": "AFN",
                                        "subunits": 1,
                                        "enabled": false
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this currency."
                    },
                    "406": {
                        "description": "Error - a currency with this code already exists."
                    }
                },
                "summary": "Create currency",
                "description": "Creates a new currency.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new currency is returned in JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Currency schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CurrencyCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CurrencyCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CurrencyCreateWrapper"
                            },
                            "example": {
                                "CurrencyCreate": {
                                    "code": "cur",
                                    "subunits": 1,
                                    "enabled": true
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/currencies/view": {
            "post": {
                "operationId": "api_productcatalogcurrenciesview_post",
                "tags": [
                    "Product Currency"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CurrencyView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CurrencyViewWrapper"
                                },
                                "example": {
                                    "CurrencyView": {
                                        "_media-type": "application/vnd.ibexa.api.CurrencyView+json",
                                        "identifier": "TitleView",
                                        "CurrencyQuery": {
                                            "_media-type": "application/vnd.ibexa.api.CurrencyQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 179,
                                            "CurrencyList": {
                                                "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
                                                "Currency": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 1,
                                                        "code": "AFN",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 2,
                                                        "code": "EUR",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 3,
                                                        "code": "ALL",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 4,
                                                        "code": "DZD",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 5,
                                                        "code": "USD",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 6,
                                                        "code": "AOA",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 7,
                                                        "code": "XCD",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 8,
                                                        "code": "ARS",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 9,
                                                        "code": "AMD",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                                        "id": 10,
                                                        "code": "AWG",
                                                        "subunits": 2,
                                                        "enabled": false
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.CurrencyView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CurrencyView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter currencies",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CurrencyViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.CurrencyViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CurrencyViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "CurrencyQuery": {
                                        "limit": "10",
                                        "offset": "0"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CurrencyViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CurrencyViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/currencies/{id}": {
            "get": {
                "operationId": "api_productcatalogcurrencies_id_get",
                "tags": [
                    "Product Currency"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Currency+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CurrencyWrapper"
                                },
                                "example": {
                                    "Currency": {
                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                        "id": 1,
                                        "code": "AFN",
                                        "subunits": 1,
                                        "enabled": false
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read currencies."
                    },
                    "404": {
                        "description": "Error - the currency does not exist."
                    }
                },
                "summary": "Load currency",
                "description": "Loads a currency.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Currency - If set, the currency returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_productcatalogcurrencies_id_delete",
                "tags": [
                    "Product Currency"
                ],
                "responses": {
                    "200": {
                        "description": "No content - the given currency is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this currency."
                    }
                },
                "summary": "Delete currency",
                "description": "Deletes the given currency.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogcurrencies_id_patch",
                "tags": [
                    "Product Currency"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Currency+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CurrencyWrapper"
                                },
                                "example": {
                                    "Currency": {
                                        "_media-type": "application/vnd.ibexa.api.Currency+json",
                                        "id": 1,
                                        "code": "AFN",
                                        "subunits": 1,
                                        "enabled": false
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this User."
                    },
                    "403": {
                        "description": "Error - a currency with the same ID already exists."
                    },
                    "404": {
                        "description": "Error - the currency with the given ID does not exist."
                    }
                },
                "summary": "Update currency",
                "description": "Updates a currency.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated currency is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CurrencyUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated CurrencyUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CurrencyUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CurrencyUpdateWrapper"
                            },
                            "example": {
                                "CurrencyUpdate": {
                                    "subunits": 1,
                                    "enabled": false
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/customer_groups": {
            "get": {
                "operationId": "api_productcatalogcustomer_groups_get",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomerGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupListWrapper"
                                },
                                "example": {
                                    "CustomerGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
                                        "CustomerGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                                "id": 1,
                                                "name": "Resellers",
                                                "identifier": "resellers",
                                                "description": "",
                                                "users": [],
                                                "global_price_rate": "0.00"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                                "id": 2,
                                                "name": "Contractors",
                                                "identifier": "contractors",
                                                "description": "",
                                                "users": [],
                                                "global_price_rate": "-20.00"
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read customer groups."
                    }
                },
                "summary": "Load customer groups",
                "description": "Returns a list of customer groups",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the customer groups list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_productcatalogcustomer_groups_post",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.CustomerGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupWrapper"
                                },
                                "example": {
                                    "CustomerGroup": {
                                        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                        "id": 1,
                                        "name": "Customer Group",
                                        "identifier": "customer_group",
                                        "description": "",
                                        "users": [],
                                        "global_price_rate": "1.00"
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this Customer Group."
                    },
                    "403": {
                        "description": "Error - a customer group with the same name already exists."
                    }
                },
                "summary": "Create customer group",
                "description": "Creates a new customer group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new customer group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CustomerGroupCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CustomerGroupCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CustomerGroupCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CustomerGroupCreateWrapper"
                            },
                            "example": {
                                "CustomerGroupCreate": {
                                    "identifier": "customer_group",
                                    "names": {
                                        "eng-GB": "Customer Group"
                                    },
                                    "descriptions": {
                                        "eng-GB": "Customer Group description"
                                    },
                                    "global_price_rate": "1"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/customer_groups/view": {
            "post": {
                "operationId": "api_productcatalogcustomer_groupsview_post",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomerGroupView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupViewWrapper"
                                },
                                "example": {
                                    "CustomerGroupView": {
                                        "_media-type": "application/vnd.ibexa.api.CustomerGroupView+json",
                                        "identifier": "TitleView",
                                        "CustomerGroupQuery": {
                                            "_media-type": "application/vnd.ibexa.api.CustomerGroupQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 1,
                                            "CustomerGroupList": {
                                                "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
                                                "CustomerGroup": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                                        "id": 1,
                                                        "name": "Business",
                                                        "identifier": "business",
                                                        "description": "Most trusted business customers, being our partners for at least 5 years.",
                                                        "users": [],
                                                        "global_price_rate": "15.00"
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.CustomerGroupView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter customer groups",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new CustomerGroupViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.CustomerGroupViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CustomerGroupViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "CustomerGroupQuery": {
                                        "limit": "10",
                                        "offset": "0"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.CustomerGroupViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/CustomerGroupViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/customer_groups/{identifier}": {
            "get": {
                "operationId": "api_productcatalogcustomer_groups_identifier_get",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomerGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupWrapper"
                                },
                                "example": {
                                    "CustomerGroup": {
                                        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                        "id": 1,
                                        "name": "Customer Group",
                                        "identifier": "customer_group",
                                        "description": "",
                                        "users": [],
                                        "global_price_rate": "1.00"
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read customer groups."
                    }
                },
                "summary": "Load customer group",
                "description": "Returns a customer group",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the customer group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_productcatalogcustomer_groups_identifier_delete",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given customer group is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this customer group."
                    }
                },
                "summary": "Delete customer group",
                "description": "Deletes the given customer group.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogcustomer_groups_identifier_patch",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.CustomerGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupWrapper"
                                },
                                "example": {
                                    "CustomerGroup": {
                                        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                        "id": 1,
                                        "name": "Customer Group",
                                        "identifier": "customer_group",
                                        "description": "",
                                        "users": [],
                                        "global_price_rate": "1.00"
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update a customer group."
                    }
                },
                "summary": "Update customer group",
                "description": "Updates the given customer group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated customer group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The CustomerGroupUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated CustomerGroupUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.CustomerGroupUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/CustomerGroupUpdateWrapper"
                            },
                            "example": {
                                "CustomerGroupUpdate": {
                                    "identifier": "customer_group",
                                    "names": {
                                        "eng-GB": "Customer Group"
                                    },
                                    "global_price_rate": "1"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/customer_groups/{id}": {
            "get": {
                "operationId": "api_productcatalogcustomer_groups_id_get",
                "tags": [
                    "Product Customer Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.CustomerGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CustomerGroupWrapper"
                                },
                                "example": {
                                    "CustomerGroup": {
                                        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
                                        "id": 1,
                                        "name": "Customer Group",
                                        "identifier": "customer_group",
                                        "description": "",
                                        "users": [],
                                        "global_price_rate": "1.00"
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read customer groups."
                    }
                },
                "summary": "Load customer group",
                "description": "Returns a customer group",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the customer group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/regions": {
            "get": {
                "operationId": "api_productcatalogregions_get",
                "tags": [
                    "Product Region"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RegionList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RegionListWrapper"
                                },
                                "example": {
                                    "RegionList": {
                                        "_media-type": "application/vnd.ibexa.api.RegionList+json",
                                        "Region": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Region+json",
                                                "identifier": "france"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Region+json",
                                                "identifier": "__REGION_2__"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Region+json",
                                                "identifier": "__REGION_1__"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Region+json",
                                                "identifier": "foo"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Region+json",
                                                "identifier": "bar"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RegionList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RegionList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read regions."
                    }
                },
                "summary": "Load regions",
                "description": "Loads the list of regions.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "RegionList - If set, the regions list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/regions/view": {
            "post": {
                "operationId": "api_productcatalogregionsview_post",
                "tags": [
                    "Product Region"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RegionView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RegionViewWrapper"
                                },
                                "example": {
                                    "RegionView": {
                                        "_media-type": "application/vnd.ibexa.api.RegionView+json",
                                        "identifier": "TitleView",
                                        "RegionQuery": {
                                            "_media-type": "application/vnd.ibexa.api.RegionQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 2,
                                            "RegionList": {
                                                "_media-type": "application/vnd.ibexa.api.RegionList+json",
                                                "Region": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Region+json",
                                                        "identifier": "region_1"
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.Region+json",
                                                        "identifier": "region_2"
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RegionView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RegionView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter regions",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new RegionViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.RegionViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RegionViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "RegionQuery": {
                                        "limit": "10",
                                        "offset": "0"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RegionViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RegionViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/regions/{identifier}": {
            "get": {
                "operationId": "api_productcatalogregions_identifier_get",
                "tags": [
                    "Product Region"
                ],
                "responses": {
                    "200": {
                        "description": "OK - loads region.",
                        "content": {
                            "application/vnd.ibexa.api.Region+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RegionWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Region+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Region"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the region does not exist."
                    }
                },
                "summary": "Load region",
                "description": "Loads a region by its identifier",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/product_types": {
            "get": {
                "operationId": "api_productcatalogproduct_types_get",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductTypeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeListWrapper"
                                },
                                "example": {
                                    "ProductTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
                                        "ProductType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                "identifier": "s_rope",
                                                "name": "Static ropes",
                                                "AttributeAssignmentList": []
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductTypeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read product type."
                    }
                },
                "summary": "Load product types (deprecated)",
                "description": "Returns a list of product types. Deprecated as of Ibexa DXP 4.3, use POST /product/catalog/product_types/view instead.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "ProductTypeList - If set, the product type list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The ProductTypeList schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/vnd.ibexa.api.ProductTypeListGet+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductTypeListGetWrapper"
                            },
                            "example": {
                                "ProductTypeListGet": {
                                    "name_prefix": "s",
                                    "offset": 0,
                                    "limit": 10
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ProductTypeListGet+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductTypeListGet"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            },
            "post": {
                "operationId": "api_productcatalogproduct_types_post",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ProductType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeWrapper"
                                },
                                "example": {
                                    "ProductType": {
                                        "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                        "identifier": "NEW",
                                        "name": "pt_1_updated",
                                        "AttributeAssignmentList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                "is_required": false,
                                                "is_discriminator": true,
                                                "Attribute": {
                                                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                    "identifier": "size",
                                                    "name": "Size",
                                                    "description": "",
                                                    "type": "Integer",
                                                    "type_identifier": "integer",
                                                    "value": 5,
                                                    "group": "Hat",
                                                    "position": 0,
                                                    "options": []
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this product type."
                    },
                    "403": {
                        "description": "Error - a product type with the same name already exists."
                    },
                    "404": {
                        "description": "Error - the product type with the given ID does not exist."
                    }
                },
                "summary": "Create product type",
                "description": "Creates a new product type.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new product type is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The ProductType schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductTypeCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductTypeCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductTypeCreateWrapper"
                            },
                            "example": {
                                "ProductTypeCreate": {
                                    "ContentTypeCreateStruct": {
                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                        "_href": "/api/ibexa/v2/content/types/2",
                                        "id": 2,
                                        "status": "DEFINED",
                                        "identifier": "test_pt321",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Article"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "creationDate": "2002-06-18T09:21:38+00:00",
                                        "modificationDate": "2021-06-28T11:31:22+00:00",
                                        "remoteId": "c15b600eb9198b1924063b5a68758232",
                                        "urlAliasSchema": "",
                                        "nameSchema": "<short_title|title>",
                                        "isContainer": true,
                                        "mainLanguageCode": "eng-GB",
                                        "defaultAlwaysAvailable": false,
                                        "defaultSortField": "PATH",
                                        "defaultSortOrder": "ASC",
                                        "FieldDefinitions": {
                                            "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                            "FieldDefinition": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                    "id": 1,
                                                    "identifier": "title",
                                                    "fieldType": "ibexa_string",
                                                    "fieldGroup": "",
                                                    "position": 1,
                                                    "isTranslatable": true,
                                                    "isRequired": true,
                                                    "isInfoCollector": false,
                                                    "defaultValue": "New article",
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Title"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": {
                                                        "StringLengthValidator": {
                                                            "maxStringLength": 255,
                                                            "minStringLength": null
                                                        }
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    "main_language_code": "eng-GB",
                                    "assigned_attributes": [
                                        {
                                            "identifier": "testAttr",
                                            "is_required": false,
                                            "is_discriminator": true
                                        }
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/product_types/is_used/{identifier}": {
            "get": {
                "operationId": "api_productcatalogproduct_typesis_used_identifier_get",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "200": {
                        "description": "OK - product type usage is returned.",
                        "content": {
                            "application/vnd.ibexa.api.ProductTypeUsage+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeUsageWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ProductTypeUsage+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeUsage"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - product type not found."
                    }
                },
                "summary": "Check product type usage",
                "description": "Checks whether the product type is in use.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/product_types/view": {
            "post": {
                "operationId": "api_productcatalogproduct_typesview_post",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductTypeView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeViewWrapper"
                                },
                                "example": {
                                    "ProductTypeView": {
                                        "_media-type": "application/vnd.ibexa.api.ProductTypeView+json",
                                        "identifier": "TitleView",
                                        "ProductTypeQuery": {
                                            "_media-type": "application/vnd.ibexa.api.ProductTypeQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 1,
                                            "ProductTypeList": {
                                                "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
                                                "ProductType": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                        "identifier": "climbing_shoe",
                                                        "name": "New Product Type",
                                                        "AttributeAssignmentList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                "is_required": false,
                                                                "is_discriminator": false,
                                                                "Attribute": {
                                                                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                    "identifier": "measure",
                                                                    "name": "measure",
                                                                    "description": "",
                                                                    "type": "Measurement",
                                                                    "type_identifier": "measurement",
                                                                    "group": "Test Attribute group",
                                                                    "position": 0,
                                                                    "options": {
                                                                        "type": "length",
                                                                        "unit": "centimeter",
                                                                        "measurementRange": {
                                                                            "minimum": 12,
                                                                            "maximum": 15
                                                                        },
                                                                        "measurementDefaultRange": {
                                                                            "defaultRangeMinimumValue": null,
                                                                            "defaultRangeMaximumValue": null
                                                                        }
                                                                    }
                                                                }
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                "is_required": false,
                                                                "is_discriminator": false,
                                                                "Attribute": {
                                                                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                    "identifier": "leather_color",
                                                                    "name": "leather color",
                                                                    "description": "",
                                                                    "type": "Color",
                                                                    "type_identifier": "color",
                                                                    "value": "#000000",
                                                                    "group": "Test Attribute group",
                                                                    "position": 0,
                                                                    "options": []
                                                                }
                                                            }
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductTypeView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter product types",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductTypeViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductTypeViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductTypeViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "ProductTypeQuery": {
                                        "limit": "10",
                                        "offset": "0",
                                        "name_prefix": "new"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ProductTypeViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductTypeViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/product_types/{identifier}": {
            "get": {
                "operationId": "api_productcatalogproduct_types_identifier_get",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "200": {
                        "description": "OK - load the product type",
                        "content": {
                            "application/vnd.ibexa.api.ProductTypeUsage+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeUsageWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ProductTypeUsage+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeUsage"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read product type."
                    },
                    "404": {
                        "description": "Error - product type not found."
                    }
                },
                "summary": "Load product type",
                "description": "Returns the given product type.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/product_types/{id}": {
            "delete": {
                "operationId": "api_productcatalogproduct_types_id_delete",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given product type is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this product type."
                    }
                },
                "summary": "Delete product type",
                "description": "Deletes the given product type.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogproduct_types_id_patch",
                "tags": [
                    "Product Type"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ProductType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductTypeWrapper"
                                },
                                "example": {
                                    "ProductType": {
                                        "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                        "identifier": "NEW",
                                        "name": "pt_1_updated",
                                        "AttributeAssignmentList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                "is_required": false,
                                                "is_discriminator": true,
                                                "Attribute": {
                                                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                    "identifier": "size",
                                                    "name": "Size",
                                                    "description": "",
                                                    "type": "Integer",
                                                    "type_identifier": "integer",
                                                    "value": 5,
                                                    "group": "Hat",
                                                    "position": 0,
                                                    "options": []
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this product type."
                    },
                    "404": {
                        "description": "Error - the product type with the given ID does not exist."
                    }
                },
                "summary": "Update product type",
                "description": "Updates product type.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated product type is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the updated product type is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ProductTypeUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductTypeUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductTypeUpdateWrapper"
                            },
                            "example": {
                                "ProductTypeUpdate": {
                                    "ContentTypeUpdateStruct": {
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "pt_1_updated"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "updated"
                                                }
                                            ]
                                        }
                                    },
                                    "assigned_attributes": [
                                        {
                                            "identifier": "size",
                                            "is_required": false,
                                            "is_discriminator": true
                                        }
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/product_variant/{code}": {
            "get": {
                "operationId": "api_productcatalogproduct_variant_code_get",
                "tags": [
                    "Product Variant"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductVariant+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductVariantWrapper"
                                },
                                "example": {
                                    "ProductVariant": {
                                        "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
                                        "code": "test",
                                        "name": "Macbook Air ",
                                        "Product": {
                                            "_media-type": "application/vnd.ibexa.api.Product+json",
                                            "code": "mac_air",
                                            "name": "Macbook Air",
                                            "ProductType": {
                                                "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                "identifier": "laptop",
                                                "name": "Laptop",
                                                "AttributeAssignmentList": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                        "is_required": false,
                                                        "is_discriminator": true,
                                                        "Attribute": {
                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                            "identifier": "number",
                                                            "name": "number",
                                                            "description": "",
                                                            "type": "Float",
                                                            "type_identifier": "float",
                                                            "value": 1.5,
                                                            "group": "test",
                                                            "position": 0,
                                                            "options": {
                                                                "min": 4,
                                                                "max": 5
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                        "is_required": false,
                                                        "is_discriminator": true,
                                                        "Attribute": {
                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                            "identifier": "testattr",
                                                            "name": "testAttr",
                                                            "description": "",
                                                            "type": "Integer",
                                                            "type_identifier": "integer",
                                                            "value": 5,
                                                            "group": "test",
                                                            "position": 0,
                                                            "options": {
                                                                "min": 4,
                                                                "max": 5
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                "_href": "/api/ibexa/v2/content/objects/152",
                                                "_remoteId": "2d61ff8d0043eb299ca8c29c74f25441",
                                                "_id": 152,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/56"
                                                },
                                                "Name": "Macbook Air",
                                                "TranslatedName": "Macbook Air",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/currentversion",
                                                    "Version": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/152/versions/1",
                                                        "VersionInfo": {
                                                            "id": 635,
                                                            "versionNo": 1,
                                                            "status": "PUBLISHED",
                                                            "modificationDate": "2022-07-21T15:17:18+02:00",
                                                            "Creator": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "creationDate": "2022-07-21T15:17:18+02:00",
                                                            "initialLanguageCode": "eng-GB",
                                                            "languageCodes": "eng-GB",
                                                            "VersionTranslationInfo": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                "Language": [
                                                                    {
                                                                        "languageCode": "eng-GB"
                                                                    }
                                                                ]
                                                            },
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Macbook Air"
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                "_href": "/api/ibexa/v2/content/objects/152"
                                                            }
                                                        },
                                                        "Fields": {
                                                            "field": [
                                                                {
                                                                    "id": 716,
                                                                    "fieldDefinitionIdentifier": "name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Macbook Air"
                                                                },
                                                                {
                                                                    "id": 717,
                                                                    "fieldDefinitionIdentifier": "product_specification",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_product_specification",
                                                                    "fieldValue": {
                                                                        "id": 89,
                                                                        "code": "mac_air",
                                                                        "attributes": []
                                                                    }
                                                                },
                                                                {
                                                                    "id": 718,
                                                                    "fieldDefinitionIdentifier": "description",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                                    "fieldValue": {
                                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ibexa.co/xmlns/dxp/docbook/xhtml\" xmlns:ezcustom=\"http://ibexa.co/xmlns/dxp/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>test</para></section>\n",
                                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>test</p></section>\n"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 719,
                                                                    "fieldDefinitionIdentifier": "image",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_image_asset",
                                                                    "fieldValue": {
                                                                        "destinationContentId": null,
                                                                        "alternativeText": null,
                                                                        "source": null
                                                                    }
                                                                },
                                                                {
                                                                    "id": 720,
                                                                    "fieldDefinitionIdentifier": "category",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                    "fieldValue": {
                                                                        "taxonomy_entries": [],
                                                                        "taxonomy": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Relations": {
                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/152/versions/1/relations",
                                                            "Relation": []
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        }
                                                    }
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2022-07-21T15:17:18+02:00",
                                                "publishedDate": "2022-07-21T15:17:18+02:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": true,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/objectstates"
                                                }
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            },
                                            "created_at": 1658409438,
                                            "updated_at": 1658409438,
                                            "AttributesList": []
                                        },
                                        "DiscriminatorAttributesList": []
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to view this product variant."
                    },
                    "404": {
                        "description": "Error - no product variant with the given code exists."
                    }
                },
                "summary": "Load product variant",
                "description": "Loads the given product variant.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the product variant is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/product_variants/generate/{baseProductCode}": {
            "post": {
                "operationId": "api_productcatalogproduct_variantsgenerate_baseProductCode_post",
                "tags": [
                    "Product Variant"
                ],
                "responses": {
                    "201": {
                        "description": "No content - product variants are generated."
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this product variant."
                    },
                    "403": {
                        "description": "Error - a product variant with the same name already exists."
                    },
                    "404": {
                        "description": "Error - no base product with the given code exists."
                    }
                },
                "summary": "Generate product variants",
                "description": "Generates new product variants based on selected (discriminator) attributes.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new product variant is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The product variant schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "baseProductCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductVariantGenereateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductVariantGenerate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductVariantGenerateWrapper"
                            },
                            "example": {
                                "ProductVariantGenerate": {
                                    "attributes": {
                                        "width": [
                                            123
                                        ],
                                        "colors": [
                                            "#000000",
                                            "#ffffff",
                                            "#d4d400",
                                            "#ff0000"
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/product_variants/view/{baseProductCode}": {
            "post": {
                "operationId": "api_productcatalogproduct_variantsview_baseProductCode_post",
                "tags": [
                    "Product Variant"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ProductVariantView+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductVariantViewWrapper"
                                },
                                "example": {
                                    "ProductVariantView": {
                                        "_media-type": "application/vnd.ibexa.api.ProductVariantView+json",
                                        "identifier": "TitleView",
                                        "ProductVariantQuery": {
                                            "_media-type": "application/vnd.ibexa.api.ProductVariantQuery+json"
                                        },
                                        "Result": {
                                            "_media-type": "application/vnd.ibexa.api.ViewResult+json",
                                            "count": 2,
                                            "ProductVariantList": {
                                                "_media-type": "application/vnd.ibexa.api.ProductVariantList+json",
                                                "ProductVariant": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
                                                        "code": "test",
                                                        "name": "Macbook Air 2/10",
                                                        "Product": {
                                                            "_media-type": "application/vnd.ibexa.api.Product+json",
                                                            "code": "mac_air",
                                                            "name": "Macbook Air",
                                                            "ProductType": {
                                                                "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                                "identifier": "laptop",
                                                                "name": "Laptop",
                                                                "AttributeAssignmentList": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                        "is_required": false,
                                                                        "is_discriminator": true,
                                                                        "Attribute": {
                                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                            "identifier": "number",
                                                                            "name": "number",
                                                                            "description": "",
                                                                            "type": "Float",
                                                                            "type_identifier": "float",
                                                                            "value": 1.5,
                                                                            "group": "test",
                                                                            "position": 0,
                                                                            "options": {
                                                                                "min": 4,
                                                                                "max": 5
                                                                            }
                                                                        }
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                        "is_required": false,
                                                                        "is_discriminator": true,
                                                                        "Attribute": {
                                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                            "identifier": "testattr",
                                                                            "name": "testAttr",
                                                                            "description": "",
                                                                            "type": "Integer",
                                                                            "type_identifier": "integer",
                                                                            "value": 5,
                                                                            "group": "test",
                                                                            "position": 0,
                                                                            "options": {
                                                                                "min": 4,
                                                                                "max": 5
                                                                            }
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                                "_href": "/api/ibexa/v2/content/objects/152",
                                                                "_remoteId": "2d61ff8d0043eb299ca8c29c74f25441",
                                                                "_id": 152,
                                                                "ContentType": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                    "_href": "/api/ibexa/v2/content/types/56"
                                                                },
                                                                "Name": "Macbook Air",
                                                                "TranslatedName": "Macbook Air",
                                                                "Versions": {
                                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/versions"
                                                                },
                                                                "CurrentVersion": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/currentversion",
                                                                    "Version": {
                                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/152/versions/1",
                                                                        "VersionInfo": {
                                                                            "id": 635,
                                                                            "versionNo": 1,
                                                                            "status": "PUBLISHED",
                                                                            "modificationDate": "2022-07-21T15:17:18+02:00",
                                                                            "Creator": {
                                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                                            },
                                                                            "creationDate": "2022-07-21T15:17:18+02:00",
                                                                            "initialLanguageCode": "eng-GB",
                                                                            "languageCodes": "eng-GB",
                                                                            "VersionTranslationInfo": {
                                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                                "Language": [
                                                                                    {
                                                                                        "languageCode": "eng-GB"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "names": {
                                                                                "value": [
                                                                                    {
                                                                                        "_languageCode": "eng-GB",
                                                                                        "#text": "Macbook Air"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "Content": {
                                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                                "_href": "/api/ibexa/v2/content/objects/152"
                                                                            }
                                                                        },
                                                                        "Fields": {
                                                                            "field": [
                                                                                {
                                                                                    "id": 716,
                                                                                    "fieldDefinitionIdentifier": "name",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                                    "fieldValue": "Macbook Air"
                                                                                },
                                                                                {
                                                                                    "id": 717,
                                                                                    "fieldDefinitionIdentifier": "product_specification",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                    "fieldValue": {
                                                                                        "id": 89,
                                                                                        "code": "mac_air",
                                                                                        "attributes": []
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "id": 718,
                                                                                    "fieldDefinitionIdentifier": "description",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                                                    "fieldValue": {
                                                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ibexa.co/xmlns/dxp/docbook/xhtml\" xmlns:ezcustom=\"http://ibexa.co/xmlns/dxp/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>test</para></section>\n",
                                                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>test</p></section>\n"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "id": 719,
                                                                                    "fieldDefinitionIdentifier": "image",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                    "fieldValue": {
                                                                                        "destinationContentId": null,
                                                                                        "alternativeText": null,
                                                                                        "source": null
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "id": 720,
                                                                                    "fieldDefinitionIdentifier": "category",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                    "fieldValue": {
                                                                                        "taxonomy_entries": [],
                                                                                        "taxonomy": null
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Relations": {
                                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/152/versions/1/relations",
                                                                            "Relation": []
                                                                        },
                                                                        "Thumbnail": {
                                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                                            "width": null,
                                                                            "height": null,
                                                                            "mimeType": "image/svg+xml"
                                                                        }
                                                                    }
                                                                },
                                                                "Section": {
                                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                                },
                                                                "Locations": {
                                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/locations"
                                                                },
                                                                "Owner": {
                                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                                },
                                                                "lastModificationDate": "2022-07-21T15:17:18+02:00",
                                                                "publishedDate": "2022-07-21T15:17:18+02:00",
                                                                "mainLanguageCode": "eng-GB",
                                                                "currentVersionNo": 1,
                                                                "alwaysAvailable": true,
                                                                "isHidden": false,
                                                                "status": "PUBLISHED",
                                                                "ObjectStates": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/objectstates"
                                                                }
                                                            },
                                                            "Thumbnail": {
                                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                                "width": null,
                                                                "height": null,
                                                                "mimeType": "image/svg+xml"
                                                            },
                                                            "created_at": 1658409438,
                                                            "updated_at": 1658409438,
                                                            "AttributesList": []
                                                        },
                                                        "DiscriminatorAttributesList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "number",
                                                                "name": "number",
                                                                "description": "",
                                                                "type": "Float",
                                                                "type_identifier": "float",
                                                                "value": 1.5,
                                                                "group": "test",
                                                                "position": 0,
                                                                "options": {
                                                                    "min": 4,
                                                                    "max": 5
                                                                }
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "testattr",
                                                                "name": "testAttr",
                                                                "description": "",
                                                                "type": "Integer",
                                                                "type_identifier": "integer",
                                                                "value": 5,
                                                                "group": "test",
                                                                "position": 0,
                                                                "options": {
                                                                    "min": 4,
                                                                    "max": 5
                                                                }
                                                            }
                                                        ]
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
                                                        "code": "fdsfds",
                                                        "name": "Macbook Air 32/232",
                                                        "Product": {
                                                            "_media-type": "application/vnd.ibexa.api.Product+json",
                                                            "code": "mac_air",
                                                            "name": "Macbook Air",
                                                            "ProductType": {
                                                                "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                                "identifier": "laptop",
                                                                "name": "Laptop",
                                                                "AttributeAssignmentList": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                        "is_required": false,
                                                                        "is_discriminator": true,
                                                                        "Attribute": {
                                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                            "identifier": "number",
                                                                            "name": "number",
                                                                            "description": "",
                                                                            "type": "Float",
                                                                            "type_identifier": "float",
                                                                            "value": 1.5,
                                                                            "group": "test",
                                                                            "position": 0,
                                                                            "options": {
                                                                                "min": 4,
                                                                                "max": 5
                                                                            }
                                                                        }
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                                        "is_required": false,
                                                                        "is_discriminator": true,
                                                                        "Attribute": {
                                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                            "identifier": "testattr",
                                                                            "name": "testAttr",
                                                                            "description": "",
                                                                            "type": "Integer",
                                                                            "type_identifier": "integer",
                                                                            "value": 5,
                                                                            "group": "test",
                                                                            "position": 0,
                                                                            "options": {
                                                                                "min": 4,
                                                                                "max": 5
                                                                            }
                                                                        }
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                                "_href": "/api/ibexa/v2/content/objects/152",
                                                                "_remoteId": "2d61ff8d0043eb299ca8c29c74f25441",
                                                                "_id": 152,
                                                                "ContentType": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                                    "_href": "/api/ibexa/v2/content/types/56"
                                                                },
                                                                "Name": "Macbook Air",
                                                                "TranslatedName": "Macbook Air",
                                                                "Versions": {
                                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/versions"
                                                                },
                                                                "CurrentVersion": {
                                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/currentversion",
                                                                    "Version": {
                                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                                        "_href": "/api/ibexa/v2/content/objects/152/versions/1",
                                                                        "VersionInfo": {
                                                                            "id": 635,
                                                                            "versionNo": 1,
                                                                            "status": "PUBLISHED",
                                                                            "modificationDate": "2022-07-21T15:17:18+02:00",
                                                                            "Creator": {
                                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                                            },
                                                                            "creationDate": "2022-07-21T15:17:18+02:00",
                                                                            "initialLanguageCode": "eng-GB",
                                                                            "languageCodes": "eng-GB",
                                                                            "VersionTranslationInfo": {
                                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                                "Language": [
                                                                                    {
                                                                                        "languageCode": "eng-GB"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "names": {
                                                                                "value": [
                                                                                    {
                                                                                        "_languageCode": "eng-GB",
                                                                                        "#text": "Macbook Air"
                                                                                    }
                                                                                ]
                                                                            },
                                                                            "Content": {
                                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                                "_href": "/api/ibexa/v2/content/objects/152"
                                                                            }
                                                                        },
                                                                        "Fields": {
                                                                            "field": [
                                                                                {
                                                                                    "id": 716,
                                                                                    "fieldDefinitionIdentifier": "name",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                                    "fieldValue": "Macbook Air"
                                                                                },
                                                                                {
                                                                                    "id": 717,
                                                                                    "fieldDefinitionIdentifier": "product_specification",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_product_specification",
                                                                                    "fieldValue": {
                                                                                        "id": 89,
                                                                                        "code": "mac_air",
                                                                                        "attributes": []
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "id": 718,
                                                                                    "fieldDefinitionIdentifier": "description",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                                                    "fieldValue": {
                                                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ibexa.co/xmlns/dxp/docbook/xhtml\" xmlns:ezcustom=\"http://ibexa.co/xmlns/dxp/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>test</para></section>\n",
                                                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>test</p></section>\n"
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "id": 719,
                                                                                    "fieldDefinitionIdentifier": "image",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_image_asset",
                                                                                    "fieldValue": {
                                                                                        "destinationContentId": null,
                                                                                        "alternativeText": null,
                                                                                        "source": null
                                                                                    }
                                                                                },
                                                                                {
                                                                                    "id": 720,
                                                                                    "fieldDefinitionIdentifier": "category",
                                                                                    "languageCode": "eng-GB",
                                                                                    "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                                    "fieldValue": {
                                                                                        "taxonomy_entries": [],
                                                                                        "taxonomy": null
                                                                                    }
                                                                                }
                                                                            ]
                                                                        },
                                                                        "Relations": {
                                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                                            "_href": "/api/ibexa/v2/content/objects/152/versions/1/relations",
                                                                            "Relation": []
                                                                        },
                                                                        "Thumbnail": {
                                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                                            "width": null,
                                                                            "height": null,
                                                                            "mimeType": "image/svg+xml"
                                                                        }
                                                                    }
                                                                },
                                                                "Section": {
                                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                                },
                                                                "Locations": {
                                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/locations"
                                                                },
                                                                "Owner": {
                                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                                },
                                                                "lastModificationDate": "2022-07-21T15:17:18+02:00",
                                                                "publishedDate": "2022-07-21T15:17:18+02:00",
                                                                "mainLanguageCode": "eng-GB",
                                                                "currentVersionNo": 1,
                                                                "alwaysAvailable": true,
                                                                "isHidden": false,
                                                                "status": "PUBLISHED",
                                                                "ObjectStates": {
                                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                                    "_href": "/api/ibexa/v2/content/objects/152/objectstates"
                                                                }
                                                            },
                                                            "Thumbnail": {
                                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                                "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                                "width": null,
                                                                "height": null,
                                                                "mimeType": "image/svg+xml"
                                                            },
                                                            "created_at": 1658409438,
                                                            "updated_at": 1658409438,
                                                            "AttributesList": []
                                                        },
                                                        "DiscriminatorAttributesList": [
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "number",
                                                                "name": "number",
                                                                "description": "",
                                                                "type": "Float",
                                                                "type_identifier": "float",
                                                                "value": 1.5,
                                                                "group": "test",
                                                                "position": 0,
                                                                "options": {
                                                                    "min": 4,
                                                                    "max": 5
                                                                }
                                                            },
                                                            {
                                                                "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                                "identifier": "testattr",
                                                                "name": "testAttr",
                                                                "description": "",
                                                                "type": "Integer",
                                                                "type_identifier": "integer",
                                                                "value": 5,
                                                                "group": "test",
                                                                "position": 0,
                                                                "options": {
                                                                    "min": 4,
                                                                    "max": 5
                                                                }
                                                            }
                                                        ]
                                                    }
                                                ]
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ProductVariantView+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductVariantView"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "404": {
                        "description": "Error - the base product does not exist."
                    }
                },
                "summary": "Filter product variants",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "baseProductCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductVariantViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductVariantViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductVariantViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "ProductVariantQuery": {
                                        "offset": "0",
                                        "limit": "10"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ProductVariantViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductVariantViewInput"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/product_variants/{baseProductCode}": {
            "post": {
                "operationId": "api_productcatalogproduct_variants_baseProductCode_post",
                "tags": [
                    "Product Variant"
                ],
                "responses": {
                    "201": {
                        "description": "No content - product variant is created."
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this product variant."
                    },
                    "403": {
                        "description": "Error - a product variant with the same name already exists."
                    },
                    "404": {
                        "description": "Error - no base product with the given code exists."
                    }
                },
                "summary": "Create product variant",
                "description": "Creates a new product variant.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new product variant is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The product variant schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "baseProductCode",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ProductVariantCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductVariantCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductVariantCreateWrapper"
                            },
                            "example": {
                                "ProductVariantCreate": {
                                    "attributes": {
                                        "width": 100,
                                        "height": 50,
                                        "color": "#000000"
                                    },
                                    "code": "macbook_pro"
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/product_variants/{code}": {
            "delete": {
                "operationId": "api_productcatalogproduct_variants_code_delete",
                "tags": [
                    "Product Variant"
                ],
                "responses": {
                    "204": {
                        "description": "No content - product variant is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this product variant."
                    }
                },
                "summary": "Delete product variant",
                "description": "Deletes the given product variant.",
                "parameters": [
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_productcatalogproduct_variants_code_patch",
                "tags": [
                    "Product Variant"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ProductVariant+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ProductVariantWrapper"
                                },
                                "example": {
                                    "ProductVariant": {
                                        "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
                                        "code": "test",
                                        "name": "Macbook Air ",
                                        "Product": {
                                            "_media-type": "application/vnd.ibexa.api.Product+json",
                                            "code": "mac_air",
                                            "name": "Macbook Air",
                                            "ProductType": {
                                                "_media-type": "application/vnd.ibexa.api.ProductType+json",
                                                "identifier": "laptop",
                                                "name": "Laptop",
                                                "AttributeAssignmentList": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                        "is_required": false,
                                                        "is_discriminator": true,
                                                        "Attribute": {
                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                            "identifier": "number",
                                                            "name": "number",
                                                            "description": "",
                                                            "type": "Float",
                                                            "type_identifier": "float",
                                                            "value": 1.5,
                                                            "group": "test",
                                                            "position": 0,
                                                            "options": {
                                                                "min": 4,
                                                                "max": 5
                                                            }
                                                        }
                                                    },
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
                                                        "is_required": false,
                                                        "is_discriminator": true,
                                                        "Attribute": {
                                                            "_media-type": "application/vnd.ibexa.api.Attribute+json",
                                                            "identifier": "testattr",
                                                            "name": "testAttr",
                                                            "description": "",
                                                            "type": "Integer",
                                                            "type_identifier": "integer",
                                                            "value": 5,
                                                            "group": "test",
                                                            "position": 0,
                                                            "options": {
                                                                "min": 4,
                                                                "max": 5
                                                            }
                                                        }
                                                    }
                                                ]
                                            },
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.Content+json",
                                                "_href": "/api/ibexa/v2/content/objects/152",
                                                "_remoteId": "2d61ff8d0043eb299ca8c29c74f25441",
                                                "_id": 152,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/56"
                                                },
                                                "Name": "Macbook Air",
                                                "TranslatedName": "Macbook Air",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/currentversion",
                                                    "Version": {
                                                        "_media-type": "application/vnd.ibexa.api.Version+json",
                                                        "_href": "/api/ibexa/v2/content/objects/152/versions/1",
                                                        "VersionInfo": {
                                                            "id": 635,
                                                            "versionNo": 1,
                                                            "status": "PUBLISHED",
                                                            "modificationDate": "2022-07-21T15:17:18+02:00",
                                                            "Creator": {
                                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                                "_href": "/api/ibexa/v2/user/users/14"
                                                            },
                                                            "creationDate": "2022-07-21T15:17:18+02:00",
                                                            "initialLanguageCode": "eng-GB",
                                                            "languageCodes": "eng-GB",
                                                            "VersionTranslationInfo": {
                                                                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                                "Language": [
                                                                    {
                                                                        "languageCode": "eng-GB"
                                                                    }
                                                                ]
                                                            },
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Macbook Air"
                                                                    }
                                                                ]
                                                            },
                                                            "Content": {
                                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                                "_href": "/api/ibexa/v2/content/objects/152"
                                                            }
                                                        },
                                                        "Fields": {
                                                            "field": [
                                                                {
                                                                    "id": 716,
                                                                    "fieldDefinitionIdentifier": "name",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_string",
                                                                    "fieldValue": "Macbook Air"
                                                                },
                                                                {
                                                                    "id": 717,
                                                                    "fieldDefinitionIdentifier": "product_specification",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_product_specification",
                                                                    "fieldValue": {
                                                                        "id": 89,
                                                                        "code": "mac_air",
                                                                        "attributes": []
                                                                    }
                                                                },
                                                                {
                                                                    "id": 718,
                                                                    "fieldDefinitionIdentifier": "description",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_richtext",
                                                                    "fieldValue": {
                                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ibexa.co/xmlns/dxp/docbook/xhtml\" xmlns:ezcustom=\"http://ibexa.co/xmlns/dxp/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>test</para></section>\n",
                                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"><p>test</p></section>\n"
                                                                    }
                                                                },
                                                                {
                                                                    "id": 719,
                                                                    "fieldDefinitionIdentifier": "image",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_image_asset",
                                                                    "fieldValue": {
                                                                        "destinationContentId": null,
                                                                        "alternativeText": null,
                                                                        "source": null
                                                                    }
                                                                },
                                                                {
                                                                    "id": 720,
                                                                    "fieldDefinitionIdentifier": "category",
                                                                    "languageCode": "eng-GB",
                                                                    "fieldTypeIdentifier": "ibexa_taxonomy_entry_assignment",
                                                                    "fieldValue": {
                                                                        "taxonomy_entries": [],
                                                                        "taxonomy": null
                                                                    }
                                                                }
                                                            ]
                                                        },
                                                        "Relations": {
                                                            "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/152/versions/1/relations",
                                                            "Relation": []
                                                        },
                                                        "Thumbnail": {
                                                            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                            "width": null,
                                                            "height": null,
                                                            "mimeType": "image/svg+xml"
                                                        }
                                                    }
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2022-07-21T15:17:18+02:00",
                                                "publishedDate": "2022-07-21T15:17:18+02:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": true,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/152/objectstates"
                                                }
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            },
                                            "created_at": 1658409438,
                                            "updated_at": 1658409438,
                                            "AttributesList": []
                                        },
                                        "DiscriminatorAttributesList": []
                                    }
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this product variant."
                    },
                    "403": {
                        "description": "Error - a product variant with the same code already exists."
                    },
                    "404": {
                        "description": "Error - no product variant with the given code exists."
                    }
                },
                "summary": "Update product variant",
                "description": "Updates product variant.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated product variant is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The product variant update schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ProductVariantUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ProductVariantUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ProductVariantUpdateWrapper"
                            },
                            "example": {
                                "ProductVariantUpdate": {
                                    "code": "test",
                                    "attributes": {
                                        "number": 2,
                                        "testattr": 10
                                    }
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/product/catalog/vat/{region}": {
            "get": {
                "operationId": "api_productcatalogvat_region_get",
                "tags": [
                    "Product Vat"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.VatCategoryList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VatCategoryListWrapper"
                                },
                                "example": {
                                    "VatCategoryList": {
                                        "_media-type": "application/vnd.ibexa.api.VatCategoryList+json",
                                        "VatCategory": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.VatCategory+json",
                                                "identifier": "standard",
                                                "region": "region_1",
                                                "vatValue": 18
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.VatCategory+json",
                                                "identifier": "reduced",
                                                "region": "region_1",
                                                "vatValue": 6
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.VatCategory+json",
                                                "identifier": "none",
                                                "region": "region_1",
                                                "vatValue": null
                                            }
                                        ]
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this object."
                    },
                    "404": {
                        "description": "Error - the VAT category region does not exist."
                    }
                },
                "summary": "Load VAT region",
                "description": "Loads a VAT category for the given region.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the VAT category list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "region",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/product/catalog/vat/{region}/{identifier}": {
            "get": {
                "operationId": "api_productcatalogvat_region_identifier_get",
                "tags": [
                    "Product Vat"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.VatCategory+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VatCategoryWrapper"
                                },
                                "example": {
                                    "VatCategory": {
                                        "_media-type": "application/vnd.ibexa.api.VatCategory+json",
                                        "identifier": "standard",
                                        "region": "region_1",
                                        "vatValue": 18
                                    }
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this object."
                    },
                    "404": {
                        "description": "Error - the VAT category for the given identifier not exists."
                    }
                },
                "summary": "Load VAT specific region",
                "description": "Loads a VAT category for the given identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the VAT category list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "region",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/sections": {
            "get": {
                "operationId": "api_contentsections_get",
                "tags": [
                    "Section"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.SectionList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SectionListWrapper"
                                },
                                "example": {
                                    "SectionList": {
                                        "_media-type": "application/vnd.ibexa.api.SectionList+json",
                                        "_href": "/api/ibexa/v2/content/sections",
                                        "Section": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/1",
                                                "sectionId": 1,
                                                "identifier": "standard",
                                                "name": "Standard"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/2",
                                                "sectionId": 2,
                                                "identifier": "users",
                                                "name": "Users"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/3",
                                                "sectionId": 3,
                                                "identifier": "media",
                                                "name": "Media"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/6",
                                                "sectionId": 6,
                                                "identifier": "form",
                                                "name": "Form"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/7",
                                                "sectionId": 7,
                                                "identifier": "template",
                                                "name": "Template"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Section+json",
                                                "_href": "/api/ibexa/v2/content/sections/8",
                                                "sectionId": 8,
                                                "identifier": "restricted",
                                                "name": "Restricted"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.SectionList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/SectionList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SectionList media-type=\"application/vnd.ibexa.api.SectionList+xml\" href=\"/api/ibexa/v2/content/sections\">\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\">\n        <sectionId>1</sectionId>\n        <identifier>standard</identifier>\n        <name>Standard</name>\n    </Section>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\">\n        <sectionId>2</sectionId>\n        <identifier>users</identifier>\n        <name>Users</name>\n    </Section>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/3\">\n        <sectionId>3</sectionId>\n        <identifier>media</identifier>\n        <name>Media</name>\n    </Section>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/6\">\n        <sectionId>6</sectionId>\n        <identifier>form</identifier>\n        <name>Form</name>\n    </Section>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/7\">\n        <sectionId>7</sectionId>\n        <identifier>template</identifier>\n        <name>Template</name>\n    </Section>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/8\">\n        <sectionId>8</sectionId>\n        <identifier>restricted</identifier>\n        <name>Restricted</name>\n    </Section>\n</SectionList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read the Section."
                    }
                },
                "summary": "Get Sections",
                "description": "Returns a list of all Sections.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Section list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contentsections_post",
                "tags": [
                    "Section"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Section+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SectionWrapper"
                                },
                                "example": {
                                    "Section": {
                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                        "_href": "/api/ibexa/v2/content/sections/7",
                                        "sectionId": 7,
                                        "identifier": "template",
                                        "name": "Template"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Section+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Section"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/7\">\n    <sectionId>7</sectionId>\n    <identifier>template</identifier>\n    <name>Template</name>\n</Section>\n"
                            }
                        }
                    }
                },
                "summary": "Create new Section",
                "description": "Creates a new Section.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Section is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Section input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new SectionCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.SectionInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/SectionInputWrapper"
                            },
                            "example": {
                                "SectionInput": {
                                    "identifier": "restricted",
                                    "name": "Restricted"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.SectionInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/SectionInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SectionInput>\n  <identifier>restricted</identifier>\n  <name>Restricted</name>\n</SectionInput>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/sections/{sectionId}": {
            "get": {
                "operationId": "api_contentsections_sectionId_get",
                "tags": [
                    "Section"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Section+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SectionWrapper"
                                },
                                "example": {
                                    "Section": {
                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                        "_href": "/api/ibexa/v2/content/sections/7",
                                        "sectionId": 7,
                                        "identifier": "template",
                                        "name": "Template"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Section+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Section"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/7\">\n    <sectionId>7</sectionId>\n    <identifier>template</identifier>\n    <name>Template</name>\n</Section>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this Section."
                    },
                    "404": {
                        "description": "Error - The Section does not exist."
                    }
                },
                "summary": "Get Section",
                "description": "Returns the Section by given Section ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Section is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sectionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contentsections_sectionId_delete",
                "tags": [
                    "Section"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - given Section is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this Section."
                    },
                    "404": {
                        "description": "Error - the Section does not exist."
                    }
                },
                "summary": "Delete Section",
                "description": "The given Section is deleted.",
                "parameters": [
                    {
                        "name": "sectionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contentsections_sectionId_patch",
                "tags": [
                    "Section"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Section+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SectionWrapper"
                                },
                                "example": {
                                    "Section": {
                                        "_media-type": "application/vnd.ibexa.api.Section+json",
                                        "_href": "/api/ibexa/v2/content/sections/7",
                                        "sectionId": 7,
                                        "identifier": "template",
                                        "name": "Template"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Section+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Section"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/7\">\n    <sectionId>7</sectionId>\n    <identifier>template</identifier>\n    <name>Template</name>\n</Section>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this Section."
                    },
                    "403": {
                        "description": "Error - a Section with the given identifier already exists."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the one provided in the If-Match header."
                    }
                },
                "summary": "Update a Section",
                "description": "Updates a Section. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Section is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Section input schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sectionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated SectionUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.SectionInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/SectionInputWrapper"
                            },
                            "example": {
                                "SectionInput": {
                                    "identifier": "restricted",
                                    "name": "Restricted"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.SectionInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/SectionInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SectionInput>\n  <identifier>restricted</identifier>\n  <name>Restricted</name>\n</SectionInput>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/segment_groups": {
            "get": {
                "operationId": "api_segment_groups_get",
                "tags": [
                    "Segmentation"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.SegmentGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentGroupListWrapper"
                                },
                                "example": {
                                    "SegmentGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.SegmentGroupList+json",
                                        "_href": "/api/ibexa/v2/segment_groups",
                                        "SegmentGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.SegmentGroup+json",
                                                "_href": "/api/ibexa/v2/segment_groups/corporate_accounts",
                                                "id": 1,
                                                "identifier": "corporate_accounts",
                                                "name": "Corporate Accounts"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.SegmentGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SegmentGroupList media-type=\"application/vnd.ibexa.api.SegmentGroupList+xml\" href=\"/api/ibexa/v2/segment_groups\">\n <SegmentGroup media-type=\"application/vnd.ibexa.api.SegmentGroup+xml\" href=\"/api/ibexa/v2/segment_groups/corporate_accounts\">\n  <id>1</id>\n  <identifier>corporate_accounts</identifier>\n  <name>Corporate Accounts</name>\n </SegmentGroup>\n</SegmentGroupList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to list segment groups.",
                        "content": {
                            "application/vnd.ibexa.api.ErrorMessage+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            },
                            "application/vnd.ibexa.api.ErrorMessage+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ErrorMessage"
                                }
                            }
                        }
                    }
                },
                "summary": "List segment groups",
                "description": "Lists segment groups.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list of segment groups is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/segment_groups/{identifier}": {
            "get": {
                "operationId": "api_segment_groups_identifier_get",
                "tags": [
                    "Segmentation"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.SegmentGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentGroupWrapper"
                                },
                                "example": {
                                    "SegmentGroup": {
                                        "_media-type": "application/vnd.ibexa.api.SegmentGroup+json",
                                        "_href": "/api/ibexa/v2/segment_groups/corporate_accounts",
                                        "id": 1,
                                        "identifier": "corporate_accounts",
                                        "name": "Corporate Accounts"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.SegmentGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SegmentGroup media-type=\"application/vnd.ibexa.api.SegmentGroup+xml\" href=\"/api/ibexa/v2/segment_groups/corporate_accounts\">\n <id>1</id>\n <identifier>corporate_accounts</identifier>\n <name>Corporate Accounts</name>\n</SegmentGroup>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to load this segment group."
                    },
                    "404": {
                        "description": "Error - the identifier doesn't match any segment group."
                    }
                },
                "summary": "Load segment group",
                "description": "Loads segment group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the segment group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/segment_groups/{identifier}/segments": {
            "get": {
                "operationId": "api_segment_groups_identifiersegments_get",
                "tags": [
                    "Segmentation"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.SegmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentListWrapper"
                                },
                                "example": {
                                    "SegmentList": {
                                        "_media-type": "application/vnd.ibexa.api.SegmentList+json",
                                        "_href": "/api/ibexa/v2/segment_groups/corporate_accounts/segments",
                                        "Segment": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.SegmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SegmentList media-type=\"application/vnd.ibexa.api.SegmentList+xml\" href=\"/api/ibexa/v2/segment_groups/corporate_accounts/segments\"/>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to load this group's segments."
                    },
                    "404": {
                        "description": "Error - the identifier doesn't match any segment group."
                    }
                },
                "summary": "List segment group's segments",
                "description": "Lists segment group's segments.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the segment group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/segments/{identifier}": {
            "get": {
                "operationId": "api_segments_identifier_get",
                "tags": [
                    "Segmentation"
                ],
                "responses": {
                    "200": {
                        "description": "OK - Return the segment.",
                        "content": {
                            "application/vnd.ibexa.api.Segment+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SegmentWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Segment+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Segment"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to load this group's segments."
                    },
                    "404": {
                        "description": "Error - the identifier doesn't match any segment group."
                    }
                },
                "summary": "Load segment",
                "description": "Loads the identified segment.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the segment is returned in XML or JSON",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Experience",
                        "color": "#D3822B"
                    },
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shipments": {
            "get": {
                "operationId": "api_shipments_get",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShipmentRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShipmentRefListWrapper"
                                },
                                "example": {
                                    "ShipmentRefList": {
                                        "_media-type": "application/vnd.ibexa.api.ShipmentRefList+json",
                                        "_href": "/api/ibexa/v2/shipments",
                                        "shipmentRefList": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Shipment+json",
                                                "_href": "/api/ibexa/v2/shipments/foo"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Shipment+json",
                                                "_href": "/api/ibexa/v2/shipments/bar"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Shipment+json",
                                                "_href": "/api/ibexa/v2/shipments/baz"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Shipment+json",
                                                "_href": "/api/ibexa/v2/shipments/qux"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShipmentRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShipmentRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShipmentRefList media-type=\"application/vnd.ibexa.api.ShipmentRefList+xml\" href=\"/api/ibexa/v2/shipments\">\n    <ShipmentRef media-type=\"application/vnd.ibexa.api.Shipment+xml\" href=\"/api/ibexa/v2/shipments/foo\"/>\n    <ShipmentRef media-type=\"application/vnd.ibexa.api.Shipment+xml\" href=\"/api/ibexa/v2/shipments/bar\"/>\n    <ShipmentRef media-type=\"application/vnd.ibexa.api.Shipment+xml\" href=\"/api/ibexa/v2/shipments/baz\"/>\n    <ShipmentRef media-type=\"application/vnd.ibexa.api.Shipment+xml\" href=\"/api/ibexa/v2/shipments/qux\"/>\n</ShipmentRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read shipment lists."
                    },
                    "404": {
                        "description": "Error - the shipment does not exist."
                    }
                },
                "summary": "Load shipments",
                "description": "Loads a list of shipments.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the shipments are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shipments/{identifier}": {
            "get": {
                "operationId": "api_shipments_identifier_get",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Shipment+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShipmentWrapper"
                                },
                                "example": {
                                    "Shipment": {
                                        "_media-type": "application/vnd.ibexa.api.Shipment+json",
                                        "_href": "/api/ibexa/v2/shipments/new_identifier",
                                        "id": 1,
                                        "identifier": "new_identifier",
                                        "status": "prepared",
                                        "transitions": {
                                            "transitionList": [
                                                "send-to-carrier",
                                                "cancel"
                                            ]
                                        },
                                        "Order": {
                                            "_media-type": "application/vnd.ibexa.api.Order+json",
                                            "_href": "/api/ibexa/v2/orders/order/33f6db52-478f-41f1-afbe-6d38f6a4704f"
                                        },
                                        "Amount": {
                                            "value": "2257",
                                            "currency": "EUR"
                                        },
                                        "createdAt": "2023-06-26T15:40:28+02:00",
                                        "updatedAt": "2023-06-26T15:40:28+02:00",
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Method": {
                                            "_media-type": "application/vnd.ibexa.api.ShippingMethod+json",
                                            "_href": "/api/ibexa/v2/shipping/methods/parcel_locker_delivery"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Shipment+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Shipment"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Shipment media-type=\"application/vnd.ibexa.api.Shipment+xml\" href=\"/api/ibexa/v2/shipments/new_identifier\">\n    <id>1</id>\n    <identifier>new_identifier</identifier>\n    <status>prepared</status>\n    <transitions>\n        <transition>send-to-carrier</transition>\n        <transition>cancel</transition>\n    </transitions>\n    <Order media-type=\"application/vnd.ibexa.api.Order+xml\" href=\"/api/ibexa/v2/orders/order/33f6db52-478f-41f1-afbe-6d38f6a4704f\"/>\n    <Amount>\n        <value>2257</value>\n        <currency>EUR</currency>\n    </Amount>\n    <createdAt>2023-06-26T15:40:28+02:00</createdAt>\n    <updatedAt>2023-06-26T15:40:28+02:00</updatedAt>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Method media-type=\"application/vnd.ibexa.api.ShippingMethod+xml\" href=\"/api/ibexa/v2/shipping/methods/parcel_locker_delivery\"/>\n</Shipment>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read shipments."
                    },
                    "404": {
                        "description": "Error - the shipment does not exist."
                    }
                },
                "summary": "Load a single shipment based on its identifier",
                "description": "Loads a single shipment based on its identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the shipment is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_shipments_identifier_delete",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "204": {
                        "description": "No content - shipment is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this shipment."
                    },
                    "404": {
                        "description": "Error - the shipment with the given ID does not exist."
                    }
                },
                "summary": "Delete shipment",
                "description": "Deletes a shipment.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_shipments_identifier_patch",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Shipment+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShipmentWrapper"
                                },
                                "example": {
                                    "Shipment": {
                                        "_media-type": "application/vnd.ibexa.api.Shipment+json",
                                        "_href": "/api/ibexa/v2/shipments/new_identifier",
                                        "id": 1,
                                        "identifier": "new_identifier",
                                        "status": "prepared",
                                        "transitions": {
                                            "transitionList": [
                                                "send-to-carrier",
                                                "cancel"
                                            ]
                                        },
                                        "Order": {
                                            "_media-type": "application/vnd.ibexa.api.Order+json",
                                            "_href": "/api/ibexa/v2/orders/order/33f6db52-478f-41f1-afbe-6d38f6a4704f"
                                        },
                                        "Amount": {
                                            "value": "2257",
                                            "currency": "EUR"
                                        },
                                        "createdAt": "2023-06-26T15:40:28+02:00",
                                        "updatedAt": "2023-06-26T15:40:28+02:00",
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Method": {
                                            "_media-type": "application/vnd.ibexa.api.ShippingMethod+json",
                                            "_href": "/api/ibexa/v2/shipping/methods/parcel_locker_delivery"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Shipment+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Shipment"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Shipment media-type=\"application/vnd.ibexa.api.Shipment+xml\" href=\"/api/ibexa/v2/shipments/new_identifier\">\n    <id>1</id>\n    <identifier>new_identifier</identifier>\n    <status>prepared</status>\n    <transitions>\n        <transition>send-to-carrier</transition>\n        <transition>cancel</transition>\n    </transitions>\n    <Order media-type=\"application/vnd.ibexa.api.Order+xml\" href=\"/api/ibexa/v2/orders/order/33f6db52-478f-41f1-afbe-6d38f6a4704f\"/>\n    <Amount>\n        <value>2257</value>\n        <currency>EUR</currency>\n    </Amount>\n    <createdAt>2023-06-26T15:40:28+02:00</createdAt>\n    <updatedAt>2023-06-26T15:40:28+02:00</updatedAt>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Method media-type=\"application/vnd.ibexa.api.ShippingMethod+xml\" href=\"/api/ibexa/v2/shipping/methods/parcel_locker_delivery\"/>\n</Shipment>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update this shipment."
                    },
                    "404": {
                        "description": "Error - the shipment with the given ID does not exist."
                    },
                    "406": {
                        "description": "Error - the shipment cannot be cancelled due to not-allowed workflow transition"
                    }
                },
                "summary": "Update shipment",
                "description": "Updates a shipment.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated shipment is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The ShipmentUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ShipmentUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShipmentUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShipmentUpdateWrapper"
                            },
                            "example": {
                                "ShipmentUpdate": {
                                    "identifier": "new_identifier",
                                    "transition": "prepare",
                                    "Owner": {
                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                        "_href": "/api/ibexa/v2/user/users/14"
                                    },
                                    "Context": {
                                        "item1": "value1",
                                        "item2": "value2"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ShipmentUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShipmentUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<ShipmentUpdate>\n    <identifier>new_identifier</identifier>\n    <transition>prepare</transition>\n    <Owner media-type='application/vnd.ibexa.api.User+json' href='/api/ibexa/v2/user/users/14'/>\n    <Context>\n        <item1>value1</item1>\n        <item2>value2</item2>\n    </Context>\n</ShipmentUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shipping/method-types": {
            "get": {
                "operationId": "api_shippingmethod-types_get",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShippingMethodTypesList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodTypesListWrapper"
                                },
                                "example": {
                                    "ShippingMethodTypesList": {
                                        "_media-type": "application/vnd.ibexa.api.ShippingMethodTypesList+json",
                                        "_href": "/api/ibexa/v2/shipping/method-types",
                                        "ShippingMethodTypes": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ShippingMethodType+json",
                                                "_href": "/api/ibexa/v2/shipping/method-types/flat_rate",
                                                "identifier": "flat_rate",
                                                "name": "Flat rate"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ShippingMethodType+json",
                                                "_href": "/api/ibexa/v2/shipping/method-types/free",
                                                "identifier": "free",
                                                "name": "Free shipping"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShippingMethodTypesList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodTypesList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShippingMethodTypesList media-type=\"application/vnd.ibexa.api.ShippingMethodTypesList+xml\" href=\"/api/ibexa/v2/shipping/method-types\">\n    <ShippingMethodType media-type=\"application/vnd.ibexa.api.ShippingMethodType+xml\" href=\"/api/ibexa/v2/shipping/method-types/flat_rate\">\n        <identifier>flat_rate</identifier>\n        <name>Flat rate</name>\n    </ShippingMethodType>\n    <ShippingMethodType media-type=\"application/vnd.ibexa.api.ShippingMethodType+xml\" href=\"/api/ibexa/v2/shipping/method-types/free\">\n        <identifier>free</identifier>\n        <name>Free shipping</name>\n    </ShippingMethodType>\n</ShippingMethodTypesList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read shipping methods types."
                    },
                    "404": {
                        "description": "Error - the shipping method type does not exist."
                    }
                },
                "summary": "Load shipping methods types",
                "description": "Loads shipping methods types.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Shipping method type reference - if set, the shipping method is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shipping/method-types/{identifier}": {
            "get": {
                "operationId": "api_shippingmethod-types_identifier_get",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShippingMethodType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodTypeWrapper"
                                },
                                "example": {
                                    "ShippingMethodType": {
                                        "_media-type": "application/vnd.ibexa.api.ShippingMethodType+json",
                                        "_href": "/api/ibexa/v2/shipping/method-types/flat_rate",
                                        "identifier": "flat_rate",
                                        "name": "Flat rate"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShippingMethodType+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodType"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShippingMethodType media-type=\"application/vnd.ibexa.api.ShippingMethodType+xml\" href=\"/api/ibexa/v2/shipping/method-types/flat_rate\">\n    <identifier>flat_rate</identifier>\n    <name>Flat rate</name>\n</ShippingMethodType>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read shipping methods."
                    },
                    "404": {
                        "description": "Error - the shipping method type does not exist."
                    }
                },
                "summary": "Load shipping method type based on its identifier",
                "description": "Loads shipping methods type based on their identifiers.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Shipping method type - if set, the shipping method is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shipping/methods": {
            "get": {
                "operationId": "api_shippingmethods_get",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShippingMethodRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodRefListWrapper"
                                },
                                "example": {
                                    "ShippingMethodRefList": {
                                        "_media-type": "application/vnd.ibexa.api.ShippingMethodRefList+json",
                                        "_href": "/api/ibexa/v2/shipping/methods",
                                        "ShippingMethodRefs": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ShippingMethod+json",
                                                "_href": "/api/ibexa/v2/shipping/methods/parcel_delivery"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ShippingMethod+json",
                                                "_href": "/api/ibexa/v2/shipping/methods/parcel_locker_delivery"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShippingMethodRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShippingMethodRefList media-type=\"application/vnd.ibexa.api.ShippingMethodRefList+xml\" href=\"/api/ibexa/v2/shipping/methods\">\n    <ShippingMethodRef media-type=\"application/vnd.ibexa.api.ShippingMethod+xml\" href=\"/api/ibexa/v2/shipping/methods/parcel_delivery\"/>\n    <ShippingMethodRef media-type=\"application/vnd.ibexa.api.ShippingMethod+xml\" href=\"/api/ibexa/v2/shipping/methods/parcel_locker_delivery\"/>\n</ShippingMethodRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read shipping methods."
                    }
                },
                "summary": "Load shipping methods",
                "description": "Loads shipping methods.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Shipping method reference - if set, the shipping method is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shipping/methods/{identifier}": {
            "get": {
                "operationId": "api_shippingmethods_identifier_get",
                "tags": [
                    "Shipping"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShippingMethod+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethodWrapper"
                                },
                                "example": {
                                    "ShippingMethod": {
                                        "_media-type": "application/vnd.ibexa.api.ShippingMethod+json",
                                        "_href": "/api/ibexa/v2/shipping/methods/method1",
                                        "identifier": "method1",
                                        "name": "AmE Method 1",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-US",
                                                    "#text": "AmE Method 1"
                                                },
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "BrE Method 1"
                                                }
                                            ]
                                        },
                                        "description": "AmE Description of Method 1",
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-US",
                                                    "#text": "AmE Description of Method 1"
                                                },
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "BrE Description of Method 1"
                                                }
                                            ]
                                        },
                                        "enabled": true,
                                        "options": {
                                            "option": [
                                                {
                                                    "_key": "price",
                                                    "#text": "20.0000"
                                                },
                                                {
                                                    "_key": "currency",
                                                    "#text": "EUR"
                                                }
                                            ]
                                        },
                                        "regions": {
                                            "RegionRefList": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.Region+json",
                                                    "_href": "/api/ibexa/v2/product/catalog/regions/default"
                                                }
                                            ]
                                        },
                                        "type": {
                                            "_media-type": "application/vnd.ibexa.api.ShippingMethodType+json",
                                            "_href": "/api/ibexa/v2/shipping/method-types/flat_rate"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShippingMethod+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShippingMethod"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShippingMethod media-type=\"application/vnd.ibexa.api.ShippingMethod+xml\" href=\"/api/ibexa/v2/shipping/methods/method1\">\n    <identifier>method1</identifier>\n    <name>AmE Method 1</name>\n    <names>\n        <value languageCode=\"eng-US\">AmE Method 1</value>\n        <value languageCode=\"eng-GB\">BrE Method 1</value>\n    </names>\n    <description>AmE Description of Method 1</description>\n    <descriptions>\n        <value languageCode=\"eng-US\">AmE Description of Method 1</value>\n        <value languageCode=\"eng-GB\">BrE Description of Method 1</value>\n    </descriptions>\n    <enabled>true</enabled>\n    <options>\n        <value key=\"price\">20.0000</value>\n        <value key=\"currency\">EUR</value>\n    </options>\n    <regions>\n        <RegionRef media-type=\"application/vnd.ibexa.api.Region+xml\" href=\"/api/ibexa/v2/product/catalog/regions/default\"/>\n    </regions>\n    <type media-type=\"application/vnd.ibexa.api.ShippingMethodType+xml\" href=\"/api/ibexa/v2/shipping/method-types/flat_rate\"/>\n</ShippingMethod>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read shipping methods."
                    },
                    "404": {
                        "description": "Error - the shipping method does not exist."
                    }
                },
                "summary": "Load shipping method based on its identifier",
                "description": "Loads shipping method based on its identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "Shipping method - if set, the shipping method is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list": {
            "get": {
                "operationId": "api_shopping-list_get",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingListCollection+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListCollectionWrapper"
                                },
                                "example": {
                                    "ShoppingListCollection": {
                                        "totalCount": 2,
                                        "count": 2,
                                        "ShoppingList": [
                                            {
                                                "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                                "name": "My Shopping List",
                                                "isDefault": true,
                                                "owner": {
                                                    "_href": "/api/ibexa/v2/user/users/14",
                                                    "_media-type": "application/vnd.ibexa.api.User+json"
                                                },
                                                "entries": [
                                                    {
                                                        "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                        "product": {
                                                            "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                            "_media-type": "application/vnd.ibexa.api.Product+json",
                                                            "code": "PRODUCT-001",
                                                            "name": "Sample Product"
                                                        },
                                                        "addedAt": "2024-10-29T12:15:00+00:00"
                                                    }
                                                ],
                                                "createdAt": "2024-10-29T12:00:00+00:00",
                                                "updatedAt": "2024-10-29T12:00:00+00:00"
                                            },
                                            {
                                                "identifier": "660e8400-e29b-41d4-a716-446655440001",
                                                "name": "Weekend Shopping",
                                                "isDefault": false,
                                                "owner": {
                                                    "_href": "/api/ibexa/v2/user/users/14",
                                                    "_media-type": "application/vnd.ibexa.api.User+json"
                                                },
                                                "entries": [],
                                                "createdAt": "2024-10-30T08:30:00+00:00",
                                                "updatedAt": "2024-10-30T08:30:00+00:00"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingListCollection+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListCollection"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingListCollection xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <totalCount>2</totalCount>\n  <count>2</count>\n  <ShoppingList>\n    <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n    <name>My Shopping List</name>\n    <isDefault>1</isDefault>\n    <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <entries>\n      <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n      <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n        <code>PRODUCT-001</code>\n        <name>Sample Product</name>\n      </product>\n      <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n    </entries>\n    <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n    <updatedAt>2024-10-29T12:00:00+00:00</updatedAt>\n  </ShoppingList>\n  <ShoppingList>\n    <identifier>660e8400-e29b-41d4-a716-446655440001</identifier>\n    <name>Weekend Shopping</name>\n    <isDefault>0</isDefault>\n    <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <entries/>\n    <createdAt>2024-10-30T08:30:00+00:00</createdAt>\n    <updatedAt>2024-10-30T08:30:00+00:00</updatedAt>\n  </ShoppingList>\n</ShoppingListCollection>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to list shopping lists."
                    }
                },
                "summary": "List shopping lists",
                "description": "Returns a list of shopping lists owned by the current user.",
                "parameters": [
                    {
                        "name": "limit",
                        "in": "query",
                        "description": "The maximum number of shopping lists to return. Default is 25.",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer",
                            "default": 25
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "offset",
                        "in": "query",
                        "description": "The offset for pagination. Default is 0.",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer",
                            "default": 0
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "name",
                        "in": "query",
                        "description": "Filter shopping lists by name (partial match).",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "createdFrom",
                        "in": "query",
                        "description": "Filter shopping lists created on or after this date (ISO 8601 format).",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "format": "date-time"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "createdTo",
                        "in": "query",
                        "description": "Filter shopping lists created on or before this date (ISO 8601 format).",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "format": "date-time"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "updatedFrom",
                        "in": "query",
                        "description": "Filter shopping lists updated on or after this date (ISO 8601 format).",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "format": "date-time"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "updatedTo",
                        "in": "query",
                        "description": "Filter shopping lists updated on or before this date (ISO 8601 format).",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "format": "date-time"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "isDefault",
                        "in": "query",
                        "description": "Filter shopping lists by default flag. Use \"true\" for default lists only, \"false\" for non-default lists only.",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "true",
                                "false"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "ownerId",
                        "in": "query",
                        "description": "Filter shopping lists by owner user ID.",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "integer"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sort",
                        "in": "query",
                        "description": "Sort shopping lists by field. Available fields: name, is_default, created_at, updated_at.",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "name",
                                "is_default",
                                "created_at",
                                "updated_at"
                            ]
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "order",
                        "in": "query",
                        "description": "Sort direction. Default is \"asc\".",
                        "required": false,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "default": "asc"
                        },
                        "style": "form",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            },
            "post": {
                "operationId": "api_shopping-list_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "My Shopping List",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-001",
                                                    "name": "Sample Product"
                                                },
                                                "addedAt": "2024-10-29T12:15:00+00:00"
                                            }
                                        ],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:00:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>My Shopping List</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-001</code>\n      <name>Sample Product</name>\n    </product>\n    <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n  </entries>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:00:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create a shopping list."
                    },
                    "403": {
                        "description": "Error - Invalid request (e.g., missing required name)."
                    },
                    "406": {
                        "description": "Error - Shopping list limit exceeded for the current user."
                    }
                },
                "summary": "Create shopping list",
                "description": "Creates a new shopping list for the current user. The list will be owned by the authenticated user.",
                "parameters": [
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ShoppingListCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListCreateWrapper"
                            },
                            "example": {
                                "ShoppingListCreate": {
                                    "name": "My Shopping List"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingListCreate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <name>My Shopping List</name>\n</ShoppingListCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/default/entries": {
            "post": {
                "operationId": "api_shopping-listdefaultentries_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "My Shopping List",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-001",
                                                    "name": "Sample Product"
                                                },
                                                "addedAt": "2024-10-29T12:15:00+00:00"
                                            }
                                        ],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:00:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>My Shopping List</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-001</code>\n      <name>Sample Product</name>\n    </product>\n    <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n  </entries>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:00:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to add entries to the default shopping list."
                    },
                    "403": {
                        "description": "Error - Invalid request (e.g., invalid product code, duplicate entry)."
                    },
                    "406": {
                        "description": "Error - Shopping list entry limit exceeded."
                    }
                },
                "summary": "Add entries to default shopping list",
                "description": "Adds one or more product entries to the default shopping list. If the default shopping list does not exist, it will be created automatically.",
                "parameters": [
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ShoppingListAddToDefaultEntriesController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListEntriesAdd+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntriesAddWrapper"
                            },
                            "example": {
                                "ShoppingListEntriesAdd": {
                                    "entries": [
                                        {
                                            "productCode": "PRODUCT-001"
                                        },
                                        {
                                            "productCode": "PRODUCT-002"
                                        }
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListEntriesAdd+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntriesAdd"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingListEntriesAdd xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <entries>\n        <Entry>\n            <productCode>PRODUCT-001</productCode>\n        </Entry>\n        <Entry>\n            <productCode>PRODUCT-002</productCode>\n        </Entry>\n    </entries>\n</ShoppingListEntriesAdd>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}": {
            "get": {
                "operationId": "api_shopping-list_identifier_get",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "My Shopping List",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-001",
                                                    "name": "Sample Product"
                                                },
                                                "addedAt": "2024-10-29T12:15:00+00:00"
                                            },
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440002",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-002",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-002",
                                                    "name": "Another Product"
                                                },
                                                "addedAt": "2024-10-29T12:30:00+00:00"
                                            }
                                        ],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:00:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>My Shopping List</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-001</code>\n      <name>Sample Product</name>\n    </product>\n    <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n  </entries>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440002</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-002\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-002</code>\n      <name>Another Product</name>\n    </product>\n    <addedAt>2024-10-29T12:30:00+00:00</addedAt>\n  </entries>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:00:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to access this shopping list."
                    },
                    "404": {
                        "description": "Error - the identifier does not match any shopping list."
                    }
                },
                "summary": "Get shopping list",
                "description": "Gets a shopping list by its identifier.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The shopping list identifier (UUID)",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            },
            "delete": {
                "operationId": "api_shopping-list_identifier_delete",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - shopping list deleted successfully."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete this shopping list."
                    },
                    "403": {
                        "description": "Error - Cannot delete the default shopping list."
                    },
                    "404": {
                        "description": "Error - Shopping list with the given identifier does not exist."
                    }
                },
                "summary": "Delete shopping list",
                "description": "Deletes a shopping list by its identifier. The default shopping list cannot be deleted.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The shopping list identifier (UUID).",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            },
            "patch": {
                "operationId": "api_shopping-list_identifier_patch",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "Updated Shopping List Name",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-001",
                                                    "name": "Sample Product"
                                                },
                                                "addedAt": "2024-10-29T12:15:00+00:00"
                                            }
                                        ],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:30:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>Updated Shopping List Name</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-001</code>\n      <name>Sample Product</name>\n    </product>\n    <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n  </entries>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:30:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "204": {
                        "description": "Shopping list updated (no content returned)."
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to update this shopping list."
                    },
                    "403": {
                        "description": "Error - Invalid request (e.g., validation failed)."
                    },
                    "404": {
                        "description": "Error - The shopping list does not exist."
                    }
                },
                "summary": "Update shopping list",
                "description": "Updates an existing shopping list. Only the name can be updated.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The shopping list identifier (UUID).",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ShoppingListUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListUpdateWrapper"
                            },
                            "example": {
                                "ShoppingListUpdate": {
                                    "name": "Updated Shopping List Name"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingListUpdate xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <name>Updated Shopping List Name</name>\n</ShoppingListUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/add-entries-to-cart": {
            "post": {
                "operationId": "api_shopping-list_identifieradd-entries-to-cart_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the cart with added shopping list entries",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to add shopping list entries to cart."
                    },
                    "404": {
                        "description": "Error - the shopping list or entry identifiers don't match any existing resource."
                    }
                },
                "summary": "Add Selected Entries from Shopping List to Default Cart",
                "description": "Adds selected entries from the given Shopping List to the default Cart (creates a new Cart if not found).",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Shopping List identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new AddEntriesToCartController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListEntryIdentifiers+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntryIdentifiersWrapper"
                            },
                            "example": {
                                "$ref": "#/components/examples/ShoppingListEntryIdentifiersJsonExample"
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListEntryIdentifiers+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntryIdentifiers"
                            },
                            "example": {
                                "$ref": "#/components/examples/ShoppingListEntryIdentifiersXmlExample"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/add-entries-to-cart/{cartIdentifier}": {
            "post": {
                "operationId": "api_shopping-list_identifieradd-entries-to-cart_cartIdentifier_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the cart with added shopping list entries",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to add shopping list entries to cart."
                    },
                    "404": {
                        "description": "Error - the shopping list, cart, or entry identifiers don't match any existing resource."
                    }
                },
                "summary": "Add Selected Entries from Shopping List to Specific Cart",
                "description": "Adds selected entries from the given Shopping List to the specified Cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Shopping List identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "cartIdentifier",
                        "in": "path",
                        "description": "The Cart identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new AddEntriesToCartController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListEntryIdentifiers+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntryIdentifiersWrapper"
                            },
                            "example": {
                                "$ref": "#/components/examples/ShoppingListEntryIdentifiersJsonExample"
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListEntryIdentifiers+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntryIdentifiers"
                            },
                            "example": {
                                "$ref": "#/components/examples/ShoppingListEntryIdentifiersXmlExample"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/add-to-cart": {
            "post": {
                "operationId": "api_shopping-list_identifieradd-to-cart_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the cart with added shopping list entries",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to add shopping list to cart."
                    },
                    "404": {
                        "description": "Error - the shopping list identifier doesn't match any existing resource."
                    }
                },
                "summary": "Add Shopping List to Default Cart",
                "description": "Adds all entries from the given Shopping List to the default Cart (creates a new Cart if not found).",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Shopping List identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "No payload required",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/add-to-cart/{cartIdentifier}": {
            "post": {
                "operationId": "api_shopping-list_identifieradd-to-cart_cartIdentifier_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the cart with added shopping list entries",
                        "content": {
                            "application/vnd.ibexa.api.Cart+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CartWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.Cart+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Cart"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to add shopping list to cart."
                    },
                    "404": {
                        "description": "Error - the shopping list or cart identifier doesn't match any existing resource."
                    }
                },
                "summary": "Add Shopping List to Specific Cart",
                "description": "Adds all entries from the given Shopping List to the specified Cart.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The Shopping List identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "cartIdentifier",
                        "in": "path",
                        "description": "The Cart identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "No payload required",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/clear": {
            "post": {
                "operationId": "api_shopping-list_identifierclear_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "My Shopping List",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:15:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>My Shopping List</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries/>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:15:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to clear this shopping list."
                    },
                    "403": {
                        "description": "Error - Invalid request."
                    },
                    "404": {
                        "description": "Error - Shopping list not found."
                    }
                },
                "summary": "Clear shopping list",
                "description": "Removes all entries from a shopping list while keeping the list itself.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The unique identifier (UUID) of the shopping list.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "No payload required",
                    "content": [],
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/entries": {
            "post": {
                "operationId": "api_shopping-list_identifierentries_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "My Shopping List",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-001",
                                                    "name": "Sample Product"
                                                },
                                                "addedAt": "2024-10-29T12:15:00+00:00"
                                            }
                                        ],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:00:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>My Shopping List</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-001</code>\n      <name>Sample Product</name>\n    </product>\n    <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n  </entries>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:00:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to add entries to this shopping list."
                    },
                    "403": {
                        "description": "Error - Invalid request (e.g., invalid product code, duplicate entry)."
                    },
                    "406": {
                        "description": "Error - Shopping list entry limit exceeded."
                    },
                    "404": {
                        "description": "Error - Shopping list not found."
                    }
                },
                "summary": "Add entries to shopping list",
                "description": "Adds one or more product entries to an existing shopping list.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The unique identifier (UUID) of the shopping list.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ShoppingListAddEntriesController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListEntriesAdd+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntriesAddWrapper"
                            },
                            "example": {
                                "ShoppingListEntriesAdd": {
                                    "entries": [
                                        {
                                            "productCode": "PRODUCT-001"
                                        },
                                        {
                                            "productCode": "PRODUCT-002"
                                        }
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListEntriesAdd+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntriesAdd"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingListEntriesAdd xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <entries>\n        <Entry>\n            <productCode>PRODUCT-001</productCode>\n        </Entry>\n        <Entry>\n            <productCode>PRODUCT-002</productCode>\n        </Entry>\n    </entries>\n</ShoppingListEntriesAdd>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/shopping-list/{identifier}/entries/remove": {
            "post": {
                "operationId": "api_shopping-list_identifierentriesremove_post",
                "tags": [
                    "Shopping List"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ShoppingList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingListWrapper"
                                },
                                "example": {
                                    "ShoppingList": {
                                        "identifier": "550e8400-e29b-41d4-a716-446655440000",
                                        "name": "My Shopping List",
                                        "isDefault": false,
                                        "owner": {
                                            "_href": "/api/ibexa/v2/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        },
                                        "entries": [
                                            {
                                                "identifier": "650e8400-e29b-41d4-a716-446655440001",
                                                "product": {
                                                    "_href": "/api/ibexa/v2/product/catalog/products/PRODUCT-001",
                                                    "_media-type": "application/vnd.ibexa.api.Product+json",
                                                    "code": "PRODUCT-001",
                                                    "name": "Sample Product"
                                                },
                                                "addedAt": "2024-10-29T12:15:00+00:00"
                                            }
                                        ],
                                        "createdAt": "2024-10-29T12:00:00+00:00",
                                        "updatedAt": "2024-10-29T12:00:00+00:00"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ShoppingList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ShoppingList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingList xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <identifier>550e8400-e29b-41d4-a716-446655440000</identifier>\n  <name>My Shopping List</name>\n  <isDefault>0</isDefault>\n  <owner href=\"/api/ibexa/v2/user/users/14\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n  <entries>\n    <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n    <product href=\"/api/ibexa/v2/product/catalog/products/PRODUCT-001\" media-type=\"application/vnd.ibexa.api.Product+xml\">\n      <code>PRODUCT-001</code>\n      <name>Sample Product</name>\n    </product>\n    <addedAt>2024-10-29T12:15:00+00:00</addedAt>\n  </entries>\n  <createdAt>2024-10-29T12:00:00+00:00</createdAt>\n  <updatedAt>2024-10-29T12:00:00+00:00</updatedAt>\n</ShoppingList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to remove entries from this shopping list."
                    },
                    "403": {
                        "description": "Error - Invalid request (e.g., invalid entry identifier, entry does not exist)."
                    },
                    "404": {
                        "description": "Error - Shopping list not found."
                    }
                },
                "summary": "Remove entries from shopping list",
                "description": "Removes one or more product entries from an existing shopping list by their identifiers.",
                "parameters": [
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "The unique identifier (UUID) of the shopping list.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "CSRF Token is needed to execute this unsafe request.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ShoppingListRemoveEntriesController resource",
                    "content": {
                        "application/vnd.ibexa.api.ShoppingListEntriesRemove+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntriesRemoveWrapper"
                            },
                            "example": {
                                "ShoppingListEntriesRemove": {
                                    "identifiers": [
                                        "650e8400-e29b-41d4-a716-446655440001",
                                        "650e8400-e29b-41d4-a716-446655440002"
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ShoppingListEntriesRemove+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ShoppingListEntriesRemove"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ShoppingListEntriesRemove>\n    <identifiers>\n        <identifier>650e8400-e29b-41d4-a716-446655440001</identifier>\n        <identifier>650e8400-e29b-41d4-a716-446655440002</identifier>\n    </identifiers>\n</ShoppingListEntriesRemove>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false,
                "x-badges": [
                    {
                        "name": "Commerce",
                        "color": "#A32768",
                        "position": "after"
                    },
                    {
                        "name": "LTS Update",
                        "color": "#5DA7C0",
                        "position": "after"
                    }
                ]
            }
        },
        "/taxonomy/{taxonomyName}/entries": {
            "delete": {
                "operationId": "api_taxonomy_taxonomyNameentries_delete",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - The entries have been deleted."
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete some of the entries."
                    }
                },
                "summary": "Delete Entries",
                "description": "Bulk removes several taxonomy entries.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "Target Entries schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "content": {
                        "application/vnd.ibexa.api.TaxonomyEntryBulkRemove+json": {
                            "schema": {
                                "$ref": "#/components/schemas/TaxonomyEntryBulkRemoveWrapper"
                            },
                            "example": {
                                "TaxonomyEntryBulkRemove": {
                                    "entries": [
                                        2,
                                        3
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.TaxonomyEntryBulkRemove+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/TaxonomyEntryBulkRemove"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entries/move": {
            "post": {
                "operationId": "api_taxonomy_taxonomyNameentriesmove_post",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - The entries have been moved."
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to move some of the entries."
                    },
                    "404": {
                        "description": "Error - Some to-be-moved or sibling entries do not exist."
                    }
                },
                "summary": "Move Entries",
                "description": "Bulk move several taxonomy entries relative to sibling.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Entry moves schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new TaxonomyEntryBulkMoveController resource",
                    "content": {
                        "application/vnd.ibexa.api.TaxonomyEntryBulkMove+json": {
                            "schema": {
                                "$ref": "#/components/schemas/TaxonomyEntryBulkMoveWrapper"
                            },
                            "example": {
                                "TaxonomyEntryBulkMove": {
                                    "entries": [
                                        {
                                            "entry": 2,
                                            "sibling": 1,
                                            "position": "next"
                                        },
                                        {
                                            "entry": 3,
                                            "sibling": 1,
                                            "position": "prev"
                                        }
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.TaxonomyEntryBulkMove+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/TaxonomyEntryBulkMove"
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry-assignment/{id}": {
            "get": {
                "operationId": "api_taxonomy_taxonomyNameentry-assignment_id_get",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the taxonomy entry Assignment.",
                        "content": {
                            "application/vnd.ibexa.api.TaxonomyEntryAssignment+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntryAssignmentWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.TaxonomyEntryAssignment+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntryAssignment"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the assignment does not exist."
                    }
                },
                "summary": "Get Assignment by ID",
                "description": "Gets taxonomy entry Assignment by its ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Assignment is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry-assignments/assign-to-content": {
            "post": {
                "operationId": "api_taxonomy_taxonomyNameentry-assignmentsassign-to-content_post",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "201": {
                        "description": "No Content."
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to assign this Entry."
                    }
                },
                "summary": "Assign entry",
                "description": "Assigns taxonomy entry to a content item.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new TaxonomyEntryAssignmentAssignController resource",
                    "content": {
                        "application/vnd.ibexa.api.TaxonomyEntryAssignToContent+json": {
                            "schema": {
                                "$ref": "#/components/schemas/TaxonomyEntryAssignToContentWrapper"
                            },
                            "example": {
                                "TaxonomyEntryAssignToContent": {
                                    "content": 130,
                                    "entries": [
                                        2,
                                        3
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry-assignments/content-id/{contentId}": {
            "get": {
                "operationId": "api_taxonomy_taxonomyNameentry-assignmentscontent-id_contentId_get",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.EntryAssignmentCollection+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EntryAssignmentCollectionWrapper"
                                },
                                "example": {
                                    "EntryAssignmentCollection": {
                                        "_media-type": "application/vnd.ibexa.api.EntryAssignmentCollection+json",
                                        "content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/1",
                                                "_remoteId": "9459d3c29e15006e45197295722c7ade",
                                                "_id": 1,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/1"
                                                },
                                                "Name": "Ibexa Platform",
                                                "TranslatedName": "Ibexa Platform",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/1/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/1/currentversion"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/1/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "lastModificationDate": "2023-01-01T00:00:00+00:00",
                                                "publishedDate": "2015-11-30T13:10:46+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 10,
                                                "alwaysAvailable": true,
                                                "isHidden": false,
                                                "status": "PUBLISHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/1/objectstates"
                                                }
                                            }
                                        },
                                        "assignments": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.TaxonomyEntryAssignment+json",
                                                "id": 1,
                                                "content": {
                                                    "_media-type": "application/vnd.ibexa.api.Content+json",
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/1",
                                                        "_remoteId": "9459d3c29e15006e45197295722c7ade",
                                                        "_id": 1,
                                                        "ContentType": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                            "_href": "/api/ibexa/v2/content/types/1"
                                                        },
                                                        "Name": "Ibexa Platform",
                                                        "TranslatedName": "Ibexa Platform",
                                                        "Versions": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/1/versions"
                                                        },
                                                        "CurrentVersion": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/1/currentversion"
                                                        },
                                                        "Section": {
                                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                                            "_href": "/api/ibexa/v2/content/sections/1"
                                                        },
                                                        "Locations": {
                                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/1/locations"
                                                        },
                                                        "Owner": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "lastModificationDate": "2023-01-01T00:00:00+00:00",
                                                        "publishedDate": "2015-11-30T13:10:46+00:00",
                                                        "mainLanguageCode": "eng-GB",
                                                        "currentVersionNo": 10,
                                                        "alwaysAvailable": true,
                                                        "isHidden": false,
                                                        "status": "PUBLISHED",
                                                        "ObjectStates": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                            "_href": "/api/ibexa/v2/content/objects/1/objectstates"
                                                        }
                                                    }
                                                },
                                                "entry": {
                                                    "_media-type": "application/vnd.ibexa.api.TaxonomyEntry+json",
                                                    "TaxonomyEntry": {
                                                        "_media-type": "application/vnd.ibexa.api.TaxonomyEntry+json",
                                                        "id": 3,
                                                        "identifier": "example",
                                                        "name": "Example",
                                                        "contentId": 65,
                                                        "content": {
                                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                                            "_href": "/api/ibexa/v2/content/objects/65"
                                                        },
                                                        "taxonomy": "tags"
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.EntryAssignmentCollection+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/EntryAssignmentCollection"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<EntryAssignmentCollection media-type=\"application/vnd.ibexa.api.EntryAssignmentCollection+xml\">\n    <content media-type=\"application/vnd.ibexa.api.Content+xml\">\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/1\" remoteId=\"9459d3c29e15006e45197295722c7ade\" id=\"1\">\n            <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n            <Name>Ibexa Platform</Name>\n            <TranslatedName>Ibexa Platform</TranslatedName>\n            <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/1/versions\"/>\n            <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/1/currentversion\"/>\n            <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n            <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/1/locations\"/>\n            <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <lastModificationDate>2023-01-01T00:00:00+00:00</lastModificationDate>\n            <publishedDate>2015-11-30T13:10:46+00:00</publishedDate>\n            <mainLanguageCode>eng-GB</mainLanguageCode>\n            <currentVersionNo>10</currentVersionNo>\n            <alwaysAvailable>true</alwaysAvailable>\n            <isHidden>false</isHidden>\n            <status>PUBLISHED</status>\n            <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/1/objectstates\"/>\n        </Content>\n    </content>\n    <TaxonomyEntryAssignment media-type=\"application/vnd.ibexa.api.TaxonomyEntryAssignment+xml\">\n        <id>1</id>\n        <content media-type=\"application/vnd.ibexa.api.Content+xml\">\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/1\" remoteId=\"9459d3c29e15006e45197295722c7ade\" id=\"1\">\n                <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n                <Name>Ibexa Platform</Name>\n                <TranslatedName>Ibexa Platform</TranslatedName>\n                <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/1/versions\"/>\n                <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/1/currentversion\"/>\n                <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n                <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/1/locations\"/>\n                <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <lastModificationDate>2023-01-01T00:00:00+00:00</lastModificationDate>\n                <publishedDate>2015-11-30T13:10:46+00:00</publishedDate>\n                <mainLanguageCode>eng-GB</mainLanguageCode>\n                <currentVersionNo>10</currentVersionNo>\n                <alwaysAvailable>true</alwaysAvailable>\n                <isHidden>false</isHidden>\n                <status>PUBLISHED</status>\n                <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/1/objectstates\"/>\n            </Content>\n        </content>\n        <entry media-type=\"application/vnd.ibexa.api.TaxonomyEntry+xml\">\n            <TaxonomyEntry media-type=\"application/vnd.ibexa.api.TaxonomyEntry+xml\">\n                <id>3</id>\n                <identifier>example</identifier>\n                <name>Example</name>\n                <contentId>65</contentId>\n                <content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/65\"/>\n                <taxonomy>tags</taxonomy>\n            </TaxonomyEntry>\n        </entry>\n    </TaxonomyEntryAssignment>\n</EntryAssignmentCollection>"
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the Content does not exists."
                    }
                },
                "summary": "Get Assignments to a Content",
                "description": "Gets taxonomy entries assigned to a content item by its ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the assignments are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry-assignments/unassign-from-content": {
            "post": {
                "operationId": "api_taxonomy_taxonomyNameentry-assignmentsunassign-from-content_post",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "201": {
                        "description": "No Content."
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to unassign this entry."
                    }
                },
                "summary": "Unassign entry",
                "description": "Unassigns taxonomy entry from a content item.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new TaxonomyEntryAssignmentUnassignController resource",
                    "content": {
                        "application/vnd.ibexa.api.TaxonomyEntryUnassignFromContent+json": {
                            "schema": {
                                "$ref": "#/components/schemas/TaxonomyEntryUnassignFromContentWrapper"
                            },
                            "example": {
                                "TaxonomyEntryUnassignFromContent": {
                                    "content": 130,
                                    "entries": [
                                        2,
                                        3
                                    ]
                                }
                            }
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry/content-id/{contentId}": {
            "get": {
                "operationId": "api_taxonomy_taxonomyNameentrycontent-id_contentId_get",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the taxonomy Entry.",
                        "content": {
                            "application/vnd.ibexa.api.TaxonomyEntry+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntryWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.TaxonomyEntry+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntry"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this Entry."
                    },
                    "404": {
                        "description": "Error - the Entry does not exists."
                    }
                },
                "summary": "Get Entry by Content ID",
                "description": "Loads taxonomy Entry by its Content ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Taxonomy Entry is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry/identifier/{identifier}": {
            "get": {
                "operationId": "api_taxonomy_taxonomyNameentryidentifier_identifier_get",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the taxonomy Entry.",
                        "content": {
                            "application/vnd.ibexa.api.TaxonomyEntry+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntryWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.TaxonomyEntry+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntry"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this Entry."
                    },
                    "404": {
                        "description": "Error - the Entry does not exists."
                    }
                },
                "summary": "Get Entry by identifier",
                "description": "Loads taxonomy Entry by its Entry identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Taxonomy Entry is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "identifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/taxonomy/{taxonomyName}/entry/{id}": {
            "get": {
                "operationId": "api_taxonomy_taxonomyNameentry_id_get",
                "tags": [
                    "Taxonomy"
                ],
                "responses": {
                    "200": {
                        "description": "OK - returns the taxonomy Entry.",
                        "content": {
                            "application/vnd.ibexa.api.TaxonomyEntry+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntryWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.TaxonomyEntry+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/TaxonomyEntry"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to read this Entry."
                    },
                    "404": {
                        "description": "Error - the Entry does not exists."
                    }
                },
                "summary": "Get Entry by ID",
                "description": "Loads taxonomy Entry by its Entry ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Taxonomy Entry is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "taxonomyName",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/trash": {
            "get": {
                "operationId": "api_contenttrash_get",
                "tags": [
                    "Trash"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Trash+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TrashWrapper"
                                },
                                "example": {
                                    "Trash": {
                                        "_media-type": "application/vnd.ibexa.api.Trash+json",
                                        "_href": "/api/ibexa/v2/content/trash",
                                        "TrashItem": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
                                                "_href": "/api/ibexa/v2/content/trash/87",
                                                "id": 87,
                                                "priority": 0,
                                                "hidden": false,
                                                "invisible": false,
                                                "ParentLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/2/57"
                                                },
                                                "pathString": "/1/2/57/87/",
                                                "depth": 3,
                                                "childCount": 0,
                                                "remoteId": "7cc6565354858f39a794bf64aa2c2761",
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.Content+json",
                                                    "_href": "/api/ibexa/v2/content/objects/91"
                                                },
                                                "sortField": "PATH",
                                                "sortOrder": "ASC",
                                                "ContentInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/91",
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/91",
                                                        "_remoteId": "de906bef76f08700662bfaf1579871f0",
                                                        "_id": 91,
                                                        "ContentType": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                            "_href": "/api/ibexa/v2/content/types/2"
                                                        },
                                                        "Name": "test_article",
                                                        "TranslatedName": "test_article",
                                                        "Versions": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/91/versions"
                                                        },
                                                        "CurrentVersion": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/91/currentversion"
                                                        },
                                                        "Section": {
                                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                                            "_href": "/api/ibexa/v2/content/sections/1"
                                                        },
                                                        "Locations": {
                                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/91/locations"
                                                        },
                                                        "Owner": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/11"
                                                        },
                                                        "lastModificationDate": "2021-07-19T08:31:01+00:00",
                                                        "publishedDate": "2021-07-19T08:31:01+00:00",
                                                        "mainLanguageCode": "eng-GB",
                                                        "currentVersionNo": 1,
                                                        "alwaysAvailable": false,
                                                        "isHidden": false,
                                                        "status": "TRASHED",
                                                        "ObjectStates": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                            "_href": "/api/ibexa/v2/content/objects/91/objectstates"
                                                        }
                                                    }
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
                                                "_href": "/api/ibexa/v2/content/trash/89",
                                                "id": 89,
                                                "priority": 0,
                                                "hidden": false,
                                                "invisible": false,
                                                "ParentLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/2"
                                                },
                                                "pathString": "/1/2/89/",
                                                "depth": 2,
                                                "childCount": 0,
                                                "remoteId": "256c2e7d71e927bab32a901878827312",
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.Content+json",
                                                    "_href": "/api/ibexa/v2/content/objects/96"
                                                },
                                                "sortField": "PATH",
                                                "sortOrder": "ASC",
                                                "ContentInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/96",
                                                    "Content": {
                                                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                        "_href": "/api/ibexa/v2/content/objects/96",
                                                        "_remoteId": "d5bad9eb55cfe8572adf04452a2b206e",
                                                        "_id": 96,
                                                        "ContentType": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                            "_href": "/api/ibexa/v2/content/types/1"
                                                        },
                                                        "Name": "All Articles test",
                                                        "TranslatedName": "All Articles test",
                                                        "Versions": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/96/versions"
                                                        },
                                                        "CurrentVersion": {
                                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                                            "_href": "/api/ibexa/v2/content/objects/96/currentversion"
                                                        },
                                                        "Section": {
                                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                                            "_href": "/api/ibexa/v2/content/sections/1"
                                                        },
                                                        "Locations": {
                                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                            "_href": "/api/ibexa/v2/content/objects/96/locations"
                                                        },
                                                        "Owner": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "lastModificationDate": "2021-07-19T12:43:02+00:00",
                                                        "publishedDate": "2021-07-19T12:42:47+00:00",
                                                        "mainLanguageCode": "eng-GB",
                                                        "currentVersionNo": 2,
                                                        "alwaysAvailable": true,
                                                        "isHidden": false,
                                                        "status": "TRASHED",
                                                        "ObjectStates": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                            "_href": "/api/ibexa/v2/content/objects/96/objectstates"
                                                        }
                                                    }
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Trash+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Trash"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Trash media-type=\"application/vnd.ibexa.api.Trash+xml\" href=\"/api/ibexa/v2/content/trash\">\n    <TrashItem media-type=\"application/vnd.ibexa.api.TrashItem+xml\" href=\"/api/ibexa/v2/content/trash/58\">\n        <id>58</id>\n        <priority>0</priority>\n        <hidden>false</hidden>\n        <invisible>false</invisible>\n        <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/56\"/>\n        <pathString>/1/2/56/58/</pathString>\n        <depth>3</depth>\n        <childCount>0</childCount>\n        <remoteId>59800915ad2eb8514de0bebe84f6ccba</remoteId>\n        <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/52\"/>\n        <sortField>PATH</sortField>\n        <sortOrder>ASC</sortOrder>\n        <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/52\">\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/52\" remoteId=\"881da87102313b0354dc2aa8f0e4b63b\" id=\"52\">\n                <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n                <Name>Folder 1</Name>\n                <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/52/versions\"/>\n                <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/52/currentversion\"/>\n                <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n                <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/52/locations\"/>\n                <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <lastModificationDate>2019-02-06T09:03:09+01:00</lastModificationDate>\n                <publishedDate>2019-02-06T09:03:09+01:00</publishedDate>\n                <mainLanguageCode>eng-GB</mainLanguageCode>\n                <currentVersionNo>1</currentVersionNo>\n                <alwaysAvailable>true</alwaysAvailable>\n                <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/52/objectstates\"/>\n            </Content>\n        </ContentInfo>\n    </TrashItem>\n</Trash>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read the Trash."
                    }
                },
                "summary": "List Trash items",
                "description": "Returns a list of all items in the Trash.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Trash item list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenttrash_delete",
                "tags": [
                    "Trash"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - Trash emptied."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to empty all items from Trash."
                    }
                },
                "summary": "Empty Trash",
                "description": "Empties the Trash.",
                "parameters": [],
                "deprecated": false
            }
        },
        "/content/trash/{trashItemid}": {
            "get": {
                "operationId": "api_contenttrash_trashItemid_get",
                "tags": [
                    "Trash"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.TrashItem+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TrashItemWrapper"
                                },
                                "example": {
                                    "TrashItem": {
                                        "_media-type": "application/vnd.ibexa.api.TrashItem+json",
                                        "_href": "/api/ibexa/v2/content/trash/87",
                                        "id": 87,
                                        "priority": 0,
                                        "hidden": false,
                                        "invisible": false,
                                        "ParentLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/2/57"
                                        },
                                        "pathString": "/1/2/57/87/",
                                        "depth": 3,
                                        "childCount": 0,
                                        "remoteId": "7cc6565354858f39a794bf64aa2c2761",
                                        "Content": {
                                            "_media-type": "application/vnd.ibexa.api.Content+json",
                                            "_href": "/api/ibexa/v2/content/objects/91"
                                        },
                                        "sortField": "PATH",
                                        "sortOrder": "ASC",
                                        "ContentInfo": {
                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                            "_href": "/api/ibexa/v2/content/objects/91",
                                            "Content": {
                                                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                "_href": "/api/ibexa/v2/content/objects/91",
                                                "_remoteId": "de906bef76f08700662bfaf1579871f0",
                                                "_id": 91,
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2"
                                                },
                                                "Name": "test_article",
                                                "TranslatedName": "test_article",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/91/versions"
                                                },
                                                "CurrentVersion": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/91/currentversion"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/1"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/91/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/11"
                                                },
                                                "lastModificationDate": "2021-07-19T08:31:01+00:00",
                                                "publishedDate": "2021-07-19T08:31:01+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "currentVersionNo": 1,
                                                "alwaysAvailable": false,
                                                "isHidden": false,
                                                "status": "TRASHED",
                                                "ObjectStates": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
                                                    "_href": "/api/ibexa/v2/content/objects/91/objectstates"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.TrashItem+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/TrashItem"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<TrashItem media-type=\"application/vnd.ibexa.api.TrashItem+xml\" href=\"/api/ibexa/v2/content/trash/81\">\n    <id>81</id>\n    <priority>0</priority>\n    <hidden>false</hidden>\n    <invisible>false</invisible>\n    <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2/42\"/>\n    <pathString>/1/2/42/81/</pathString>\n    <depth>3</depth>\n    <childCount>0</childCount>\n    <remoteId>135e8a84b61848a67be36e9552d2724d</remoteId>\n    <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/99\"/>\n    <sortField>PATH</sortField>\n    <sortOrder>ASC</sortOrder>\n    <ContentInfo media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/99\">\n        <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/99\" remoteId=\"ae2b4568c0d2e7a4a9bca9495e73591a\" id=\"99\">\n            <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\"/>\n            <Name>Folder 1</Name>\n            <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/99/versions\"/>\n            <CurrentVersion media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/99/currentversion\"/>\n            <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/1\"/>\n            <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/99/locations\"/>\n            <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <lastModificationDate>2019-04-25T12:45:58+02:00</lastModificationDate>\n            <publishedDate>2019-04-25T12:45:58+02:00</publishedDate>\n            <mainLanguageCode>eng-GB</mainLanguageCode>\n            <currentVersionNo>1</currentVersionNo>\n            <alwaysAvailable>true</alwaysAvailable>\n            <status>TRASHED</status>\n            <ObjectStates media-type=\"application/vnd.ibexa.api.ContentObjectStates+xml\" href=\"/api/ibexa/v2/content/objects/99/objectstates\"/>\n        </Content>\n    </ContentInfo>\n</TrashItem>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read the item in Trash."
                    },
                    "404": {
                        "description": "Error - An item in Trash with the provided ID does not exist."
                    }
                },
                "summary": "Get Trash item",
                "description": "Returns the item in Trash with the provided ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the item in Trash is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "trashItemid",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenttrash_trashItemid_delete",
                "tags": [
                    "Trash"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - item deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete the provided item."
                    },
                    "404": {
                        "description": "Error - The provided item does not exist in Trash."
                    }
                },
                "summary": "Delete Trash item",
                "description": "Deletes the provided item from Trash.",
                "parameters": [
                    {
                        "name": "trashItemid",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/types": {
            "get": {
                "operationId": "api_contenttypes_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeInfoList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoListWrapper"
                                },
                                "example": {
                                    "ContentTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/1/types",
                                        "ContentType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/2",
                                                "id": 2,
                                                "status": "DEFINED",
                                                "identifier": "article",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Article"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2004-04-20T09:56:29+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/draft"
                                                },
                                                "remoteId": "c15b600eb9198b1924063b5a68758232",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_title|title>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": false,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                            "id": 1,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "New article",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                            "id": 152,
                                                            "identifier": "short_title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                            "id": 153,
                                                            "identifier": "author",
                                                            "fieldType": "ibexa_author",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": [],
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Author"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "defaultAuthor": 1
                                                            },
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                            "id": 120,
                                                            "identifier": "intro",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Intro"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                            "id": 121,
                                                            "identifier": "body",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 5,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Body"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                            "id": 123,
                                                            "identifier": "enable_comments",
                                                            "fieldType": "ibexa_boolean",
                                                            "fieldGroup": "",
                                                            "position": 6,
                                                            "isTranslatable": false,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": false,
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Enable comments"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
                                                            "id": 154,
                                                            "identifier": "image",
                                                            "fieldType": "ibexa_object_relation",
                                                            "fieldGroup": "",
                                                            "position": 7,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "destinationContentId": null
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Image"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "selectionMethod": "SELECTION_BROWSE",
                                                                "selectionRoot": "",
                                                                "selectionContentTypes": []
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/1",
                                                "id": 1,
                                                "status": "DEFINED",
                                                "identifier": "folder",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Folder"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2015-11-29T21:14:32+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/draft"
                                                },
                                                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_name|name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
                                                            "id": 4,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "Folder",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
                                                            "id": 155,
                                                            "identifier": "short_name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 100,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
                                                            "id": 119,
                                                            "identifier": "short_description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
                                                            "id": 156,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/43",
                                                "id": 43,
                                                "status": "DEFINED",
                                                "identifier": "form",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Form"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2018-09-17T06:46:13+00:00",
                                                "modificationDate": "2018-09-17T06:47:14+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/draft"
                                                },
                                                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<title>",
                                                "isContainer": false,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
                                                            "id": 188,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
                                                            "id": 189,
                                                            "identifier": "form",
                                                            "fieldType": "ibexa_form",
                                                            "fieldGroup": "content",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "fields": [],
                                                                "content_id": null,
                                                                "content_field_id": null,
                                                                "language_code": null
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Form"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/42",
                                                "id": 42,
                                                "status": "DEFINED",
                                                "identifier": "landing_page",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Landing page"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                },
                                                "creationDate": "2015-07-03T12:00:26+00:00",
                                                "modificationDate": "2015-07-03T12:00:26+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/draft"
                                                },
                                                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
                                                            "id": 185,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 10,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
                                                            "id": 186,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 20,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page description"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
                                                            "id": 187,
                                                            "identifier": "page",
                                                            "fieldType": "ibexa_landing_page",
                                                            "fieldGroup": "content",
                                                            "position": 30,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "layout": "default",
                                                                "zones": [
                                                                    {
                                                                        "id": "default_id",
                                                                        "name": "default",
                                                                        "blocks": []
                                                                    }
                                                                ]
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": {
                                                                "availableBlocks": null,
                                                                "availableLayouts": null,
                                                                "editorMode": "page_view_mode"
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeInfoList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeList media-type=\"application/vnd.ibexa.api.ContentTypeList+xml\" href=\"/api/ibexa/v2/content/typegroups/1/types\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\">\n        <id>2</id>\n        <status>DEFINED</status>\n        <identifier>article</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Article</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/2/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2/draft\"/>\n        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_title|title&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/1\">\n                <id>1</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>New article</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/152\">\n                <id>152</id>\n                <identifier>short_title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/153\">\n                <id>153</id>\n                <identifier>author</identifier>\n                <fieldType>ibexa_author</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Author</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"defaultAuthor\">1</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/120\">\n                <id>120</id>\n                <identifier>intro</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Intro</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/121\">\n                <id>121</id>\n                <identifier>body</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>5</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Body</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/123\">\n                <id>123</id>\n                <identifier>enable_comments</identifier>\n                <fieldType>ibexa_boolean</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>6</position>\n                <isTranslatable>false</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>false</defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Enable comments</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/154\">\n                <id>154</id>\n                <identifier>image</identifier>\n                <fieldType>ibexa_object_relation</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>7</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"destinationContentId\"/>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Image</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"selectionMethod\">SELECTION_BROWSE</value>\n                    <value key=\"selectionRoot\"></value>\n                    <value key=\"selectionContentTypes\"/>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\">\n        <id>1</id>\n        <status>DEFINED</status>\n        <identifier>folder</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Folder</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/1/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1/draft\"/>\n        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_name|name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/4\">\n                <id>4</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>Folder</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/155\">\n                <id>155</id>\n                <identifier>short_name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">100</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/119\">\n                <id>119</id>\n                <identifier>short_description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/156\">\n                <id>156</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43\">\n        <id>43</id>\n        <status>DEFINED</status>\n        <identifier>form</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Form</value>\n        </names>\n        <descriptions/>\n        <creationDate>2018-09-17T06:46:13+00:00</creationDate>\n        <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/43/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43/draft\"/>\n        <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;title&gt;</nameSchema>\n        <isContainer>false</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/188\">\n                <id>188</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/189\">\n                <id>189</id>\n                <identifier>form</identifier>\n                <fieldType>ibexa_form</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"fields\"/>\n                    <value key=\"content_id\"/>\n                    <value key=\"content_field_id\"/>\n                    <value key=\"language_code\"/>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Form</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42\">\n        <id>42</id>\n        <status>DEFINED</status>\n        <identifier>landing_page</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Landing page</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n        <creationDate>2015-07-03T12:00:26+00:00</creationDate>\n        <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/42/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42/draft\"/>\n        <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/185\">\n                <id>185</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>10</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/186\">\n                <id>186</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>20</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page description</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/187\">\n                <id>187</id>\n                <identifier>page</identifier>\n                <fieldType>ibexa_landing_page</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>30</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"layout\">default</value>\n                    <value key=\"zones\">\n                        <value>\n                            <value key=\"id\">default_id</value>\n                            <value key=\"name\">default</value>\n                            <value key=\"blocks\"/></value>\n                    </value>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </descriptions>\n                <fieldSettings>\n                    <value key=\"availableBlocks\"/>\n                    <value key=\"availableLayouts\"/>\n                    <value key=\"editorMode\">page_view_mode</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n</ContentTypeList>\n"
                            },
                            "application/vnd.ibexa.api.ContentTypeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read the content types."
                    }
                },
                "summary": "List content types",
                "description": "Returns a list of content types.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list of content type info objects or content types (including Field definitions) is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/types/view": {
            "post": {
                "operationId": "api_contenttypesview_post",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoListWrapper"
                                },
                                "example": {
                                    "ContentTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/1/types",
                                        "ContentType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/2",
                                                "id": 2,
                                                "status": "DEFINED",
                                                "identifier": "article",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Article"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2004-04-20T09:56:29+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/draft"
                                                },
                                                "remoteId": "c15b600eb9198b1924063b5a68758232",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_title|title>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": false,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                            "id": 1,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "New article",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                            "id": 152,
                                                            "identifier": "short_title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                            "id": 153,
                                                            "identifier": "author",
                                                            "fieldType": "ibexa_author",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": [],
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Author"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "defaultAuthor": 1
                                                            },
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                            "id": 120,
                                                            "identifier": "intro",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Intro"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                            "id": 121,
                                                            "identifier": "body",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 5,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Body"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                            "id": 123,
                                                            "identifier": "enable_comments",
                                                            "fieldType": "ibexa_boolean",
                                                            "fieldGroup": "",
                                                            "position": 6,
                                                            "isTranslatable": false,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": false,
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Enable comments"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
                                                            "id": 154,
                                                            "identifier": "image",
                                                            "fieldType": "ibexa_object_relation",
                                                            "fieldGroup": "",
                                                            "position": 7,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "destinationContentId": null
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Image"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "selectionMethod": "SELECTION_BROWSE",
                                                                "selectionRoot": "",
                                                                "selectionContentTypes": []
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/1",
                                                "id": 1,
                                                "status": "DEFINED",
                                                "identifier": "folder",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Folder"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2015-11-29T21:14:32+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/draft"
                                                },
                                                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_name|name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
                                                            "id": 4,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "Folder",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
                                                            "id": 155,
                                                            "identifier": "short_name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 100,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
                                                            "id": 119,
                                                            "identifier": "short_description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
                                                            "id": 156,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/43",
                                                "id": 43,
                                                "status": "DEFINED",
                                                "identifier": "form",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Form"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2018-09-17T06:46:13+00:00",
                                                "modificationDate": "2018-09-17T06:47:14+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/draft"
                                                },
                                                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<title>",
                                                "isContainer": false,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
                                                            "id": 188,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
                                                            "id": 189,
                                                            "identifier": "form",
                                                            "fieldType": "ibexa_form",
                                                            "fieldGroup": "content",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "fields": [],
                                                                "content_id": null,
                                                                "content_field_id": null,
                                                                "language_code": null
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Form"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/42",
                                                "id": 42,
                                                "status": "DEFINED",
                                                "identifier": "landing_page",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Landing page"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                },
                                                "creationDate": "2015-07-03T12:00:26+00:00",
                                                "modificationDate": "2015-07-03T12:00:26+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/draft"
                                                },
                                                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
                                                            "id": 185,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 10,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
                                                            "id": 186,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 20,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page description"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
                                                            "id": 187,
                                                            "identifier": "page",
                                                            "fieldType": "ibexa_landing_page",
                                                            "fieldGroup": "content",
                                                            "position": 30,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "layout": "default",
                                                                "zones": [
                                                                    {
                                                                        "id": "default_id",
                                                                        "name": "default",
                                                                        "blocks": []
                                                                    }
                                                                ]
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": {
                                                                "availableBlocks": null,
                                                                "availableLayouts": null,
                                                                "editorMode": "page_view_mode"
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeList media-type=\"application/vnd.ibexa.api.ContentTypeList+xml\" href=\"/api/ibexa/v2/content/typegroups/1/types\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\">\n        <id>2</id>\n        <status>DEFINED</status>\n        <identifier>article</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Article</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/2/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2/draft\"/>\n        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_title|title&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/1\">\n                <id>1</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>New article</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/152\">\n                <id>152</id>\n                <identifier>short_title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/153\">\n                <id>153</id>\n                <identifier>author</identifier>\n                <fieldType>ibexa_author</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Author</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"defaultAuthor\">1</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/120\">\n                <id>120</id>\n                <identifier>intro</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Intro</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/121\">\n                <id>121</id>\n                <identifier>body</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>5</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Body</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/123\">\n                <id>123</id>\n                <identifier>enable_comments</identifier>\n                <fieldType>ibexa_boolean</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>6</position>\n                <isTranslatable>false</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>false</defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Enable comments</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/154\">\n                <id>154</id>\n                <identifier>image</identifier>\n                <fieldType>ibexa_object_relation</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>7</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"destinationContentId\"/>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Image</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"selectionMethod\">SELECTION_BROWSE</value>\n                    <value key=\"selectionRoot\"></value>\n                    <value key=\"selectionContentTypes\"/>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\">\n        <id>1</id>\n        <status>DEFINED</status>\n        <identifier>folder</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Folder</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/1/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1/draft\"/>\n        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_name|name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/4\">\n                <id>4</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>Folder</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/155\">\n                <id>155</id>\n                <identifier>short_name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">100</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/119\">\n                <id>119</id>\n                <identifier>short_description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/156\">\n                <id>156</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43\">\n        <id>43</id>\n        <status>DEFINED</status>\n        <identifier>form</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Form</value>\n        </names>\n        <descriptions/>\n        <creationDate>2018-09-17T06:46:13+00:00</creationDate>\n        <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/43/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43/draft\"/>\n        <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;title&gt;</nameSchema>\n        <isContainer>false</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/188\">\n                <id>188</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/189\">\n                <id>189</id>\n                <identifier>form</identifier>\n                <fieldType>ibexa_form</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"fields\"/>\n                    <value key=\"content_id\"/>\n                    <value key=\"content_field_id\"/>\n                    <value key=\"language_code\"/>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Form</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42\">\n        <id>42</id>\n        <status>DEFINED</status>\n        <identifier>landing_page</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Landing page</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n        <creationDate>2015-07-03T12:00:26+00:00</creationDate>\n        <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/42/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42/draft\"/>\n        <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/185\">\n                <id>185</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>10</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/186\">\n                <id>186</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>20</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page description</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/187\">\n                <id>187</id>\n                <identifier>page</identifier>\n                <fieldType>ibexa_landing_page</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>30</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"layout\">default</value>\n                    <value key=\"zones\">\n                        <value>\n                            <value key=\"id\">default_id</value>\n                            <value key=\"name\">default</value>\n                            <value key=\"blocks\"/></value>\n                    </value>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </descriptions>\n                <fieldSettings>\n                    <value key=\"availableBlocks\"/>\n                    <value key=\"availableLayouts\"/>\n                    <value key=\"editorMode\">page_view_mode</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n</ContentTypeList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Filter content types",
                "description": "Executes a query and returns a View including the results. The View input reflects the criteria model of the public PHP API.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentTypeCreateViewController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentTypeViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeViewInputWrapper"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ViewInput>\n    <identifier>ContentTypeView</identifier>\n    <ContentTypeQuery>\n        <limit>10</limit>\n        <offset>1</offset>\n        <Query>\n            <ContentTypeIdCriterion>1</ContentTypeIdCriterion>\n            <ContentTypeIdCriterion>2</ContentTypeIdCriterion>\n            <ContentTypeIdentifierCriterion>folder</ContentTypeIdentifierCriterion>\n            <IsSystemCriterion>true</IsSystemCriterion>\n            <ContentTypeGroupIdCriterion>1</ContentTypeGroupIdCriterion>\n            <ContainsFieldDefinitionIdCriterion>2</ContainsFieldDefinitionIdCriterion>\n        </Query>\n        <SortClauses>\n            <Identifier>descending</Identifier>\n            <Id>ascending</Id>\n        </SortClauses>\n    </ContentTypeQuery>\n</ViewInput>\n"
                        },
                        "application/vnd.ibexa.api.ContentTypeViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeViewInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ViewInput>\n    <identifier>ContentTypeView</identifier>\n    <ContentTypeQuery>\n        <limit>10</limit>\n        <offset>1</offset>\n        <Query>\n            <ContentTypeIdCriterion>1</ContentTypeIdCriterion>\n            <ContentTypeIdCriterion>2</ContentTypeIdCriterion>\n            <ContentTypeIdentifierCriterion>folder</ContentTypeIdentifierCriterion>\n            <IsSystemCriterion>true</IsSystemCriterion>\n            <ContentTypeGroupIdCriterion>1</ContentTypeGroupIdCriterion>\n            <ContainsFieldDefinitionIdCriterion>2</ContainsFieldDefinitionIdCriterion>\n        </Query>\n        <SortClauses>\n            <Identifier>descending</Identifier>\n            <Id>ascending</Id>\n        </SortClauses>\n    </ContentTypeQuery>\n</ViewInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}": {
            "get": {
                "operationId": "api_contenttypes_contentTypeId_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeWrapper"
                                },
                                "example": {
                                    "ContentType": {
                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                        "_href": "/api/ibexa/v2/content/types/2",
                                        "id": 2,
                                        "status": "DEFINED",
                                        "identifier": "article",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Article"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "creationDate": "2002-06-18T09:21:38+00:00",
                                        "modificationDate": "2021-06-28T11:31:22+00:00",
                                        "Creator": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Modifier": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Groups": {
                                            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/groups"
                                        },
                                        "Draft": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/2/draft"
                                        },
                                        "remoteId": "c15b600eb9198b1924063b5a68758232",
                                        "urlAliasSchema": "",
                                        "nameSchema": "<short_title|title>",
                                        "isContainer": true,
                                        "mainLanguageCode": "eng-GB",
                                        "defaultAlwaysAvailable": false,
                                        "defaultSortField": "PATH",
                                        "defaultSortOrder": "ASC",
                                        "FieldDefinitions": {
                                            "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                            "FieldDefinition": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                    "id": 1,
                                                    "identifier": "title",
                                                    "fieldType": "ibexa_string",
                                                    "fieldGroup": "",
                                                    "position": 1,
                                                    "isTranslatable": true,
                                                    "isRequired": true,
                                                    "isInfoCollector": false,
                                                    "defaultValue": "New article",
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Title"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": {
                                                        "StringLengthValidator": {
                                                            "maxStringLength": 255,
                                                            "minStringLength": null
                                                        }
                                                    }
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                    "id": 152,
                                                    "identifier": "short_title",
                                                    "fieldType": "ibexa_string",
                                                    "fieldGroup": "",
                                                    "position": 2,
                                                    "isTranslatable": true,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": null,
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Short title"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": {
                                                        "StringLengthValidator": {
                                                            "maxStringLength": 255,
                                                            "minStringLength": null
                                                        }
                                                    }
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                    "id": 153,
                                                    "identifier": "author",
                                                    "fieldType": "ibexa_author",
                                                    "fieldGroup": "",
                                                    "position": 3,
                                                    "isTranslatable": true,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": [],
                                                    "isSearchable": false,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Author"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": {
                                                        "defaultAuthor": 1
                                                    },
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                    "id": 120,
                                                    "identifier": "intro",
                                                    "fieldType": "ibexa_richtext",
                                                    "fieldGroup": "",
                                                    "position": 4,
                                                    "isTranslatable": true,
                                                    "isRequired": true,
                                                    "isInfoCollector": false,
                                                    "defaultValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    },
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Intro"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                    "id": 121,
                                                    "identifier": "body",
                                                    "fieldType": "ibexa_richtext",
                                                    "fieldGroup": "",
                                                    "position": 5,
                                                    "isTranslatable": true,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    },
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Body"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                    "id": 123,
                                                    "identifier": "enable_comments",
                                                    "fieldType": "ibexa_boolean",
                                                    "fieldGroup": "",
                                                    "position": 6,
                                                    "isTranslatable": false,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": false,
                                                    "isSearchable": false,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Enable comments"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
                                                    "id": 195,
                                                    "identifier": "image",
                                                    "fieldType": "ibexa_image_asset",
                                                    "fieldGroup": "content",
                                                    "position": 7,
                                                    "isTranslatable": false,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": {
                                                        "destinationContentId": null,
                                                        "alternativeText": null,
                                                        "source": null
                                                    },
                                                    "isSearchable": false,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Image"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentType+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentType"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14\">\n    <id>14</id>\n    <status>DEFINED</status>\n    <identifier>copy_of_article_14</identifier>\n    <names>\n        <value languageCode=\"eng-GB\">Updated content type name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">This is an updated content type description</value>\n    </descriptions>\n    <creationDate>2019-02-06T10:56:36+01:00</creationDate>\n    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>\n    <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/14/groups\"/>\n    <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14/draft\"/>\n    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>\n    <urlAliasSchema></urlAliasSchema>\n    <nameSchema>&lt;short_title|title&gt;</nameSchema>\n    <isContainer>true</isContainer>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n    <defaultSortField>PATH</defaultSortField>\n    <defaultSortOrder>ASC</defaultSortOrder>\n    <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/14/fieldDefinitions\">\n        <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/14/fieldDefinitions/188\">\n            <id>188</id>\n            <identifier>title</identifier>\n            <fieldType>ibexa_string</fieldType>\n            <fieldGroup></fieldGroup>\n            <position>1</position>\n            <isTranslatable>true</isTranslatable>\n            <isRequired>true</isRequired>\n            <isInfoCollector>false</isInfoCollector>\n            <defaultValue>New article</defaultValue>\n            <isSearchable>true</isSearchable>\n            <names>\n                <value languageCode=\"eng-GB\">Title</value>\n            </names>\n            <descriptions/>\n            <fieldSettings/>\n            <validatorConfiguration>\n                <value key=\"StringLengthValidator\">\n                    <value key=\"maxStringLength\">255</value>\n                    <value key=\"minStringLength\"/></value>\n            </validatorConfiguration>\n        </FieldDefinition>\n        </FieldDefinitions>\n</ContentType>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this content type."
                    },
                    "404": {
                        "description": "Error - The content type does not exist."
                    }
                },
                "summary": "Get content type",
                "description": "Returns the content type with the provided ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the content type is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenttypes_contentTypeId_post",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeInfo+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoWrapper"
                                },
                                "example": {
                                    "ContentTypeInfo": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
                                        "_href": "/api/ibexa/v2/content/types/2/draft",
                                        "id": 2,
                                        "status": "DRAFT",
                                        "identifier": "article",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Updated content type name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "This is an updated content type description"
                                                }
                                            ]
                                        },
                                        "creationDate": "2002-06-18T09:21:38+00:00",
                                        "modificationDate": "2021-08-11T11:58:24+00:00",
                                        "Creator": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Modifier": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Groups": {
                                            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/groups"
                                        },
                                        "Draft": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/2/draft"
                                        },
                                        "remoteId": "c15b600eb9198b1924063b5a68758232",
                                        "urlAliasSchema": null,
                                        "nameSchema": "<short_title|title>",
                                        "isContainer": true,
                                        "mainLanguageCode": "eng-GB",
                                        "defaultAlwaysAvailable": true,
                                        "defaultSortField": "PATH",
                                        "defaultSortOrder": "ASC"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeInfo+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfo"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeInfo media-type=\"application/vnd.ibexa.api.ContentTypeInfo+xml\" href=\"/api/ibexa/v2/content/types/14/draft\">\n    <id>14</id>\n    <status>DRAFT</status>\n    <identifier>new_content_type</identifier>\n    <names>\n        <value languageCode=\"eng-GB\">Updated content type name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">This is an updated content type description</value>\n    </descriptions>\n    <creationDate>2019-02-06T10:56:36+01:00</creationDate>\n    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>\n    <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/14/groups\"/>\n    <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14/draft\"/>\n    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>\n    <urlAliasSchema></urlAliasSchema>\n    <nameSchema>&lt;short_title|title&gt;</nameSchema>\n    <isContainer>true</isContainer>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n    <defaultSortField>PATH</defaultSortField>\n    <defaultSortOrder>ASC</defaultSortOrder>\n</ContentTypeInfo>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create the draft."
                    },
                    "403": {
                        "description": "Error - A content type with the given new identifier already exists. A draft already exists."
                    }
                },
                "summary": "Create Draft",
                "description": "Creates a draft and updates it with the given data.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new content type draft is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The content type Update schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentTypeDraftCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentTypeUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeUpdateWrapper"
                            },
                            "example": {
                                "ContentTypeUpdate": {
                                    "_media-type": "application/vnd.ibexa.api.ContentTypeUpdate",
                                    "defaultAlwaysAvailable": "true"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentTypeUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeUpdate>\n    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n</ContentTypeUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenttypes_contentTypeId_delete",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - content type deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete this content type."
                    },
                    "403": {
                        "description": "Error - There are object instances of this content type."
                    },
                    "404": {
                        "description": "Error - The content type does not exist."
                    }
                },
                "summary": "Delete content type",
                "description": "Deletes the provided content type.",
                "parameters": [
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/draft": {
            "get": {
                "operationId": "api_contenttypes_contentTypeIddraft_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeWrapper"
                                },
                                "example": {
                                    "ContentType": {
                                        "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                        "_href": "/api/ibexa/v2/content/types/2",
                                        "id": 2,
                                        "status": "DEFINED",
                                        "identifier": "article",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Article"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "creationDate": "2002-06-18T09:21:38+00:00",
                                        "modificationDate": "2021-06-28T11:31:22+00:00",
                                        "Creator": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Modifier": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Groups": {
                                            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/groups"
                                        },
                                        "Draft": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/2/draft"
                                        },
                                        "remoteId": "c15b600eb9198b1924063b5a68758232",
                                        "urlAliasSchema": "",
                                        "nameSchema": "<short_title|title>",
                                        "isContainer": true,
                                        "mainLanguageCode": "eng-GB",
                                        "defaultAlwaysAvailable": false,
                                        "defaultSortField": "PATH",
                                        "defaultSortOrder": "ASC",
                                        "FieldDefinitions": {
                                            "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                            "FieldDefinition": [
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                    "id": 1,
                                                    "identifier": "title",
                                                    "fieldType": "ibexa_string",
                                                    "fieldGroup": "",
                                                    "position": 1,
                                                    "isTranslatable": true,
                                                    "isRequired": true,
                                                    "isInfoCollector": false,
                                                    "defaultValue": "New article",
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Title"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": {
                                                        "StringLengthValidator": {
                                                            "maxStringLength": 255,
                                                            "minStringLength": null
                                                        }
                                                    }
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                    "id": 152,
                                                    "identifier": "short_title",
                                                    "fieldType": "ibexa_string",
                                                    "fieldGroup": "",
                                                    "position": 2,
                                                    "isTranslatable": true,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": null,
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Short title"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": {
                                                        "StringLengthValidator": {
                                                            "maxStringLength": 255,
                                                            "minStringLength": null
                                                        }
                                                    }
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                    "id": 153,
                                                    "identifier": "author",
                                                    "fieldType": "ibexa_author",
                                                    "fieldGroup": "",
                                                    "position": 3,
                                                    "isTranslatable": true,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": [],
                                                    "isSearchable": false,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Author"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": {
                                                        "defaultAuthor": 1
                                                    },
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                    "id": 120,
                                                    "identifier": "intro",
                                                    "fieldType": "ibexa_richtext",
                                                    "fieldGroup": "",
                                                    "position": 4,
                                                    "isTranslatable": true,
                                                    "isRequired": true,
                                                    "isInfoCollector": false,
                                                    "defaultValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    },
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Intro"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                    "id": 121,
                                                    "identifier": "body",
                                                    "fieldType": "ibexa_richtext",
                                                    "fieldGroup": "",
                                                    "position": 5,
                                                    "isTranslatable": true,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": {
                                                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                    },
                                                    "isSearchable": true,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Body"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                    "id": 123,
                                                    "identifier": "enable_comments",
                                                    "fieldType": "ibexa_boolean",
                                                    "fieldGroup": "",
                                                    "position": 6,
                                                    "isTranslatable": false,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": false,
                                                    "isSearchable": false,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Enable comments"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                },
                                                {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
                                                    "id": 195,
                                                    "identifier": "image",
                                                    "fieldType": "ibexa_image_asset",
                                                    "fieldGroup": "content",
                                                    "position": 7,
                                                    "isTranslatable": false,
                                                    "isRequired": false,
                                                    "isInfoCollector": false,
                                                    "defaultValue": {
                                                        "destinationContentId": null,
                                                        "alternativeText": null,
                                                        "source": null
                                                    },
                                                    "isSearchable": false,
                                                    "names": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": "Image"
                                                            }
                                                        ]
                                                    },
                                                    "descriptions": {
                                                        "value": [
                                                            {
                                                                "_languageCode": "eng-GB",
                                                                "#text": null
                                                            }
                                                        ]
                                                    },
                                                    "fieldSettings": [],
                                                    "validatorConfiguration": []
                                                }
                                            ]
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentType+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentType"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14\">\n    <id>14</id>\n    <status>DEFINED</status>\n    <identifier>copy_of_article_14</identifier>\n    <names>\n        <value languageCode=\"eng-GB\">Updated content type name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">This is an updated content type description</value>\n    </descriptions>\n    <creationDate>2019-02-06T10:56:36+01:00</creationDate>\n    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>\n    <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/14/groups\"/>\n    <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14/draft\"/>\n    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>\n    <urlAliasSchema></urlAliasSchema>\n    <nameSchema>&lt;short_title|title&gt;</nameSchema>\n    <isContainer>true</isContainer>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n    <defaultSortField>PATH</defaultSortField>\n    <defaultSortOrder>ASC</defaultSortOrder>\n    <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/14/fieldDefinitions\">\n        <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/14/fieldDefinitions/188\">\n            <id>188</id>\n            <identifier>title</identifier>\n            <fieldType>ibexa_string</fieldType>\n            <fieldGroup></fieldGroup>\n            <position>1</position>\n            <isTranslatable>true</isTranslatable>\n            <isRequired>true</isRequired>\n            <isInfoCollector>false</isInfoCollector>\n            <defaultValue>New article</defaultValue>\n            <isSearchable>true</isSearchable>\n            <names>\n                <value languageCode=\"eng-GB\">Title</value>\n            </names>\n            <descriptions/>\n            <fieldSettings/>\n            <validatorConfiguration>\n                <value key=\"StringLengthValidator\">\n                    <value key=\"maxStringLength\">255</value>\n                    <value key=\"minStringLength\"/></value>\n            </validatorConfiguration>\n        </FieldDefinition>\n        </FieldDefinitions>\n</ContentType>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this content type."
                    },
                    "404": {
                        "description": "Error - The content type does not exist or does not have a draft."
                    }
                },
                "summary": "Get content type draft",
                "description": "Returns the draft of the content type with the provided ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the content type is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenttypes_contentTypeIddraft_delete",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - content type draft deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete this content type draft."
                    },
                    "404": {
                        "description": "Error - The content type draft does not exist."
                    }
                },
                "summary": "Delete content type draft",
                "description": "Deletes the provided content type draft.",
                "parameters": [
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contenttypes_contentTypeIddraft_patch",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeInfo+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoWrapper"
                                },
                                "example": {
                                    "ContentTypeInfo": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
                                        "_href": "/api/ibexa/v2/content/types/2/draft",
                                        "id": 2,
                                        "status": "DRAFT",
                                        "identifier": "article",
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Updated content type name"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "This is an updated content type description"
                                                }
                                            ]
                                        },
                                        "creationDate": "2002-06-18T09:21:38+00:00",
                                        "modificationDate": "2021-08-11T11:58:24+00:00",
                                        "Creator": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Modifier": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Groups": {
                                            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                            "_href": "/api/ibexa/v2/content/types/2/groups"
                                        },
                                        "Draft": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/2/draft"
                                        },
                                        "remoteId": "c15b600eb9198b1924063b5a68758232",
                                        "urlAliasSchema": null,
                                        "nameSchema": "<short_title|title>",
                                        "isContainer": true,
                                        "mainLanguageCode": "eng-GB",
                                        "defaultAlwaysAvailable": true,
                                        "defaultSortField": "PATH",
                                        "defaultSortOrder": "ASC"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeInfo+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfo"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeInfo media-type=\"application/vnd.ibexa.api.ContentTypeInfo+xml\" href=\"/api/ibexa/v2/content/types/14/draft\">\n    <id>14</id>\n    <status>DRAFT</status>\n    <identifier>new_content_type</identifier>\n    <names>\n        <value languageCode=\"eng-GB\">Updated content type name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">This is an updated content type description</value>\n    </descriptions>\n    <creationDate>2019-02-06T10:56:36+01:00</creationDate>\n    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>\n    <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/14/groups\"/>\n    <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14/draft\"/>\n    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>\n    <urlAliasSchema></urlAliasSchema>\n    <nameSchema>&lt;short_title|title&gt;</nameSchema>\n    <isContainer>true</isContainer>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n    <defaultSortField>PATH</defaultSortField>\n    <defaultSortOrder>ASC</defaultSortOrder>\n</ContentTypeInfo>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to update the draft."
                    },
                    "403": {
                        "description": "Error - A content type with the given new identifier already exists."
                    },
                    "404": {
                        "description": "Error - There is no draft for this content type."
                    }
                },
                "summary": "Update content type draft",
                "description": "Updates metadata of a draft. This method does not handle Field definitions. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new content type draft is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The content type update schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ContentTypeDraftUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentTypeUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeUpdateWrapper"
                            },
                            "example": {
                                "ContentTypeUpdate": {
                                    "_media-type": "application/vnd.ibexa.api.ContentTypeUpdate",
                                    "defaultAlwaysAvailable": "true"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentTypeUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeUpdate>\n    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n</ContentTypeUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/draft/fieldDefinitions": {
            "get": {
                "operationId": "api_contenttypes_contentTypeIddraftfieldDefinitions_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "OK - return a list of Field definitions.",
                        "content": {
                            "application/vnd.ibexa.api.FieldDefinitionList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitionsWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.FieldDefinitionList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitions"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - The content type draft does not exist."
                    }
                },
                "summary": "Get Draft Field definition list",
                "description": "Returns all Field definitions of the provided content type Draft.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Field definitions are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenttypes_contentTypeIddraftfieldDefinitions_post",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.FieldDefinition+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitionWrapper"
                                },
                                "example": {
                                    "FieldDefinition": {
                                        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
                                        "id": 195,
                                        "identifier": "image",
                                        "fieldType": "ibexa_image_asset",
                                        "fieldGroup": "content",
                                        "position": 7,
                                        "isTranslatable": false,
                                        "isRequired": false,
                                        "isInfoCollector": false,
                                        "defaultValue": {
                                            "destinationContentId": null,
                                            "alternativeText": null,
                                            "source": null
                                        },
                                        "isSearchable": false,
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Image"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "fieldSettings": [],
                                        "validatorConfiguration": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.FieldDefinition+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinition"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/195\">\n    <id>195</id>\n    <identifier>image</identifier>\n    <fieldType>ibexa_image_asset</fieldType>\n    <fieldGroup>content</fieldGroup>\n    <position>7</position>\n    <isTranslatable>false</isTranslatable>\n    <isRequired>false</isRequired>\n    <isInfoCollector>false</isInfoCollector>\n    <defaultValue>\n        <value key=\"destinationContentId\"/>\n        <value key=\"alternativeText\"/>\n        <value key=\"source\"/>\n    </defaultValue>\n    <isSearchable>false</isSearchable>\n    <names>\n        <value languageCode=\"eng-GB\">Image</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n    <fieldSettings/>\n    <validatorConfiguration/>\n</FieldDefinition>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition or validation on the Field definition fails."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to add a Field definition."
                    },
                    "403": {
                        "description": "Error - A Field definition with the same identifier already exists in the given content type. The Field definition is of singular type, already existing in the given content type. The Field definition you want to add is of a type that can't be added to a content type that already has content instances."
                    }
                },
                "summary": "Add content type Draft Field definition",
                "description": "Creates a new Field definition for the given content type.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new Field definition is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Field Definition Create schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentTypeDraftFieldDefinitionAddController resource",
                    "content": {
                        "application/vnd.ibexa.api.FieldDefinitionCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/FieldDefinitionCreateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.FieldDefinitionCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/FieldDefinitionCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FieldDefinitionCreate>\n    <identifier>name</identifier>\n    <fieldType>ibexa_string</fieldType>\n    <isRequired>true</isRequired>\n    <validatorConfiguration>\n    <value key=\"StringLengthValidator\">\n        <value key=\"maxStringLength\">32</value>\n        <value key=\"minStringLength\">8</value>\n    </value>\n</validatorConfiguration>\n</FieldDefinitionCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/draft/fieldDefinitions/{fieldDefinitionId}": {
            "get": {
                "operationId": "api_contenttypes_contentTypeIddraftfieldDefinitions_fieldDefinitionId_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.FieldDefinition+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitionWrapper"
                                },
                                "example": {
                                    "FieldDefinition": {
                                        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
                                        "id": 195,
                                        "identifier": "image",
                                        "fieldType": "ibexa_image_asset",
                                        "fieldGroup": "content",
                                        "position": 7,
                                        "isTranslatable": false,
                                        "isRequired": false,
                                        "isInfoCollector": false,
                                        "defaultValue": {
                                            "destinationContentId": null,
                                            "alternativeText": null,
                                            "source": null
                                        },
                                        "isSearchable": false,
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Image"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "fieldSettings": [],
                                        "validatorConfiguration": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.FieldDefinition+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinition"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/195\">\n    <id>195</id>\n    <identifier>image</identifier>\n    <fieldType>ibexa_image_asset</fieldType>\n    <fieldGroup>content</fieldGroup>\n    <position>7</position>\n    <isTranslatable>false</isTranslatable>\n    <isRequired>false</isRequired>\n    <isInfoCollector>false</isInfoCollector>\n    <defaultValue>\n        <value key=\"destinationContentId\"/>\n        <value key=\"alternativeText\"/>\n        <value key=\"source\"/>\n    </defaultValue>\n    <isSearchable>false</isSearchable>\n    <names>\n        <value languageCode=\"eng-GB\">Image</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n    <fieldSettings/>\n    <validatorConfiguration/>\n</FieldDefinition>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read the content type draft."
                    },
                    "404": {
                        "description": "Error - The content type or draft does not exist."
                    }
                },
                "summary": "Get content type Draft Field definition",
                "description": "Returns the Field definition by the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Field definition is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "fieldDefinitionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenttypes_contentTypeIddraftfieldDefinitions_fieldDefinitionId_delete",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - Field definition deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete this content type."
                    },
                    "403": {
                        "description": "Error - There is no draft of the content type assigned to the authenticated user."
                    }
                },
                "summary": "Delete content type Draft Field definition",
                "description": "Deletes the provided Field definition.",
                "parameters": [
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "fieldDefinitionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contenttypes_contentTypeIddraftfieldDefinitions_fieldDefinitionId_patch",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.FieldDefinition+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitionWrapper"
                                },
                                "example": {
                                    "FieldDefinition": {
                                        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
                                        "id": 195,
                                        "identifier": "image",
                                        "fieldType": "ibexa_image_asset",
                                        "fieldGroup": "content",
                                        "position": 7,
                                        "isTranslatable": false,
                                        "isRequired": false,
                                        "isInfoCollector": false,
                                        "defaultValue": {
                                            "destinationContentId": null,
                                            "alternativeText": null,
                                            "source": null
                                        },
                                        "isSearchable": false,
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Image"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "fieldSettings": [],
                                        "validatorConfiguration": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.FieldDefinition+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinition"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/195\">\n    <id>195</id>\n    <identifier>image</identifier>\n    <fieldType>ibexa_image_asset</fieldType>\n    <fieldGroup>content</fieldGroup>\n    <position>7</position>\n    <isTranslatable>false</isTranslatable>\n    <isRequired>false</isRequired>\n    <isInfoCollector>false</isInfoCollector>\n    <defaultValue>\n        <value key=\"destinationContentId\"/>\n        <value key=\"alternativeText\"/>\n        <value key=\"source\"/>\n    </defaultValue>\n    <isSearchable>false</isSearchable>\n    <names>\n        <value languageCode=\"eng-GB\">Image</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n    <fieldSettings/>\n    <validatorConfiguration/>\n</FieldDefinition>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to update the Field definition."
                    },
                    "403": {
                        "description": "Error - A Field definition with the given identifier already exists in the given content type."
                    }
                },
                "summary": "Update content type Draft Field definition",
                "description": "Updates the attributes of a Field definition.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Field definition is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The Field definition update schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "fieldDefinitionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ContentTypeDraftFieldDefinitionUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.FieldDefinitionUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/FieldDefinitionUpdateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.FieldDefinitionUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/FieldDefinitionUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FieldDefinitionUpdate>\n    <fieldGroup>new_field_group</fieldGroup>\n    <position>10</position>\n</FieldDefinitionUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/fieldDefinitions": {
            "get": {
                "operationId": "api_contenttypes_contentTypeIdfieldDefinitions_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "OK - return a list of Field definitions.",
                        "content": {
                            "application/vnd.ibexa.api.FieldDefinitionList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitionsWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.FieldDefinitionList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitions"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "Error - The content type does not exist."
                    }
                },
                "summary": "Get Field definition list",
                "description": "Returns all Field definitions of the provided content type.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Field definitions are returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/fieldDefinitions/{fieldDefinitionId}": {
            "get": {
                "operationId": "api_contenttypes_contentTypeIdfieldDefinitions_fieldDefinitionId_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.FieldDefinition+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinitionWrapper"
                                },
                                "example": {
                                    "FieldDefinition": {
                                        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
                                        "id": 195,
                                        "identifier": "image",
                                        "fieldType": "ibexa_image_asset",
                                        "fieldGroup": "content",
                                        "position": 7,
                                        "isTranslatable": false,
                                        "isRequired": false,
                                        "isInfoCollector": false,
                                        "defaultValue": {
                                            "destinationContentId": null,
                                            "alternativeText": null,
                                            "source": null
                                        },
                                        "isSearchable": false,
                                        "names": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": "Image"
                                                }
                                            ]
                                        },
                                        "descriptions": {
                                            "value": [
                                                {
                                                    "_languageCode": "eng-GB",
                                                    "#text": null
                                                }
                                            ]
                                        },
                                        "fieldSettings": [],
                                        "validatorConfiguration": []
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.FieldDefinition+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/FieldDefinition"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/195\">\n    <id>195</id>\n    <identifier>image</identifier>\n    <fieldType>ibexa_image_asset</fieldType>\n    <fieldGroup>content</fieldGroup>\n    <position>7</position>\n    <isTranslatable>false</isTranslatable>\n    <isRequired>false</isRequired>\n    <isInfoCollector>false</isInfoCollector>\n    <defaultValue>\n        <value key=\"destinationContentId\"/>\n        <value key=\"alternativeText\"/>\n        <value key=\"source\"/>\n    </defaultValue>\n    <isSearchable>false</isSearchable>\n    <names>\n        <value languageCode=\"eng-GB\">Image</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\"></value>\n    </descriptions>\n    <fieldSettings/>\n    <validatorConfiguration/>\n</FieldDefinition>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read the content type."
                    },
                    "404": {
                        "description": "Error - The content type does not exist."
                    }
                },
                "summary": "Get Field definition",
                "description": "Returns the Field definition by the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Field definition is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "fieldDefinitionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/groups": {
            "get": {
                "operationId": "api_contenttypes_contentTypeIdgroups_get",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupRefListWrapper"
                                },
                                "example": {
                                    "ContentTypeGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/2/types",
                                        "ContentTypeGroupRef": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/1",
                                                "unlink": {
                                                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
                                                    "_method": "DELETE"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/2",
                                                "unlink": {
                                                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
                                                    "_method": "DELETE"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroupRefList media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/typegroups/15/types\">\n    <ContentTypeGroupRef media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/1\">\n        <unlink href=\"/api/ibexa/v2/content/types/15/groups/1\" method=\"DELETE\"/>\n    </ContentTypeGroupRef>\n    <ContentTypeGroupRef media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/2\">\n        <unlink href=\"/api/ibexa/v2/content/types/15/groups/2\" method=\"DELETE\"/>\n    </ContentTypeGroupRef>\n</ContentTypeGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this content type."
                    },
                    "404": {
                        "description": "Error - The content type does not exist."
                    }
                },
                "summary": "Get groups of content type",
                "description": "Returns the content type group to which content type belongs to.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the content type group list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenttypes_contentTypeIdgroups_post",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupRefListWrapper"
                                },
                                "example": {
                                    "ContentTypeGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/2/types",
                                        "ContentTypeGroupRef": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/1",
                                                "unlink": {
                                                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
                                                    "_method": "DELETE"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/2",
                                                "unlink": {
                                                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
                                                    "_method": "DELETE"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroupRefList media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/typegroups/15/types\">\n    <ContentTypeGroupRef media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/1\">\n        <unlink href=\"/api/ibexa/v2/content/types/15/groups/1\" method=\"DELETE\"/>\n    </ContentTypeGroupRef>\n    <ContentTypeGroupRef media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/2\">\n        <unlink href=\"/api/ibexa/v2/content/types/15/groups/2\" method=\"DELETE\"/>\n    </ContentTypeGroupRef>\n</ContentTypeGroupRefList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to add a group."
                    },
                    "403": {
                        "description": "Error - The content type is already assigned to the group."
                    }
                },
                "summary": "Link group to content type",
                "description": "Links a content type group to the content type and returns the updated group list.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated content type group list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentTypeLinkToGroupController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/types/{contentTypeId}/groups/{id}": {
            "delete": {
                "operationId": "api_contenttypes_contentTypeIdgroups_id_delete",
                "tags": [
                    "Type"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupRefListWrapper"
                                },
                                "example": {
                                    "ContentTypeGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/2/types",
                                        "ContentTypeGroupRef": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/1",
                                                "unlink": {
                                                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
                                                    "_method": "DELETE"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/2",
                                                "unlink": {
                                                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
                                                    "_method": "DELETE"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroupRefList media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/typegroups/15/types\">\n    <ContentTypeGroupRef media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/1\">\n        <unlink href=\"/api/ibexa/v2/content/types/15/groups/1\" method=\"DELETE\"/>\n    </ContentTypeGroupRef>\n    <ContentTypeGroupRef media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/2\">\n        <unlink href=\"/api/ibexa/v2/content/types/15/groups/2\" method=\"DELETE\"/>\n    </ContentTypeGroupRef>\n</ContentTypeGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete this content type."
                    },
                    "403": {
                        "description": "Error - content type cannot be unlinked from the only remaining group."
                    },
                    "404": {
                        "description": "Error - The resource does not exist."
                    },
                    "204": {
                        "description": "ContentTypeUnlinkFromGroupController resource deleted"
                    }
                },
                "summary": "Unlink group from content type",
                "description": "Removes the given group from the content type and returns the updated group list.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated content type group list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/typegroups": {
            "get": {
                "operationId": "api_contenttypegroups_get",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupListWrapper"
                                },
                                "example": {
                                    "ContentTypeGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups",
                                        "ContentTypeGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/1",
                                                "id": 1,
                                                "identifier": "Content",
                                                "created": "2002-09-05T09:08:48+00:00",
                                                "modified": "2002-10-06T16:35:06+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "ContentTypes": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
                                                    "_href": "/api/ibexa/v2/content/typegroups/1/types"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/2",
                                                "id": 2,
                                                "identifier": "Users",
                                                "created": "2002-09-05T09:09:01+00:00",
                                                "modified": "2002-10-06T16:35:13+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "ContentTypes": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
                                                    "_href": "/api/ibexa/v2/content/typegroups/2/types"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                                "_href": "/api/ibexa/v2/content/typegroups/3",
                                                "id": 3,
                                                "identifier": "Media",
                                                "created": "2002-09-14T13:22:23+00:00",
                                                "modified": "2002-10-06T16:35:20+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "ContentTypes": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
                                                    "_href": "/api/ibexa/v2/content/typegroups/3/types"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroupList media-type=\"application/vnd.ibexa.api.ContentTypeGroupList+xml\" href=\"/api/ibexa/v2/content/typegroups\">\n    <ContentTypeGroup media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/1\">\n        <id>1</id>\n        <identifier>Content</identifier>\n        <created>2002-09-05T11:08:48+02:00</created>\n        <modified>2002-10-06T18:35:06+02:00</modified>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <ContentTypes media-type=\"application/vnd.ibexa.api.ContentTypeInfoList+xml\" href=\"/api/ibexa/v2/content/typegroups/1/types\"/>\n    </ContentTypeGroup>\n    <ContentTypeGroup media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/2\">\n        <id>2</id>\n        <identifier>Users</identifier>\n        <created>2002-09-05T11:09:01+02:00</created>\n        <modified>2002-10-06T18:35:13+02:00</modified>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <ContentTypes media-type=\"application/vnd.ibexa.api.ContentTypeInfoList+xml\" href=\"/api/ibexa/v2/content/typegroups/2/types\"/>\n    </ContentTypeGroup>\n    <ContentTypeGroup media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\" href=\"/api/ibexa/v2/content/typegroups/3\">\n        <id>3</id>\n        <identifier>Media</identifier>\n        <created>2002-09-14T15:22:23+02:00</created>\n        <modified>2002-10-06T18:35:20+02:00</modified>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <ContentTypes media-type=\"application/vnd.ibexa.api.ContentTypeInfoList+xml\" href=\"/api/ibexa/v2/content/typegroups/3/types\"/>\n    </ContentTypeGroup>\n</ContentTypeGroupList>\n"
                            }
                        }
                    },
                    "307": {
                        "description": "Temporary redirect."
                    },
                    "401": {
                        "description": "Error - The user has no permission to read content types."
                    },
                    "404": {
                        "description": "Error - The content type group with the given identifier does not exist."
                    }
                },
                "summary": "Get content type groups",
                "description": "Returns a list of all content type groups. If an identifier is provided, loads the content type group for this identifier.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the content type group list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenttypegroups_post",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupWrapper"
                                },
                                "example": {
                                    "ContentTypeGroup": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/4",
                                        "id": 4,
                                        "identifier": "updatedIdentifer",
                                        "created": "2021-08-11T09:44:18+00:00",
                                        "modified": "2021-08-11T10:10:04+00:00",
                                        "Creator": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Modifier": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "ContentTypes": {
                                            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
                                            "_href": "/api/ibexa/v2/content/typegroups/6/types"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroup href=\"/content/typesgroups/7\" media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\">\n    <id>7</id>\n    <identifier>newContentTypeGroup</identifier>\n    <created>2012-02-31T12:45:00</created>\n    <modified>2012-02-31T12:45:00</modified>\n    <Creator href=\"/user/users/13\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <Modifier href=\"/user/users/13\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <ContentTypes href=\"/content/typegroups/7/types\" media-type=\"application/vnd.ibexa.api.ContentTypeList+xml\"/>\n</ContentTypeGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create this content type group."
                    },
                    "403": {
                        "description": "Error - A content type group with the same identifier already exists."
                    }
                },
                "summary": "Create content type group",
                "description": "Creates a new content type group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new content type group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The content type group input schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentTypeGroupCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentTypeGroupInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeGroupInputWrapper"
                            },
                            "example": {
                                "ContentTypeGroupInput": {
                                    "identifier": "newContentTypeGroup"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentTypeGroupInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeGroupInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroupInput>\n    <identifier>newContentTypeGroup</identifier>\n</ContentTypeGroupInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/typegroups/{contentTypeGroupId}": {
            "get": {
                "operationId": "api_contenttypegroups_contentTypeGroupId_get",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeListWrapper"
                                },
                                "example": {
                                    "ContentTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/1/types",
                                        "ContentType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/2",
                                                "id": 2,
                                                "status": "DEFINED",
                                                "identifier": "article",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Article"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2004-04-20T09:56:29+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/draft"
                                                },
                                                "remoteId": "c15b600eb9198b1924063b5a68758232",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_title|title>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": false,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                            "id": 1,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "New article",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                            "id": 152,
                                                            "identifier": "short_title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                            "id": 153,
                                                            "identifier": "author",
                                                            "fieldType": "ibexa_author",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": [],
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Author"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "defaultAuthor": 1
                                                            },
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                            "id": 120,
                                                            "identifier": "intro",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Intro"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                            "id": 121,
                                                            "identifier": "body",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 5,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Body"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                            "id": 123,
                                                            "identifier": "enable_comments",
                                                            "fieldType": "ibexa_boolean",
                                                            "fieldGroup": "",
                                                            "position": 6,
                                                            "isTranslatable": false,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": false,
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Enable comments"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
                                                            "id": 154,
                                                            "identifier": "image",
                                                            "fieldType": "ibexa_object_relation",
                                                            "fieldGroup": "",
                                                            "position": 7,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "destinationContentId": null
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Image"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "selectionMethod": "SELECTION_BROWSE",
                                                                "selectionRoot": "",
                                                                "selectionContentTypes": []
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/1",
                                                "id": 1,
                                                "status": "DEFINED",
                                                "identifier": "folder",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Folder"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2015-11-29T21:14:32+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/draft"
                                                },
                                                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_name|name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
                                                            "id": 4,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "Folder",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
                                                            "id": 155,
                                                            "identifier": "short_name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 100,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
                                                            "id": 119,
                                                            "identifier": "short_description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
                                                            "id": 156,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/43",
                                                "id": 43,
                                                "status": "DEFINED",
                                                "identifier": "form",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Form"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2018-09-17T06:46:13+00:00",
                                                "modificationDate": "2018-09-17T06:47:14+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/draft"
                                                },
                                                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<title>",
                                                "isContainer": false,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
                                                            "id": 188,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
                                                            "id": 189,
                                                            "identifier": "form",
                                                            "fieldType": "ibexa_form",
                                                            "fieldGroup": "content",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "fields": [],
                                                                "content_id": null,
                                                                "content_field_id": null,
                                                                "language_code": null
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Form"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/42",
                                                "id": 42,
                                                "status": "DEFINED",
                                                "identifier": "landing_page",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Landing page"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                },
                                                "creationDate": "2015-07-03T12:00:26+00:00",
                                                "modificationDate": "2015-07-03T12:00:26+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/draft"
                                                },
                                                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
                                                            "id": 185,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 10,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
                                                            "id": 186,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 20,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page description"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
                                                            "id": 187,
                                                            "identifier": "page",
                                                            "fieldType": "ibexa_landing_page",
                                                            "fieldGroup": "content",
                                                            "position": 30,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "layout": "default",
                                                                "zones": [
                                                                    {
                                                                        "id": "default_id",
                                                                        "name": "default",
                                                                        "blocks": []
                                                                    }
                                                                ]
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": {
                                                                "availableBlocks": null,
                                                                "availableLayouts": null,
                                                                "editorMode": "page_view_mode"
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeList media-type=\"application/vnd.ibexa.api.ContentTypeList+xml\" href=\"/api/ibexa/v2/content/typegroups/1/types\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\">\n        <id>2</id>\n        <status>DEFINED</status>\n        <identifier>article</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Article</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/2/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2/draft\"/>\n        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_title|title&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/1\">\n                <id>1</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>New article</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/152\">\n                <id>152</id>\n                <identifier>short_title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/153\">\n                <id>153</id>\n                <identifier>author</identifier>\n                <fieldType>ibexa_author</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Author</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"defaultAuthor\">1</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/120\">\n                <id>120</id>\n                <identifier>intro</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Intro</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/121\">\n                <id>121</id>\n                <identifier>body</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>5</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Body</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/123\">\n                <id>123</id>\n                <identifier>enable_comments</identifier>\n                <fieldType>ibexa_boolean</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>6</position>\n                <isTranslatable>false</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>false</defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Enable comments</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/154\">\n                <id>154</id>\n                <identifier>image</identifier>\n                <fieldType>ibexa_object_relation</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>7</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"destinationContentId\"/>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Image</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"selectionMethod\">SELECTION_BROWSE</value>\n                    <value key=\"selectionRoot\"></value>\n                    <value key=\"selectionContentTypes\"/>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\">\n        <id>1</id>\n        <status>DEFINED</status>\n        <identifier>folder</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Folder</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/1/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1/draft\"/>\n        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_name|name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/4\">\n                <id>4</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>Folder</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/155\">\n                <id>155</id>\n                <identifier>short_name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">100</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/119\">\n                <id>119</id>\n                <identifier>short_description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/156\">\n                <id>156</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43\">\n        <id>43</id>\n        <status>DEFINED</status>\n        <identifier>form</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Form</value>\n        </names>\n        <descriptions/>\n        <creationDate>2018-09-17T06:46:13+00:00</creationDate>\n        <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/43/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43/draft\"/>\n        <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;title&gt;</nameSchema>\n        <isContainer>false</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/188\">\n                <id>188</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/189\">\n                <id>189</id>\n                <identifier>form</identifier>\n                <fieldType>ibexa_form</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"fields\"/>\n                    <value key=\"content_id\"/>\n                    <value key=\"content_field_id\"/>\n                    <value key=\"language_code\"/>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Form</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42\">\n        <id>42</id>\n        <status>DEFINED</status>\n        <identifier>landing_page</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Landing page</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n        <creationDate>2015-07-03T12:00:26+00:00</creationDate>\n        <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/42/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42/draft\"/>\n        <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/185\">\n                <id>185</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>10</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/186\">\n                <id>186</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>20</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page description</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/187\">\n                <id>187</id>\n                <identifier>page</identifier>\n                <fieldType>ibexa_landing_page</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>30</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"layout\">default</value>\n                    <value key=\"zones\">\n                        <value>\n                            <value key=\"id\">default_id</value>\n                            <value key=\"name\">default</value>\n                            <value key=\"blocks\"/></value>\n                    </value>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </descriptions>\n                <fieldSettings>\n                    <value key=\"availableBlocks\"/>\n                    <value key=\"availableLayouts\"/>\n                    <value key=\"editorMode\">page_view_mode</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n</ContentTypeList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read this content type group."
                    },
                    "404": {
                        "description": "Error - The content type group does not exist."
                    }
                },
                "summary": "Get content type group",
                "description": "Returns the content type group with provided ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the content type group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenttypegroups_contentTypeGroupId_delete",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - content type group deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete this content type group."
                    },
                    "403": {
                        "description": "Error - The content type group is not empty."
                    },
                    "404": {
                        "description": "Error - The content type group does not exist."
                    }
                },
                "summary": "Delete content type group",
                "description": "Deletes the provided content type group.",
                "parameters": [
                    {
                        "name": "contentTypeGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_contenttypegroups_contentTypeGroupId_patch",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroupWrapper"
                                },
                                "example": {
                                    "ContentTypeGroup": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/4",
                                        "id": 4,
                                        "identifier": "updatedIdentifer",
                                        "created": "2021-08-11T09:44:18+00:00",
                                        "modified": "2021-08-11T10:10:04+00:00",
                                        "Creator": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "Modifier": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "ContentTypes": {
                                            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
                                            "_href": "/api/ibexa/v2/content/typegroups/6/types"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroup href=\"/content/typesgroups/7\" media-type=\"application/vnd.ibexa.api.ContentTypeGroup+xml\">\n    <id>7</id>\n    <identifier>newContentTypeGroup</identifier>\n    <created>2012-02-31T12:45:00</created>\n    <modified>2012-02-31T12:45:00</modified>\n    <Creator href=\"/user/users/13\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <Modifier href=\"/user/users/13\" media-type=\"application/vnd.ibexa.api.User+xml\"/>\n    <ContentTypes href=\"/content/typegroups/7/types\" media-type=\"application/vnd.ibexa.api.ContentTypeList+xml\"/>\n</ContentTypeGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create this content type group."
                    },
                    "403": {
                        "description": "Error - A content type group with the given identifier already exists."
                    },
                    "412": {
                        "description": "Error - The current ETag does not match the one provided in the If-Match header."
                    }
                },
                "summary": "Update content type group",
                "description": "Updates a content type group. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated content type group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The content type group input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag causes patching only if the specified ETag is the current one. Otherwise a 412 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated ContentTypeGroupUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentTypeGroupInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeGroupInputWrapper"
                            },
                            "example": {
                                "ContentTypeGroupInput": {
                                    "identifier": "newContentTypeGroup"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentTypeGroupInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeGroupInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeGroupInput>\n    <identifier>newContentTypeGroup</identifier>\n</ContentTypeGroupInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/typegroups/{contentTypeGroupId}/types": {
            "get": {
                "operationId": "api_contenttypegroups_contentTypeGroupIdtypes_get",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.ContentTypeInfoList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoListWrapper"
                                },
                                "example": {
                                    "ContentTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/1/types",
                                        "ContentType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/2",
                                                "id": 2,
                                                "status": "DEFINED",
                                                "identifier": "article",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Article"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2004-04-20T09:56:29+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/draft"
                                                },
                                                "remoteId": "c15b600eb9198b1924063b5a68758232",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_title|title>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": false,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                            "id": 1,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "New article",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                            "id": 152,
                                                            "identifier": "short_title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                            "id": 153,
                                                            "identifier": "author",
                                                            "fieldType": "ibexa_author",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": [],
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Author"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "defaultAuthor": 1
                                                            },
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                            "id": 120,
                                                            "identifier": "intro",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Intro"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                            "id": 121,
                                                            "identifier": "body",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 5,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Body"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                            "id": 123,
                                                            "identifier": "enable_comments",
                                                            "fieldType": "ibexa_boolean",
                                                            "fieldGroup": "",
                                                            "position": 6,
                                                            "isTranslatable": false,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": false,
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Enable comments"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
                                                            "id": 154,
                                                            "identifier": "image",
                                                            "fieldType": "ibexa_object_relation",
                                                            "fieldGroup": "",
                                                            "position": 7,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "destinationContentId": null
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Image"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "selectionMethod": "SELECTION_BROWSE",
                                                                "selectionRoot": "",
                                                                "selectionContentTypes": []
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/1",
                                                "id": 1,
                                                "status": "DEFINED",
                                                "identifier": "folder",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Folder"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2015-11-29T21:14:32+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/draft"
                                                },
                                                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_name|name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
                                                            "id": 4,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "Folder",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
                                                            "id": 155,
                                                            "identifier": "short_name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 100,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
                                                            "id": 119,
                                                            "identifier": "short_description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
                                                            "id": 156,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/43",
                                                "id": 43,
                                                "status": "DEFINED",
                                                "identifier": "form",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Form"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2018-09-17T06:46:13+00:00",
                                                "modificationDate": "2018-09-17T06:47:14+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/draft"
                                                },
                                                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<title>",
                                                "isContainer": false,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
                                                            "id": 188,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
                                                            "id": 189,
                                                            "identifier": "form",
                                                            "fieldType": "ibexa_form",
                                                            "fieldGroup": "content",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "fields": [],
                                                                "content_id": null,
                                                                "content_field_id": null,
                                                                "language_code": null
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Form"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/42",
                                                "id": 42,
                                                "status": "DEFINED",
                                                "identifier": "landing_page",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Landing page"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                },
                                                "creationDate": "2015-07-03T12:00:26+00:00",
                                                "modificationDate": "2015-07-03T12:00:26+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/draft"
                                                },
                                                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
                                                            "id": 185,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 10,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
                                                            "id": 186,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 20,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page description"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
                                                            "id": 187,
                                                            "identifier": "page",
                                                            "fieldType": "ibexa_landing_page",
                                                            "fieldGroup": "content",
                                                            "position": 30,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "layout": "default",
                                                                "zones": [
                                                                    {
                                                                        "id": "default_id",
                                                                        "name": "default",
                                                                        "blocks": []
                                                                    }
                                                                ]
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": {
                                                                "availableBlocks": null,
                                                                "availableLayouts": null,
                                                                "editorMode": "page_view_mode"
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeInfoList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeInfoList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeInfoList media-type=\"application/vnd.ibexa.api.ContentTypeInfoList+xml\" href=\"/api/ibexa/v2/content/typegroups/1/types\">\n    <ContentTypeInfo media-type=\"application/vnd.ibexa.api.ContentTypeInfo+xml\" href=\"/api/ibexa/v2/content/types/2\">\n        <id>2</id>\n        <status>DEFINED</status>\n        <identifier>article</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Article</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T11:21:38+02:00</creationDate>\n        <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/2/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2/draft\"/>\n        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_title|title&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n    </ContentTypeInfo>\n    <ContentTypeInfo media-type=\"application/vnd.ibexa.api.ContentTypeInfo+xml\" href=\"/api/ibexa/v2/content/types/1\">\n        <id>1</id>\n        <status>DEFINED</status>\n        <identifier>folder</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Folder</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T11:21:38+02:00</creationDate>\n        <modificationDate>2015-11-29T22:14:32+01:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/1/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1/draft\"/>\n        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_name|name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n    </ContentTypeInfo>\n</ContentTypeInfoList>\n"
                            },
                            "application/vnd.ibexa.api.ContentTypeList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeListWrapper"
                                },
                                "example": {
                                    "ContentTypeList": {
                                        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
                                        "_href": "/api/ibexa/v2/content/typegroups/1/types",
                                        "ContentType": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/2",
                                                "id": 2,
                                                "status": "DEFINED",
                                                "identifier": "article",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Article"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2004-04-20T09:56:29+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/draft"
                                                },
                                                "remoteId": "c15b600eb9198b1924063b5a68758232",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_title|title>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": false,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
                                                            "id": 1,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "New article",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
                                                            "id": 152,
                                                            "identifier": "short_title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
                                                            "id": 153,
                                                            "identifier": "author",
                                                            "fieldType": "ibexa_author",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": [],
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Author"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "defaultAuthor": 1
                                                            },
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
                                                            "id": 120,
                                                            "identifier": "intro",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Intro"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
                                                            "id": 121,
                                                            "identifier": "body",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 5,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Body"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
                                                            "id": 123,
                                                            "identifier": "enable_comments",
                                                            "fieldType": "ibexa_boolean",
                                                            "fieldGroup": "",
                                                            "position": 6,
                                                            "isTranslatable": false,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": false,
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Enable comments"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
                                                            "id": 154,
                                                            "identifier": "image",
                                                            "fieldType": "ibexa_object_relation",
                                                            "fieldGroup": "",
                                                            "position": 7,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "destinationContentId": null
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Image"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": {
                                                                "selectionMethod": "SELECTION_BROWSE",
                                                                "selectionRoot": "",
                                                                "selectionContentTypes": []
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/1",
                                                "id": 1,
                                                "status": "DEFINED",
                                                "identifier": "folder",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Folder"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2002-06-18T09:21:38+00:00",
                                                "modificationDate": "2015-11-29T21:14:32+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/draft"
                                                },
                                                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
                                                "urlAliasSchema": null,
                                                "nameSchema": "<short_name|name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PATH",
                                                "defaultSortOrder": "ASC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
                                                            "id": 4,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": "Folder",
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 255,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
                                                            "id": 155,
                                                            "identifier": "short_name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short name"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": 100,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
                                                            "id": 119,
                                                            "identifier": "short_description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 3,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Short description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
                                                            "id": 156,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_richtext",
                                                            "fieldGroup": "",
                                                            "position": 4,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
                                                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ibexa.co/namespaces/ezpublish5/xhtml5/edit\"/>\n"
                                                            },
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/43",
                                                "id": 43,
                                                "status": "DEFINED",
                                                "identifier": "form",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Form"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": []
                                                },
                                                "creationDate": "2018-09-17T06:46:13+00:00",
                                                "modificationDate": "2018-09-17T06:47:14+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/draft"
                                                },
                                                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<title>",
                                                "isContainer": false,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
                                                            "id": 188,
                                                            "identifier": "title",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 1,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
                                                            "id": 189,
                                                            "identifier": "form",
                                                            "fieldType": "ibexa_form",
                                                            "fieldGroup": "content",
                                                            "position": 2,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "fields": [],
                                                                "content_id": null,
                                                                "content_field_id": null,
                                                                "language_code": null
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Form"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": []
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                "_href": "/api/ibexa/v2/content/types/42",
                                                "id": 42,
                                                "status": "DEFINED",
                                                "identifier": "landing_page",
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Landing page"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": ""
                                                        }
                                                    ]
                                                },
                                                "creationDate": "2015-07-03T12:00:26+00:00",
                                                "modificationDate": "2015-07-03T12:00:26+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Modifier": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/groups"
                                                },
                                                "Draft": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/draft"
                                                },
                                                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
                                                "urlAliasSchema": "",
                                                "nameSchema": "<name>",
                                                "isContainer": true,
                                                "mainLanguageCode": "eng-GB",
                                                "defaultAlwaysAvailable": true,
                                                "defaultSortField": "PUBLISHED",
                                                "defaultSortOrder": "DESC",
                                                "FieldDefinitions": {
                                                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
                                                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
                                                    "FieldDefinition": [
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
                                                            "id": 185,
                                                            "identifier": "name",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 10,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Title"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
                                                            "id": 186,
                                                            "identifier": "description",
                                                            "fieldType": "ibexa_string",
                                                            "fieldGroup": "content",
                                                            "position": 20,
                                                            "isTranslatable": true,
                                                            "isRequired": true,
                                                            "isInfoCollector": false,
                                                            "defaultValue": null,
                                                            "isSearchable": true,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Description"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page description"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": [],
                                                            "validatorConfiguration": {
                                                                "StringLengthValidator": {
                                                                    "maxStringLength": null,
                                                                    "minStringLength": null
                                                                }
                                                            }
                                                        },
                                                        {
                                                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
                                                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
                                                            "id": 187,
                                                            "identifier": "page",
                                                            "fieldType": "ibexa_landing_page",
                                                            "fieldGroup": "content",
                                                            "position": 30,
                                                            "isTranslatable": true,
                                                            "isRequired": false,
                                                            "isInfoCollector": false,
                                                            "defaultValue": {
                                                                "layout": "default",
                                                                "zones": [
                                                                    {
                                                                        "id": "default_id",
                                                                        "name": "default",
                                                                        "blocks": []
                                                                    }
                                                                ]
                                                            },
                                                            "isSearchable": false,
                                                            "names": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "descriptions": {
                                                                "value": [
                                                                    {
                                                                        "_languageCode": "eng-GB",
                                                                        "#text": "Landing page"
                                                                    }
                                                                ]
                                                            },
                                                            "fieldSettings": {
                                                                "availableBlocks": null,
                                                                "availableLayouts": null,
                                                                "editorMode": "page_view_mode"
                                                            },
                                                            "validatorConfiguration": []
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.ContentTypeList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeList media-type=\"application/vnd.ibexa.api.ContentTypeList+xml\" href=\"/api/ibexa/v2/content/typegroups/1/types\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2\">\n        <id>2</id>\n        <status>DEFINED</status>\n        <identifier>article</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Article</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/2/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/2/draft\"/>\n        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_title|title&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/1\">\n                <id>1</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>New article</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/152\">\n                <id>152</id>\n                <identifier>short_title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/153\">\n                <id>153</id>\n                <identifier>author</identifier>\n                <fieldType>ibexa_author</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Author</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"defaultAuthor\">1</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/120\">\n                <id>120</id>\n                <identifier>intro</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Intro</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/121\">\n                <id>121</id>\n                <identifier>body</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>5</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Body</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/123\">\n                <id>123</id>\n                <identifier>enable_comments</identifier>\n                <fieldType>ibexa_boolean</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>6</position>\n                <isTranslatable>false</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>false</defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Enable comments</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/2/fieldDefinitions/154\">\n                <id>154</id>\n                <identifier>image</identifier>\n                <fieldType>ibexa_object_relation</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>7</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"destinationContentId\"/>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Image</value>\n                </names>\n                <descriptions/>\n                <fieldSettings>\n                    <value key=\"selectionMethod\">SELECTION_BROWSE</value>\n                    <value key=\"selectionRoot\"></value>\n                    <value key=\"selectionContentTypes\"/>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1\">\n        <id>1</id>\n        <status>DEFINED</status>\n        <identifier>folder</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Folder</value>\n        </names>\n        <descriptions/>\n        <creationDate>2002-06-18T09:21:38+00:00</creationDate>\n        <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/1/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/1/draft\"/>\n        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;short_name|name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PATH</defaultSortField>\n        <defaultSortOrder>ASC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/4\">\n                <id>4</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>Folder</defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">255</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/155\">\n                <id>155</id>\n                <identifier>short_name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short name</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\">100</value>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/119\">\n                <id>119</id>\n                <identifier>short_description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>3</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Short description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/1/fieldDefinitions/156\">\n                <id>156</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_richtext</fieldType>\n                <fieldGroup></fieldGroup>\n                <position>4</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;\n</value>\n                    <value key=\"xhtml5edit\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n&lt;section xmlns=&quot;http://ibexa.co/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;\n</value>\n                </defaultValue>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43\">\n        <id>43</id>\n        <status>DEFINED</status>\n        <identifier>form</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Form</value>\n        </names>\n        <descriptions/>\n        <creationDate>2018-09-17T06:46:13+00:00</creationDate>\n        <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/43/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/43/draft\"/>\n        <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;title&gt;</nameSchema>\n        <isContainer>false</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/188\">\n                <id>188</id>\n                <identifier>title</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>1</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/43/fieldDefinitions/189\">\n                <id>189</id>\n                <identifier>form</identifier>\n                <fieldType>ibexa_form</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>2</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"fields\"/>\n                    <value key=\"content_id\"/>\n                    <value key=\"content_field_id\"/>\n                    <value key=\"language_code\"/>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Form</value>\n                </names>\n                <descriptions/>\n                <fieldSettings/>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42\">\n        <id>42</id>\n        <status>DEFINED</status>\n        <identifier>landing_page</identifier>\n        <names>\n            <value languageCode=\"eng-GB\">Landing page</value>\n        </names>\n        <descriptions>\n            <value languageCode=\"eng-GB\"></value>\n        </descriptions>\n        <creationDate>2015-07-03T12:00:26+00:00</creationDate>\n        <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>\n        <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/42/groups\"/>\n        <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/42/draft\"/>\n        <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>\n        <urlAliasSchema></urlAliasSchema>\n        <nameSchema>&lt;name&gt;</nameSchema>\n        <isContainer>true</isContainer>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n        <defaultSortField>PUBLISHED</defaultSortField>\n        <defaultSortOrder>DESC</defaultSortOrder>\n        <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions\">\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/185\">\n                <id>185</id>\n                <identifier>name</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>10</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Title</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/186\">\n                <id>186</id>\n                <identifier>description</identifier>\n                <fieldType>ibexa_string</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>20</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>true</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue/>\n                <isSearchable>true</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Description</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page description</value>\n                </descriptions>\n                <fieldSettings/>\n                <validatorConfiguration>\n                    <value key=\"StringLengthValidator\">\n                        <value key=\"maxStringLength\"/>\n                        <value key=\"minStringLength\"/></value>\n                </validatorConfiguration>\n            </FieldDefinition>\n            <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/42/fieldDefinitions/187\">\n                <id>187</id>\n                <identifier>page</identifier>\n                <fieldType>ibexa_landing_page</fieldType>\n                <fieldGroup>content</fieldGroup>\n                <position>30</position>\n                <isTranslatable>true</isTranslatable>\n                <isRequired>false</isRequired>\n                <isInfoCollector>false</isInfoCollector>\n                <defaultValue>\n                    <value key=\"layout\">default</value>\n                    <value key=\"zones\">\n                        <value>\n                            <value key=\"id\">default_id</value>\n                            <value key=\"name\">default</value>\n                            <value key=\"blocks\"/></value>\n                    </value>\n                </defaultValue>\n                <isSearchable>false</isSearchable>\n                <names>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </names>\n                <descriptions>\n                    <value languageCode=\"eng-GB\">Landing page</value>\n                </descriptions>\n                <fieldSettings>\n                    <value key=\"availableBlocks\"/>\n                    <value key=\"availableLayouts\"/>\n                    <value key=\"editorMode\">page_view_mode</value>\n                </fieldSettings>\n                <validatorConfiguration/>\n            </FieldDefinition>\n        </FieldDefinitions>\n    </ContentType>\n</ContentTypeList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read the content types."
                    }
                },
                "summary": "List content types for group",
                "description": "Returns a list of content types in the provided group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the list of content type info objects or content types (including Field definitions) is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenttypegroups_contentTypeGroupIdtypes_post",
                "tags": [
                    "Type Groups"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.ContentType+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentTypeWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.ContentType+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/ContentType"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14\">\n    <id>14</id>\n    <status>DEFINED</status>\n    <identifier>copy_of_article_14</identifier>\n    <names>\n        <value languageCode=\"eng-GB\">Updated content type name</value>\n    </names>\n    <descriptions>\n        <value languageCode=\"eng-GB\">This is an updated content type description</value>\n    </descriptions>\n    <creationDate>2019-02-06T10:56:36+01:00</creationDate>\n    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>\n    <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Modifier media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.ContentTypeGroupRefList+xml\" href=\"/api/ibexa/v2/content/types/14/groups\"/>\n    <Draft media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/14/draft\"/>\n    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>\n    <urlAliasSchema></urlAliasSchema>\n    <nameSchema>&lt;short_title|title&gt;</nameSchema>\n    <isContainer>true</isContainer>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>\n    <defaultSortField>PATH</defaultSortField>\n    <defaultSortOrder>ASC</defaultSortOrder>\n    <FieldDefinitions media-type=\"application/vnd.ibexa.api.FieldDefinitionList+xml\" href=\"/api/ibexa/v2/content/types/14/fieldDefinitions\">\n        <FieldDefinition media-type=\"application/vnd.ibexa.api.FieldDefinition+xml\" href=\"/api/ibexa/v2/content/types/14/fieldDefinitions/188\">\n            <id>188</id>\n            <identifier>title</identifier>\n            <fieldType>ibexa_string</fieldType>\n            <fieldGroup></fieldGroup>\n            <position>1</position>\n            <isTranslatable>true</isTranslatable>\n            <isRequired>true</isRequired>\n            <isInfoCollector>false</isInfoCollector>\n            <defaultValue>New article</defaultValue>\n            <isSearchable>true</isSearchable>\n            <names>\n                <value languageCode=\"eng-GB\">Title</value>\n            </names>\n            <descriptions/>\n            <fieldSettings/>\n            <validatorConfiguration>\n                <value key=\"StringLengthValidator\">\n                    <value key=\"maxStringLength\">255</value>\n                    <value key=\"minStringLength\"/></value>\n            </validatorConfiguration>\n        </FieldDefinition>\n        </FieldDefinitions>\n</ContentType>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition. Validation on a Field definition fails. Validation of the content type fails, e.g. multiple Fields of a same singular Field Type are provided. Publish is set to true and the input is not complete e.g. no Field definitions are provided."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create this content type."
                    },
                    "403": {
                        "description": "Error - A content type with same identifier already exists."
                    }
                },
                "summary": "Create content type",
                "description": "Creates a new content type draft in the given content type group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new content type or draft is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The content type Create schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "contentTypeGroupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new ContentTypeCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.ContentTypeCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeCreateWrapper"
                            },
                            "example": {
                                "ContentTypeCreate": {
                                    "identifier": "new_content_type",
                                    "names": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "New content type"
                                            }
                                        ]
                                    },
                                    "descriptions": {
                                        "value": [
                                            {
                                                "_languageCode": "eng-GB",
                                                "#text": "This is a description"
                                            }
                                        ]
                                    },
                                    "remoteId": "remoteId-qwerty548",
                                    "urlAliasSchema": "<title>",
                                    "nameSchema": "<title>",
                                    "isContainer": true,
                                    "mainLanguageCode": "eng-GB",
                                    "defaultAlwaysAvailable": true,
                                    "defaultSortField": "PATH",
                                    "defaultSortOrder": "ASC",
                                    "FieldDefinitions": {
                                        "FieldDefinition": [
                                            {
                                                "identifier": "title",
                                                "fieldType": "ibexa_string",
                                                "fieldGroup": "content",
                                                "position": 1,
                                                "isTranslatable": true,
                                                "isRequired": true,
                                                "isInfoCollector": false,
                                                "defaultValue": "New Title",
                                                "isSearchable": true,
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Title"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "This is the title"
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "identifier": "summary",
                                                "fieldType": "ibexa_richtext",
                                                "fieldGroup": "content",
                                                "position": 2,
                                                "isTranslatable": true,
                                                "isRequired": false,
                                                "isInfoCollector": false,
                                                "isSearchable": true,
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Summary"
                                                        }
                                                    ]
                                                },
                                                "descriptions": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "This is the summary"
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ContentTypeCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ContentTypeCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ContentTypeCreate>\n  <identifier>newContentType</identifier>\n  <names>\n    <value languageCode=\"eng-US\">New content type</value>\n  </names>\n  <descriptions>\n    <value languageCode=\"eng-US\">This is a description</value>\n  </descriptions>\n  <remoteId>remoteId-qwert548</remoteId>\n  <urlAliasSchema>&lt;title&gt;</urlAliasSchema>\n  <nameSchema>&lt;title&gt;</nameSchema>\n  <isContainer>true</isContainer>\n  <mainLanguageCode>eng-US</mainLanguageCode>\n  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>\n  <defaultSortField>PATH</defaultSortField>\n  <defaultSortOrder>ASC</defaultSortOrder>\n  <FieldDefinitions>\n    <FieldDefinition>\n      <identifier>title</identifier>\n      <fieldType>ibexa_string</fieldType>\n      <fieldGroup>content</fieldGroup>\n      <position>1</position>\n      <isTranslatable>true</isTranslatable>\n      <isRequired>true</isRequired>\n      <isInfoCollector>false</isInfoCollector>\n      <defaultValue>New Title</defaultValue>\n      <isSearchable>true</isSearchable>\n      <names>\n        <value languageCode=\"eng-US\">Title</value>\n      </names>\n      <descriptions>\n        <value languageCode=\"eng-US\">This is the title</value>\n      </descriptions>\n    </FieldDefinition>\n    <FieldDefinition>\n      <identifier>summary</identifier>\n      <fieldType>ezxmltext</fieldType>\n      <fieldGroup>content</fieldGroup>\n      <position>2</position>\n      <isTranslatable>true</isTranslatable>\n      <isRequired>false</isRequired>\n      <isInfoCollector>false</isInfoCollector>\n      <defaultValue>\n        <value key=\"xml\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;section/&gt;</value>\n      </defaultValue>\n      <isSearchable>true</isSearchable>\n      <names>\n        <value languageCode=\"eng-US\">Summary</value>\n      </names>\n      <descriptions>\n        <value languageCode=\"eng-US\">This is the summary</value>\n      </descriptions>\n    </FieldDefinition>\n   </FieldDefinitions>\n</ContentTypeCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/urlaliases": {
            "get": {
                "operationId": "api_contenturlaliases_get",
                "tags": [
                    "Url Alias"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UrlAliasRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAliasRefListWrapper"
                                },
                                "example": {
                                    "UrlAliasRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
                                        "_href": "/api/ibexa/v2/content/urlaliases",
                                        "UrlAlias": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
                                                "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UrlAliasRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAliasRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlAliasRefList media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/urlaliases\">\n    <UrlAlias media-type=\"application/vnd.ibexa.api.UrlAlias+xml\" href=\"/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36\" />\n</UrlAliasRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read URL aliases."
                    }
                },
                "summary": "List global URL aliases",
                "description": "Returns the list of global URL aliases.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the URL alias list contains only references and is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenturlaliases_post",
                "tags": [
                    "Url Alias"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.UrlAlias+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAliasWrapper"
                                },
                                "example": {
                                    "UrlAlias": {
                                        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
                                        "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36",
                                        "_id": "0-2cecdff5f90b8595d76b68c417b09f36",
                                        "_type": "RESOURCE",
                                        "resource": "content/view/full",
                                        "path": "/example-global",
                                        "languageCodes": "eng-GB",
                                        "alwaysAvailable": true,
                                        "isHistory": false,
                                        "forward": true,
                                        "custom": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UrlAlias+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAlias"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlAlias media-type=\"application/vnd.ibexa.api.UrlAlias+xml\" href=\"/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36\" id=\"0-2cecdff5f90b8595d76b68c417b09f36\" type=\"RESOURCE\">\n    <resource>content/view/full</resource>\n    <path>/example-global</path>\n    <languageCodes>eng-GB</languageCodes>\n    <alwaysAvailable>true</alwaysAvailable>\n    <isHistory>false</isHistory>\n    <forward>true</forward>\n    <custom>true</custom>\n</UrlAlias>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create a URL alias."
                    },
                    "403": {
                        "description": "Error - A URL alias with the same identifier already exists."
                    }
                },
                "summary": "Create URL alias",
                "description": "Creates a URL alias.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the created URL alias is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The URL alias input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new URLAliasCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UrlAliasCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UrlAliasCreateWrapper"
                            },
                            "example": {
                                "UrlAliasCreate": {
                                    "_type": "GLOBAL",
                                    "resource": "module:content/view/full",
                                    "path": "example-global",
                                    "languageCode": "eng-GB",
                                    "alwaysAvailable": "true",
                                    "forward": "true"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UrlAliasCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UrlAliasCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlAliasCreate type=\"LOCATION\">\n  <location href='/api/ibexa/v2/content/locations/1/2/59' />\n  <path>example-global</path>\n  <languageCode>eng-GB</languageCode>\n  <alwaysAvailable>true</alwaysAvailable>\n  <forward>true</forward>\n</UrlAliasCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/urlaliases/{urlAliasId}": {
            "get": {
                "operationId": "api_contenturlaliases_urlAliasId_get",
                "tags": [
                    "Url Alias"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UrlAlias+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAliasWrapper"
                                },
                                "example": {
                                    "UrlAlias": {
                                        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
                                        "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36",
                                        "_id": "0-2cecdff5f90b8595d76b68c417b09f36",
                                        "_type": "RESOURCE",
                                        "resource": "content/view/full",
                                        "path": "/example-global",
                                        "languageCodes": "eng-GB",
                                        "alwaysAvailable": true,
                                        "isHistory": false,
                                        "forward": true,
                                        "custom": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UrlAlias+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlAlias"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlAlias media-type=\"application/vnd.ibexa.api.UrlAlias+xml\" href=\"/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36\" id=\"0-2cecdff5f90b8595d76b68c417b09f36\" type=\"RESOURCE\">\n    <resource>content/view/full</resource>\n    <path>/example-global</path>\n    <languageCodes>eng-GB</languageCodes>\n    <alwaysAvailable>true</alwaysAvailable>\n    <isHistory>false</isHistory>\n    <forward>true</forward>\n    <custom>true</custom>\n</UrlAlias>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read URL aliases."
                    },
                    "404": {
                        "description": "Error - The URL alias does not exist."
                    }
                },
                "summary": "Get URL alias",
                "description": "Returns the URL alias with the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the URL alias is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "urlAliasId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenturlaliases_urlAliasId_delete",
                "tags": [
                    "Url Alias"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - URL alias deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete a URL alias."
                    },
                    "404": {
                        "description": "Error - The URL alias does not exist."
                    }
                },
                "summary": "Delete URL alias",
                "description": "Deletes the provided URL alias.",
                "parameters": [
                    {
                        "name": "urlAliasId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/content/urlwildcards": {
            "get": {
                "operationId": "api_contenturlwildcards_get",
                "tags": [
                    "Url Wildcard"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UrlWildcardList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlWildcardListWrapper"
                                },
                                "example": {
                                    "UrlWildcardList": {
                                        "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
                                        "_href": "/api/ibexa/v2/content/urlwildcards",
                                        "UrlWildcard": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
                                                "_href": "/api/ibexa/v2/content/urlwildcards/1",
                                                "_id": 1,
                                                "sourceUrl": "/api/ibexa/v2/content/location/2",
                                                "destinationUrl": "/api/ibexa/v2/content/location/59",
                                                "forward": true
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UrlWildcardList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlWildcardList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlWildcardList media-type=\"application/vnd.ibexa.api.UrlWildcardList+xml\" href=\"/api/ibexa/v2/content/urlwildcards\">\n    <UrlWildcard media-type=\"application/vnd.ibexa.api.UrlWildcard+xml\" href=\"/api/ibexa/v2/content/urlwildcards/1\" id=\"1\">\n        <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>\n        <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>\n        <forward>true</forward>\n    </UrlWildcard>\n</UrlWildcardList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user has no permission to read URL wildcards."
                    }
                },
                "summary": "List URL wildcards",
                "description": "Returns a list of URL wildcards.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the URL wildcard is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_contenturlwildcards_post",
                "tags": [
                    "Url Wildcard"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.UrlWildcard+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlWildcardWrapper"
                                },
                                "example": {
                                    "UrlWildcard": {
                                        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
                                        "_href": "/api/ibexa/v2/content/urlwildcards/4",
                                        "_id": 4,
                                        "sourceUrl": "/api/ibexa/v2/content/location/2",
                                        "destinationUrl": "/api/ibexa/v2/content/location/59",
                                        "forward": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UrlWildcard+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlWildcard"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlWildcard media-type=\"application/vnd.ibexa.api.UrlWildcard+xml\" href=\"/api/ibexa/v2/content/urlwildcards/4\" id=\"4\">\n    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>\n    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>\n    <forward>true</forward>\n</UrlWildcard>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - The input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to create a URL wildcard."
                    },
                    "403": {
                        "description": "Error - A URL wildcard with the same identifier already exists."
                    }
                },
                "summary": "Create URL wildcard",
                "description": "Creates a new URL wildcard.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new URL wildcard is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The URL Wildcard input schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new URLWildcardCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UrlWildcardCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UrlWildcardCreateWrapper"
                            },
                            "example": {
                                "URLWildcardCreate": {
                                    "sourceUrl": "/api/ibexa/v2/content/location/2",
                                    "destinationUrl": "/api/ibexa/v2/content/location/59",
                                    "forward": true
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UrlWildcardCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UrlWildcardCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n    <UrlWildcardCreate>\n    \t<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>\n    \t<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>\n    \t<forward>true</forward>\n</UrlWildcardCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/content/urlwildcards/{wildcardId}": {
            "get": {
                "operationId": "api_contenturlwildcards_wildcardId_get",
                "tags": [
                    "Url Wildcard"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UrlWildcard+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlWildcardWrapper"
                                },
                                "example": {
                                    "UrlWildcard": {
                                        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
                                        "_href": "/api/ibexa/v2/content/urlwildcards/4",
                                        "_id": 4,
                                        "sourceUrl": "/api/ibexa/v2/content/location/2",
                                        "destinationUrl": "/api/ibexa/v2/content/location/59",
                                        "forward": true
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UrlWildcard+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UrlWildcard"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UrlWildcard media-type=\"application/vnd.ibexa.api.UrlWildcard+xml\" href=\"/api/ibexa/v2/content/urlwildcards/4\" id=\"4\">\n    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>\n    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>\n    <forward>true</forward>\n</UrlWildcard>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - The user is not authorized to read URL wildcards."
                    },
                    "404": {
                        "description": "Error - The URL wildcard does not exist."
                    }
                },
                "summary": "Get URL wildcard",
                "description": "Returns the URL wildcard with the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the URL wildcard is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "wildcardId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_contenturlwildcards_wildcardId_delete",
                "tags": [
                    "Url Wildcard"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - URL wildcard deleted."
                    },
                    "401": {
                        "description": "Error - The user is not authorized to delete a URL wildcard."
                    },
                    "404": {
                        "description": "Error - The URL wildcard does not exist."
                    }
                },
                "summary": "Delete URL wildcard",
                "description": "Deletes the given URL wildcard.",
                "parameters": [
                    {
                        "name": "wildcardId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/current": {
            "get": {
                "operationId": "api_usercurrent_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.User+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserListWrapper"
                                },
                                "example": {
                                    "UserList": {
                                        "_media-type": "application/vnd.ibexa.api.UserList+json",
                                        "_href": "/api/ibexa/v2/user/users",
                                        "User": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/79",
                                                "_id": 79,
                                                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/4"
                                                },
                                                "name": "Jose Vargas",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/versions"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/2"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/locations"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/groups"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/10"
                                                },
                                                "publishDate": "2021-06-29T08:23:42+00:00",
                                                "lastModificationDate": "2021-06-29T08:23:42+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "alwaysAvailable": true,
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/versions/1",
                                                    "VersionInfo": {
                                                        "id": 547,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2021-06-29T08:23:42+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/10"
                                                        },
                                                        "creationDate": "2021-06-29T08:23:42+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Jose Vargas"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/79"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 342,
                                                                "fieldDefinitionIdentifier": "first_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Jose"
                                                            },
                                                            {
                                                                "id": 343,
                                                                "fieldDefinitionIdentifier": "last_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Vargas"
                                                            },
                                                            {
                                                                "id": 344,
                                                                "fieldDefinitionIdentifier": "user_account",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_user",
                                                                "fieldValue": {
                                                                    "hasStoredLogin": true,
                                                                    "contentId": 79,
                                                                    "login": "josevargas",
                                                                    "email": "aa@bb.cc",
                                                                    "passwordUpdatedAt": 1624955022,
                                                                    "enabled": true,
                                                                    "maxLogin": 0,
                                                                    "plainPassword": null
                                                                }
                                                            },
                                                            {
                                                                "id": 345,
                                                                "fieldDefinitionIdentifier": "signature",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_text",
                                                                "fieldValue": null
                                                            },
                                                            {
                                                                "id": 346,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image",
                                                                "fieldValue": null
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/79/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                },
                                                "login": "josevargas",
                                                "email": "aa@bb.cc",
                                                "enabled": true,
                                                "UserGroups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/groups"
                                                },
                                                "Roles": {
                                                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/roles"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.User+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserList media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/users\">\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/79\" id=\"79\" remoteId=\"bcf0764b417f05af21852a1f03fb1f13\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n        <name>Jose Vargas</name>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions\"/>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/12/79\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/79/locations\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n        <publishDate>2021-06-29T08:23:42+00:00</publishDate>\n        <lastModificationDate>2021-06-29T08:23:42+00:00</lastModificationDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <alwaysAvailable>true</alwaysAvailable>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/1\">\n            <VersionInfo>\n                <id>547</id>\n                <versionNo>1</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2021-06-29T08:23:42+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n                <creationDate>2021-06-29T08:23:42+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Jose Vargas</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/79\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>342</id>\n                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Jose</fieldValue>\n                </field>\n                <field>\n                    <id>343</id>\n                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Vargas</fieldValue>\n                </field>\n                <field>\n                    <id>344</id>\n                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"hasStoredLogin\">true</value>\n                        <value key=\"contentId\">79</value>\n                        <value key=\"login\">josevargas</value>\n                        <value key=\"email\">aa@bb.cc</value>\n                        <value key=\"passwordUpdatedAt\">1624955022</value>\n                        <value key=\"enabled\">true</value>\n                        <value key=\"maxLogin\">0</value>\n                        <value key=\"plainPassword\"/>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>345</id>\n                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>346</id>\n                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/1/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n        <login>josevargas</login>\n        <email>aa@bb.cc</email>\n        <enabled>true</enabled>\n        <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n        <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/79/roles\"/>\n    </User>\n</UserList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Users. For example, Anonymous user can't load oneself."
                    }
                },
                "summary": "Load current User",
                "description": "Loads the current user.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the User is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/users": {
            "get": {
                "operationId": "api_userusers_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserListWrapper"
                                },
                                "example": {
                                    "UserList": {
                                        "_media-type": "application/vnd.ibexa.api.UserList+json",
                                        "_href": "/api/ibexa/v2/user/users",
                                        "User": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/79",
                                                "_id": 79,
                                                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/4"
                                                },
                                                "name": "Jose Vargas",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/versions"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/2"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/locations"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/groups"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/10"
                                                },
                                                "publishDate": "2021-06-29T08:23:42+00:00",
                                                "lastModificationDate": "2021-06-29T08:23:42+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "alwaysAvailable": true,
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/versions/1",
                                                    "VersionInfo": {
                                                        "id": 547,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2021-06-29T08:23:42+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/10"
                                                        },
                                                        "creationDate": "2021-06-29T08:23:42+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Jose Vargas"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/79"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 342,
                                                                "fieldDefinitionIdentifier": "first_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Jose"
                                                            },
                                                            {
                                                                "id": 343,
                                                                "fieldDefinitionIdentifier": "last_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Vargas"
                                                            },
                                                            {
                                                                "id": 344,
                                                                "fieldDefinitionIdentifier": "user_account",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_user",
                                                                "fieldValue": {
                                                                    "hasStoredLogin": true,
                                                                    "contentId": 79,
                                                                    "login": "josevargas",
                                                                    "email": "aa@bb.cc",
                                                                    "passwordUpdatedAt": 1624955022,
                                                                    "enabled": true,
                                                                    "maxLogin": 0,
                                                                    "plainPassword": null
                                                                }
                                                            },
                                                            {
                                                                "id": 345,
                                                                "fieldDefinitionIdentifier": "signature",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_text",
                                                                "fieldValue": null
                                                            },
                                                            {
                                                                "id": 346,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image",
                                                                "fieldValue": null
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/79/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                },
                                                "login": "josevargas",
                                                "email": "aa@bb.cc",
                                                "enabled": true,
                                                "UserGroups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/groups"
                                                },
                                                "Roles": {
                                                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/roles"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserList media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/users\">\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/79\" id=\"79\" remoteId=\"bcf0764b417f05af21852a1f03fb1f13\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n        <name>Jose Vargas</name>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions\"/>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/12/79\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/79/locations\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n        <publishDate>2021-06-29T08:23:42+00:00</publishDate>\n        <lastModificationDate>2021-06-29T08:23:42+00:00</lastModificationDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <alwaysAvailable>true</alwaysAvailable>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/1\">\n            <VersionInfo>\n                <id>547</id>\n                <versionNo>1</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2021-06-29T08:23:42+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n                <creationDate>2021-06-29T08:23:42+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Jose Vargas</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/79\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>342</id>\n                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Jose</fieldValue>\n                </field>\n                <field>\n                    <id>343</id>\n                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Vargas</fieldValue>\n                </field>\n                <field>\n                    <id>344</id>\n                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"hasStoredLogin\">true</value>\n                        <value key=\"contentId\">79</value>\n                        <value key=\"login\">josevargas</value>\n                        <value key=\"email\">aa@bb.cc</value>\n                        <value key=\"passwordUpdatedAt\">1624955022</value>\n                        <value key=\"enabled\">true</value>\n                        <value key=\"maxLogin\">0</value>\n                        <value key=\"plainPassword\"/>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>345</id>\n                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>346</id>\n                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/1/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n        <login>josevargas</login>\n        <email>aa@bb.cc</email>\n        <enabled>true</enabled>\n        <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n        <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/79/roles\"/>\n    </User>\n</UserList>\n"
                            },
                            "application/vnd.ibexa.api.UserRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserRefListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.UserRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserRefList media-type=\"application/vnd.ibexa.api.UserRefList+xml\" href=\"/api/ibexa/v2/user/users\">\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n</UserRefList>\n"
                            }
                        }
                    },
                    "404": {
                        "description": "If there are no visible Users matching the filter."
                    }
                },
                "summary": "List Users",
                "description": "Load Users either for a given remote ID or Role.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "UserList - If set, the User list is returned in XML or JSON format. UserRefList - If set, the link list of Users is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "head": {
                "operationId": "api_userusers_head",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "OK - verifies if there are Users matching the given filter."
                    },
                    "404": {
                        "description": "Error - there are no visible Users matching the filter."
                    }
                },
                "summary": "Verify Users",
                "description": "Verifies if there are Users matching given filter.",
                "parameters": [],
                "deprecated": false
            }
        },
        "/user/users/{userId}": {
            "get": {
                "operationId": "api_userusers_userId_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.User+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserListWrapper"
                                },
                                "example": {
                                    "UserList": {
                                        "_media-type": "application/vnd.ibexa.api.UserList+json",
                                        "_href": "/api/ibexa/v2/user/users",
                                        "User": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/79",
                                                "_id": 79,
                                                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/4"
                                                },
                                                "name": "Jose Vargas",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/versions"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/2"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/locations"
                                                },
                                                "Groups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/groups"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/10"
                                                },
                                                "publishDate": "2021-06-29T08:23:42+00:00",
                                                "lastModificationDate": "2021-06-29T08:23:42+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "alwaysAvailable": true,
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79/versions/1",
                                                    "VersionInfo": {
                                                        "id": 547,
                                                        "versionNo": 1,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2021-06-29T08:23:42+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/10"
                                                        },
                                                        "creationDate": "2021-06-29T08:23:42+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Jose Vargas"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/79"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 342,
                                                                "fieldDefinitionIdentifier": "first_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Jose"
                                                            },
                                                            {
                                                                "id": 343,
                                                                "fieldDefinitionIdentifier": "last_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Vargas"
                                                            },
                                                            {
                                                                "id": 344,
                                                                "fieldDefinitionIdentifier": "user_account",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_user",
                                                                "fieldValue": {
                                                                    "hasStoredLogin": true,
                                                                    "contentId": 79,
                                                                    "login": "josevargas",
                                                                    "email": "aa@bb.cc",
                                                                    "passwordUpdatedAt": 1624955022,
                                                                    "enabled": true,
                                                                    "maxLogin": 0,
                                                                    "plainPassword": null
                                                                }
                                                            },
                                                            {
                                                                "id": 345,
                                                                "fieldDefinitionIdentifier": "signature",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_text",
                                                                "fieldValue": null
                                                            },
                                                            {
                                                                "id": 346,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image",
                                                                "fieldValue": null
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/79/versions/1/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                },
                                                "login": "josevargas",
                                                "email": "aa@bb.cc",
                                                "enabled": true,
                                                "UserGroups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/groups"
                                                },
                                                "Roles": {
                                                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                    "_href": "/api/ibexa/v2/user/users/79/roles"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.User+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserList media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/users\">\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/79\" id=\"79\" remoteId=\"bcf0764b417f05af21852a1f03fb1f13\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n        <name>Jose Vargas</name>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions\"/>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/12/79\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/79/locations\"/>\n        <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n        <publishDate>2021-06-29T08:23:42+00:00</publishDate>\n        <lastModificationDate>2021-06-29T08:23:42+00:00</lastModificationDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <alwaysAvailable>true</alwaysAvailable>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/1\">\n            <VersionInfo>\n                <id>547</id>\n                <versionNo>1</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2021-06-29T08:23:42+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n                <creationDate>2021-06-29T08:23:42+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Jose Vargas</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/79\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>342</id>\n                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Jose</fieldValue>\n                </field>\n                <field>\n                    <id>343</id>\n                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Vargas</fieldValue>\n                </field>\n                <field>\n                    <id>344</id>\n                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"hasStoredLogin\">true</value>\n                        <value key=\"contentId\">79</value>\n                        <value key=\"login\">josevargas</value>\n                        <value key=\"email\">aa@bb.cc</value>\n                        <value key=\"passwordUpdatedAt\">1624955022</value>\n                        <value key=\"enabled\">true</value>\n                        <value key=\"maxLogin\">0</value>\n                        <value key=\"plainPassword\"/>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>345</id>\n                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>346</id>\n                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/1/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n        <login>josevargas</login>\n        <email>aa@bb.cc</email>\n        <enabled>true</enabled>\n        <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n        <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/79/roles\"/>\n    </User>\n</UserList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Users."
                    },
                    "404": {
                        "description": "Error - the User does not exist."
                    }
                },
                "summary": "Load User",
                "description": "Loads User with the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the User is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_userusers_userId_delete",
                "tags": [
                    "User"
                ],
                "responses": {
                    "204": {
                        "description": "No Content."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this User."
                    },
                    "403": {
                        "description": "Error - the user is the same as the authenticated User."
                    },
                    "404": {
                        "description": "Error - the User does not exist."
                    }
                },
                "summary": "Delete User",
                "description": "Deletes the given User.",
                "parameters": [
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_userusers_userId_patch",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.User+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserWrapper"
                                },
                                "example": {
                                    "User": {
                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                        "_href": "/api/ibexa/v2/user/users/79",
                                        "_id": 79,
                                        "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/4"
                                        },
                                        "name": "Jose Vargas",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/79/versions"
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/2"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/79/locations"
                                        },
                                        "Groups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                            "_href": "/api/ibexa/v2/user/users/79/groups"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/10"
                                        },
                                        "publishDate": "2021-06-29T08:23:42+00:00",
                                        "lastModificationDate": "2021-07-29T12:00:24+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "alwaysAvailable": true,
                                        "Version": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/79/versions/11",
                                            "VersionInfo": {
                                                "id": 614,
                                                "versionNo": 11,
                                                "status": "PUBLISHED",
                                                "modificationDate": "2021-07-29T12:00:24+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "creationDate": "2021-07-29T12:00:24+00:00",
                                                "initialLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "VersionTranslationInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                    "Language": [
                                                        {
                                                            "languageCode": "eng-GB"
                                                        }
                                                    ]
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Jose Vargas"
                                                        }
                                                    ]
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79"
                                                }
                                            },
                                            "Fields": {
                                                "field": [
                                                    {
                                                        "id": 342,
                                                        "fieldDefinitionIdentifier": "first_name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "Jose"
                                                    },
                                                    {
                                                        "id": 343,
                                                        "fieldDefinitionIdentifier": "last_name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "Vargas"
                                                    },
                                                    {
                                                        "id": 344,
                                                        "fieldDefinitionIdentifier": "user_account",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_user",
                                                        "fieldValue": {
                                                            "hasStoredLogin": true,
                                                            "contentId": 79,
                                                            "login": "josevargas",
                                                            "email": "aa@bb.cc",
                                                            "passwordUpdatedAt": null,
                                                            "enabled": false,
                                                            "maxLogin": 0,
                                                            "plainPassword": null
                                                        }
                                                    },
                                                    {
                                                        "id": 345,
                                                        "fieldDefinitionIdentifier": "signature",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_text",
                                                        "fieldValue": null
                                                    },
                                                    {
                                                        "id": 346,
                                                        "fieldDefinitionIdentifier": "image",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_image",
                                                        "fieldValue": null
                                                    }
                                                ]
                                            },
                                            "Relations": {
                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/79/versions/11/relations",
                                                "Relation": []
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            }
                                        },
                                        "login": "josevargas",
                                        "email": "aa@bb.cc",
                                        "enabled": false,
                                        "UserGroups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                            "_href": "/api/ibexa/v2/user/users/79/groups"
                                        },
                                        "Roles": {
                                            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                            "_href": "/api/ibexa/v2/user/users/79/roles"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.User+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/User"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/79\" id=\"79\" remoteId=\"bcf0764b417f05af21852a1f03fb1f13\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n    <name>Jose Vargas</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/12/79\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/79/locations\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n    <publishDate>2021-06-29T08:23:42+00:00</publishDate>\n    <lastModificationDate>2021-07-29T11:45:07+00:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/6\">\n        <VersionInfo>\n            <id>609</id>\n            <versionNo>6</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-07-29T11:45:07+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-07-29T11:45:07+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">Jose Vargas</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/79\"/>\n        </VersionInfo>\n        <Fields>\n            <field>\n                <id>342</id>\n                <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>Jose</fieldValue>\n            </field>\n            <field>\n                <id>343</id>\n                <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>Vargas</fieldValue>\n            </field>\n            <field>\n                <id>344</id>\n                <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                <fieldValue>\n                    <value key=\"hasStoredLogin\">true</value>\n                    <value key=\"contentId\">79</value>\n                    <value key=\"login\">josevargas</value>\n                    <value key=\"email\">aa@bb.cc</value>\n                    <value key=\"passwordUpdatedAt\"/>\n                    <value key=\"enabled\">false</value>\n                    <value key=\"maxLogin\">0</value>\n                    <value key=\"plainPassword\"/>\n                </fieldValue>\n            </field>\n            <field>\n                <id>345</id>\n                <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                <fieldValue/>\n            </field>\n            <field>\n                <id>346</id>\n                <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                <fieldValue/>\n            </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/6/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n    </Version>\n    <login>josevargas</login>\n    <email>aa@bb.cc</email>\n    <enabled>false</enabled>\n    <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/79/roles\"/>\n</User>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update the User."
                    },
                    "404": {
                        "description": "Error - the User does not exist."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the provided one in the If-Match header."
                    }
                },
                "summary": "Update User",
                "description": "Updates a User.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated User is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The UserUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "Performs a PATCH only if the specified ETag is the current one.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated UserUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UserUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserUpdateWrapper"
                            },
                            "example": {
                                "UserUpdate": {
                                    "login": "josevargas",
                                    "enabled": false
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UserUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UserUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserUpdate>\n  <login>josevargas</login>\n  <enabled>false</enabled>\n</UserUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/users/{userId}/drafts": {
            "get": {
                "operationId": "api_userusers_userIddrafts_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "OK - List the draft versions",
                        "content": {
                            "application/vnd.ibexa.api.VersionList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionListWrapper"
                                }
                            },
                            "application/vnd.ibexa.api.VersionList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/VersionList"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the current user is not authorized to list the drafts of the given user."
                    }
                },
                "summary": "Load user drafts",
                "description": "Loads user's drafts",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the version list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/users/{userId}/groups": {
            "get": {
                "operationId": "api_userusers_userIdgroups_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefListWrapper"
                                },
                                "example": {
                                    "UserGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupRefList media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/115/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/12\">\n        <unassign href=\"/api/ibexa/v2/user/users/79/groups/12\" method=\"DELETE\"/>\n    </UserGroup>\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\">\n        <unassign href=\"/api/ibexa/v2/user/users/115/groups/13\" method=\"DELETE\"/>\n    </UserGroup>\n</UserGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read User Groups."
                    },
                    "404": {
                        "description": "Error - the user does not exist."
                    }
                },
                "summary": "Load Groups of User",
                "description": "Returns a list of User Groups the User belongs to. The returned list includes the resources for unassigning a User Group if the User is in multiple groups.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the link list of User Groups is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_userusers_userIdgroups_post",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefListWrapper"
                                },
                                "example": {
                                    "UserGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupRefList media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/115/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/12\">\n        <unassign href=\"/api/ibexa/v2/user/users/79/groups/12\" method=\"DELETE\"/>\n    </UserGroup>\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\">\n        <unassign href=\"/api/ibexa/v2/user/users/115/groups/13\" method=\"DELETE\"/>\n    </UserGroup>\n</UserGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to assign User Groups."
                    },
                    "403": {
                        "description": "Error - the new User Group does not exist or the User is already in this group."
                    },
                    "404": {
                        "description": "Error - the User does not exist."
                    }
                },
                "summary": "Assign User Group",
                "description": "Assigns the User to a User Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the link list of User Groups is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new UserAssignToUserGroupController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/users/{userId}/groups/{groupId}": {
            "delete": {
                "operationId": "api_userusers_userIdgroups_groupId_delete",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefListWrapper"
                                },
                                "example": {
                                    "UserGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupRefList media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/115/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/12\">\n        <unassign href=\"/api/ibexa/v2/user/users/79/groups/12\" method=\"DELETE\"/>\n    </UserGroup>\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\">\n        <unassign href=\"/api/ibexa/v2/user/users/115/groups/13\" method=\"DELETE\"/>\n    </UserGroup>\n</UserGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to unassign User Groups."
                    },
                    "403": {
                        "description": "Error - the User is not in the given group."
                    },
                    "404": {
                        "description": "Error - the User does not exist."
                    },
                    "204": {
                        "description": "UserUnassignFromUserGroupController resource deleted"
                    }
                },
                "summary": "Unassign User Group",
                "description": "Unassigns the User from a User Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the link list of User Groups is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "groupId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/users/{userId}/roles": {
            "get": {
                "operationId": "api_userusers_userIdroles_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentListWrapper"
                                },
                                "example": {
                                    "RoleAssignmentList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/roles",
                                        "RoleAssignment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/1",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/2",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignmentList media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/115/roles\">\n    <RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/115/roles/2\">\n        <limitation identifier=\"Section\">\n            <values>\n                <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1\"/>\n            </values>\n        </limitation>\n        <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\"/>\n    </RoleAssignment>\n    <RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/115/roles/2\">\n        <limitation identifier=\"Section\">\n            <values>\n                <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"2\"/>\n            </values>\n        </limitation>\n        <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\"/>\n    </RoleAssignment>\n</RoleAssignmentList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the user has no permission to read Roles."
                    }
                },
                "summary": "Load Roles for User",
                "description": "Returns a list of all Roles assigned to the given User.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_userusers_userIdroles_post",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentListWrapper"
                                },
                                "example": {
                                    "RoleAssignmentList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/roles",
                                        "RoleAssignment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/1",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/2",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignmentList media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/115/roles\">\n    <RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/115/roles/2\">\n        <limitation identifier=\"Section\">\n            <values>\n                <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1\"/>\n            </values>\n        </limitation>\n        <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\"/>\n    </RoleAssignment>\n    <RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/115/roles/2\">\n        <limitation identifier=\"Section\">\n            <values>\n                <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"2\"/>\n            </values>\n        </limitation>\n        <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\"/>\n    </RoleAssignment>\n</RoleAssignmentList>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - validation of limitation in RoleAssignInput fails."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to assign this Role."
                    }
                },
                "summary": "Assign Role to User",
                "description": "Assigns a Role to a user.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RoleAssignInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new RoleAssignToUserController resource",
                    "content": {
                        "application/vnd.ibexa.api.RoleAssignInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleAssignInputWrapper"
                            },
                            "example": {
                                "RoleAssignInput": {
                                    "Role": {
                                        "_href": "/api/ibexa/v2/user/roles/2",
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignInput+xml"
                                    },
                                    "limitation": {
                                        "_identifier": "Section",
                                        "values": {
                                            "ref": [
                                                {
                                                    "_href": "/api/ibexa/v2/content/sections/1",
                                                    "_media-type": "application/vnd.ibexa.api.Section+xml"
                                                },
                                                {
                                                    "_href": "/api/ibexa/v2/content/sections/2",
                                                    "_media-type": "application/vnd.ibexa.api.Section+xml"
                                                }
                                            ]
                                        }
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RoleAssignInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleAssignInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignInput>\n    <Role href=\"/api/ibexa/v2/user/roles/2\" media-type=\"application/vnd.ibexa.api.RoleAssignInput+xml\"/>\n    <limitation identifier=\"Section\">\n        <values>\n            <ref href=\"/api/ibexa/v2/content/sections/1\" media-type=\"application/vnd.ibexa.api.Section+xml\" />\n            <ref href=\"/api/ibexa/v2/content/sections/2\" media-type=\"application/vnd.ibexa.api.Section+xml\" />\n        </values>\n    </limitation>\n</RoleAssignInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/users/{userId}/roles/{roleId}": {
            "get": {
                "operationId": "api_userusers_userIdroles_roleId_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignment+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentWrapper"
                                },
                                "example": {
                                    "RoleAssignment": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                        "_href": "/api/ibexa/v2/user/users/113/roles/3",
                                        "limitation": {
                                            "_identifier": "Section",
                                            "values": {
                                                "ref": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                        "_href": "6"
                                                    }
                                                ]
                                            }
                                        },
                                        "Role": {
                                            "_media-type": "application/vnd.ibexa.api.Role+json",
                                            "_href": "/api/ibexa/v2/user/roles/3"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignment+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignment"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/113/roles/3\">\n    <limitation identifier=\"Section\">\n        <values>\n            <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n        </values>\n    </limitation>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/3\"/>\n</RoleAssignment>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    }
                },
                "summary": "Load User Role Assignment",
                "description": "Returns a Role assignment to the given User.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_userusers_userIdroles_roleId_delete",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentListWrapper"
                                },
                                "example": {
                                    "RoleAssignmentList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/roles",
                                        "RoleAssignment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/1",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/2",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignmentList media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/115/roles\">\n    <RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/115/roles/2\">\n        <limitation identifier=\"Section\">\n            <values>\n                <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1\"/>\n            </values>\n        </limitation>\n        <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\"/>\n    </RoleAssignment>\n    <RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/115/roles/2\">\n        <limitation identifier=\"Section\">\n            <values>\n                <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"2\"/>\n            </values>\n        </limitation>\n        <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\"/>\n    </RoleAssignment>\n</RoleAssignmentList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this content type."
                    }
                },
                "summary": "Unassign Role from User",
                "description": "The given Role is removed from the user.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/users/{userId}/segments": {
            "get": {
                "operationId": "api_userusers_userIdsegments_get",
                "tags": [
                    "User"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserSegmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserSegmentListWrapper"
                                },
                                "example": {
                                    "UserSegmentList": {
                                        "_media-type": "application/vnd.ibexa.api.UserSegmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/14/segments",
                                        "UserSegment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserSegment+json",
                                                "id": 1,
                                                "identifier": "corporate_account",
                                                "name": "Corporate Account",
                                                "SegmentGroup": {
                                                    "_media-type": "application/vnd.ibexa.api.SegmentGroup+json",
                                                    "_href": "/api/ibexa/v2/segment_groups/corporate_accounts"
                                                },
                                                "User": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserSegmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserSegmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserSegmentList media-type=\"application/vnd.ibexa.api.UserSegmentList+xml\" href=\"/api/ibexa/v2/user/users/14/segments\">\n <UserSegment media-type=\"application/vnd.ibexa.api.UserSegment+xml\">\n  <id>1</id>\n  <identifier>corporate_account</identifier>\n  <name>Corporate Account</name>\n  <SegmentGroup media-type=\"application/vnd.ibexa.api.SegmentGroup+xml\" href=\"/api/ibexa/v2/segment_groups/corporate_accounts\"/>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/1234\"/>\n </UserSegment>\n</UserSegmentList>\n"
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the user doesn't exist."
                    }
                },
                "summary": "View user segments",
                "description": "Return user's segment list.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the user's segment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_userusers_userIdsegments_post",
                "tags": [
                    "User"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - segments assigned to user"
                    },
                    "401": {
                        "description": "Error - the requesting user is not authorized to assign this segment to the given user."
                    },
                    "404": {
                        "description": "Error - the user doesn't exist."
                    }
                },
                "summary": "Assign Segments to User",
                "description": "Assigns Segments from payload to User given by ID.",
                "parameters": [
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The UserSegmentAssignInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new UserSegmentAssignController resource",
                    "content": {
                        "application/vnd.ibexa.api.UserSegmentAssignInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserSegmentAssignInputWrapper"
                            },
                            "example": {
                                "UserSegmentAssignInput": {
                                    "segments": [
                                        "corporate_account"
                                    ]
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UserSegmentAssignInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UserSegmentAssignInput"
                            },
                            "example": "<UserSegmentAssignInput>\n    <segments>corporate_account</segments>\n</UserSegmentAssignInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/users/{userId}/segments/{segmentIdentifier}": {
            "delete": {
                "operationId": "api_userusers_userIdsegments_segmentIdentifier_delete",
                "tags": [
                    "User"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - segments unassigned from user"
                    },
                    "401": {
                        "description": "Error - the requesting user is not authorized to unassign this segment from the given user."
                    },
                    "404": {
                        "description": "Error - the segment or the user doesn't exist."
                    }
                },
                "summary": "Unassign Segment from User",
                "description": "The Segment designated by its identifier is unassigned from the User given by ID.",
                "parameters": [
                    {
                        "name": "userId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "segmentIdentifier",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/groups": {
            "get": {
                "operationId": "api_usergroups_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupListWrapper"
                                },
                                "example": {
                                    "UserGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                        "_href": "/api/ibexa/v2/user/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13/15",
                                                "_id": 14,
                                                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/4"
                                                },
                                                "name": "Administrator User",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/14/versions"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/2"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/5/13/15"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/14/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "publishDate": "2002-10-06T16:13:50+00:00",
                                                "lastModificationDate": "2011-03-25T14:07:04+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "alwaysAvailable": true,
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/14/versions/3",
                                                    "VersionInfo": {
                                                        "id": 499,
                                                        "versionNo": 3,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2011-03-25T14:07:04+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2011-03-25T14:03:03+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Administrator User"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/14"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 28,
                                                                "fieldDefinitionIdentifier": "first_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Administrator"
                                                            },
                                                            {
                                                                "id": 29,
                                                                "fieldDefinitionIdentifier": "last_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "User"
                                                            },
                                                            {
                                                                "id": 30,
                                                                "fieldDefinitionIdentifier": "user_account",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_user",
                                                                "fieldValue": {
                                                                    "hasStoredLogin": true,
                                                                    "contentId": 14,
                                                                    "login": "admin",
                                                                    "email": "admin@link.invalid",
                                                                    "passwordUpdatedAt": null,
                                                                    "enabled": true,
                                                                    "maxLogin": 10,
                                                                    "plainPassword": null
                                                                }
                                                            },
                                                            {
                                                                "id": 178,
                                                                "fieldDefinitionIdentifier": "signature",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_text",
                                                                "fieldValue": null
                                                            },
                                                            {
                                                                "id": 180,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image",
                                                                "fieldValue": null
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/14/versions/3/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                },
                                                "ParentUserGroup": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                                },
                                                "Subgroups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/subgroups"
                                                },
                                                "Users": {
                                                    "_media-type": "application/vnd.ibexa.api.UserList+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/users"
                                                },
                                                "Roles": {
                                                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/roles"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupList media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15\" id=\"14\" remoteId=\"1bb4fe25487f05527efa8bfd394cecc7\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n        <name>Administrator User</name>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/14/versions\"/>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/13/15\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/14/locations\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <publishDate>2002-10-06T16:13:50+00:00</publishDate>\n        <lastModificationDate>2011-03-25T14:07:04+00:00</lastModificationDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <alwaysAvailable>true</alwaysAvailable>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/14/versions/3\">\n            <VersionInfo>\n                <id>499</id>\n                <versionNo>3</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2011-03-25T14:07:04+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <creationDate>2011-03-25T14:03:03+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Administrator User</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/14\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>28</id>\n                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Administrator</fieldValue>\n                </field>\n                <field>\n                    <id>29</id>\n                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>User</fieldValue>\n                </field>\n                <field>\n                    <id>30</id>\n                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"hasStoredLogin\">true</value>\n                        <value key=\"contentId\">14</value>\n                        <value key=\"login\">admin</value>\n                        <value key=\"email\">admin@link.invalid</value>\n                        <value key=\"passwordUpdatedAt\"/>\n                        <value key=\"enabled\">true</value>\n                        <value key=\"maxLogin\">10</value>\n                        <value key=\"plainPassword\"/>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>178</id>\n                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>180</id>\n                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/14/versions/3/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n        <ParentUserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\"/>\n        <Subgroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15/subgroups\"/>\n        <Users media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15/users\"/>\n        <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15/roles\"/>\n    </UserGroup>\n</UserGroupList>\n"
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefListWrapper"
                                },
                                "example": {
                                    "UserGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupRefList media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/115/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/12\">\n        <unassign href=\"/api/ibexa/v2/user/users/79/groups/12\" method=\"DELETE\"/>\n    </UserGroup>\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\">\n        <unassign href=\"/api/ibexa/v2/user/users/115/groups/13\" method=\"DELETE\"/>\n    </UserGroup>\n</UserGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read User Groups."
                    }
                },
                "summary": "Load User Groups",
                "description": "Loads User Groups for either an an ID or a remote ID or a Role.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "UserGroupList - If set, the User Group List is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/groups/root": {
            "get": {
                "operationId": "api_usergroupsroot_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "301": {
                        "description": "Moved permanently."
                    }
                },
                "summary": "Get root User Group",
                "description": "Redirects to the root User Group.",
                "parameters": [],
                "deprecated": false
            }
        },
        "/user/groups/subgroups": {
            "post": {
                "operationId": "api_usergroupssubgroups_post",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.UserGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupWrapper"
                                },
                                "example": {
                                    "UserGroup": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                        "_href": "/api/ibexa/v2/user/groups/1/5/81",
                                        "_id": 87,
                                        "_remoteId": "remoteId-qwert098",
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/3"
                                        },
                                        "name": "UserGroup2",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions"
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/2"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/5/81"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/locations"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "publishDate": "2021-08-09T09:06:49+00:00",
                                        "lastModificationDate": "2021-08-09T09:06:49+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "alwaysAvailable": true,
                                        "Version": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions/1",
                                            "VersionInfo": {
                                                "id": 578,
                                                "versionNo": 1,
                                                "status": "PUBLISHED",
                                                "modificationDate": "2021-08-09T09:06:49+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "creationDate": "2021-08-09T09:06:49+00:00",
                                                "initialLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "VersionTranslationInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                    "Language": [
                                                        {
                                                            "languageCode": "eng-GB"
                                                        }
                                                    ]
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "UserGroup2"
                                                        }
                                                    ]
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/87"
                                                }
                                            },
                                            "Fields": {
                                                "field": [
                                                    {
                                                        "id": 384,
                                                        "fieldDefinitionIdentifier": "name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "UserGroup2"
                                                    },
                                                    {
                                                        "id": 385,
                                                        "fieldDefinitionIdentifier": "description",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "This is the description of the user group"
                                                    }
                                                ]
                                            },
                                            "Relations": {
                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/87/versions/1/relations",
                                                "Relation": []
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            }
                                        },
                                        "ParentUserGroup": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5"
                                        },
                                        "Subgroups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/subgroups"
                                        },
                                        "Users": {
                                            "_media-type": "application/vnd.ibexa.api.UserList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/users"
                                        },
                                        "Roles": {
                                            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/roles"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79\" id=\"85\" remoteId=\"remoteId-qwert098\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/3\"/>\n    <name>UserGroup2</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/79\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/85/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2021-08-09T09:03:35+00:00</publishDate>\n    <lastModificationDate>2021-08-09T09:03:35+00:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1\">\n        <VersionInfo>\n            <id>576</id>\n            <versionNo>1</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-08-09T09:03:35+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-08-09T09:03:35+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">UserGroup2</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/85\"/>\n        </VersionInfo>\n        <Fields>\n            <field>\n                <id>380</id>\n                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>UserGroup2</fieldValue>\n            </field>\n            <field>\n                <id>381</id>\n                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>This is the description of the user group</fieldValue>\n            </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n    </Version>\n    <ParentUserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5\"/>\n    <Subgroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/subgroups\"/>\n    <Users media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/users\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/roles\"/>\n</UserGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this User Group."
                    }
                },
                "summary": "Create a top level User Group",
                "description": "Creates a top level User Group under the root. To create a child group under a parent group use '/user/groups/{path}/subgroups'.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new User Group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The UserGroupCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new UserGroupCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UserGroupCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGroupCreateWrapper"
                            },
                            "example": {
                                "UserGroupCreate": {
                                    "mainLanguageCode": "eng-GB",
                                    "remoteId": "remoteId-qwert098",
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "name",
                                                "languageCode": "eng-GB",
                                                "fieldValue": "UserGroup2"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "description",
                                                "languageCode": "eng-GB",
                                                "fieldValue": "This is the description of the user group"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UserGroupCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGroupCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupCreate>\n  <mainLanguageCode>eng-GB</mainLanguageCode>\n  <remoteId>remoteId-qwert098</remoteId>\n  <fields>\n    <field>\n      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>UserGroup</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>This is the description of the user group</fieldValue>\n    </field>\n  </fields>\n</UserGroupCreate>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/groups/{path}": {
            "get": {
                "operationId": "api_usergroups_path_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupWrapper"
                                },
                                "example": {
                                    "UserGroup": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                        "_href": "/api/ibexa/v2/user/groups/1/5/81",
                                        "_id": 87,
                                        "_remoteId": "remoteId-qwert098",
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/3"
                                        },
                                        "name": "UserGroup2",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions"
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/2"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/5/81"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/locations"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "publishDate": "2021-08-09T09:06:49+00:00",
                                        "lastModificationDate": "2021-08-09T09:06:49+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "alwaysAvailable": true,
                                        "Version": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions/1",
                                            "VersionInfo": {
                                                "id": 578,
                                                "versionNo": 1,
                                                "status": "PUBLISHED",
                                                "modificationDate": "2021-08-09T09:06:49+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "creationDate": "2021-08-09T09:06:49+00:00",
                                                "initialLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "VersionTranslationInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                    "Language": [
                                                        {
                                                            "languageCode": "eng-GB"
                                                        }
                                                    ]
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "UserGroup2"
                                                        }
                                                    ]
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/87"
                                                }
                                            },
                                            "Fields": {
                                                "field": [
                                                    {
                                                        "id": 384,
                                                        "fieldDefinitionIdentifier": "name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "UserGroup2"
                                                    },
                                                    {
                                                        "id": 385,
                                                        "fieldDefinitionIdentifier": "description",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "This is the description of the user group"
                                                    }
                                                ]
                                            },
                                            "Relations": {
                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/87/versions/1/relations",
                                                "Relation": []
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            }
                                        },
                                        "ParentUserGroup": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5"
                                        },
                                        "Subgroups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/subgroups"
                                        },
                                        "Users": {
                                            "_media-type": "application/vnd.ibexa.api.UserList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/users"
                                        },
                                        "Roles": {
                                            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/roles"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79\" id=\"85\" remoteId=\"remoteId-qwert098\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/3\"/>\n    <name>UserGroup2</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/79\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/85/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2021-08-09T09:03:35+00:00</publishDate>\n    <lastModificationDate>2021-08-09T09:03:35+00:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1\">\n        <VersionInfo>\n            <id>576</id>\n            <versionNo>1</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-08-09T09:03:35+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-08-09T09:03:35+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">UserGroup2</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/85\"/>\n        </VersionInfo>\n        <Fields>\n            <field>\n                <id>380</id>\n                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>UserGroup2</fieldValue>\n            </field>\n            <field>\n                <id>381</id>\n                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>This is the description of the user group</fieldValue>\n            </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n    </Version>\n    <ParentUserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5\"/>\n    <Subgroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/subgroups\"/>\n    <Users media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/users\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/roles\"/>\n</UserGroup>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read User Groups."
                    },
                    "404": {
                        "description": "Error - the User Group does not exist."
                    }
                },
                "summary": "Load User Group",
                "description": "Loads User Groups for the given {path}.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new User Group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_usergroups_path_delete",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "204": {
                        "description": "No content - the given User Group is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this content type."
                    },
                    "403": {
                        "description": "Error - the User Group is not empty."
                    }
                },
                "summary": "Delete User Group",
                "description": "The given User Group is deleted.",
                "parameters": [
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_usergroups_path_patch",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupWrapper"
                                },
                                "example": {
                                    "UserGroup": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                        "_href": "/api/ibexa/v2/user/groups/1/5/81",
                                        "_id": 87,
                                        "_remoteId": "remoteId-qwert098",
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/3"
                                        },
                                        "name": "UserGroup2",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions"
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/2"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/5/81"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/locations"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "publishDate": "2021-08-09T09:06:49+00:00",
                                        "lastModificationDate": "2021-08-09T09:06:49+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "alwaysAvailable": true,
                                        "Version": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions/1",
                                            "VersionInfo": {
                                                "id": 578,
                                                "versionNo": 1,
                                                "status": "PUBLISHED",
                                                "modificationDate": "2021-08-09T09:06:49+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "creationDate": "2021-08-09T09:06:49+00:00",
                                                "initialLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "VersionTranslationInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                    "Language": [
                                                        {
                                                            "languageCode": "eng-GB"
                                                        }
                                                    ]
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "UserGroup2"
                                                        }
                                                    ]
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/87"
                                                }
                                            },
                                            "Fields": {
                                                "field": [
                                                    {
                                                        "id": 384,
                                                        "fieldDefinitionIdentifier": "name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "UserGroup2"
                                                    },
                                                    {
                                                        "id": 385,
                                                        "fieldDefinitionIdentifier": "description",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "This is the description of the user group"
                                                    }
                                                ]
                                            },
                                            "Relations": {
                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/87/versions/1/relations",
                                                "Relation": []
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            }
                                        },
                                        "ParentUserGroup": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5"
                                        },
                                        "Subgroups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/subgroups"
                                        },
                                        "Users": {
                                            "_media-type": "application/vnd.ibexa.api.UserList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/users"
                                        },
                                        "Roles": {
                                            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/roles"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79\" id=\"85\" remoteId=\"remoteId-qwert098\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/3\"/>\n    <name>UserGroup2</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/79\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/85/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2021-08-09T09:03:35+00:00</publishDate>\n    <lastModificationDate>2021-08-09T09:03:35+00:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1\">\n        <VersionInfo>\n            <id>576</id>\n            <versionNo>1</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-08-09T09:03:35+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-08-09T09:03:35+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">UserGroup2</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/85\"/>\n        </VersionInfo>\n        <Fields>\n            <field>\n                <id>380</id>\n                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>UserGroup2</fieldValue>\n            </field>\n            <field>\n                <id>381</id>\n                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>This is the description of the user group</fieldValue>\n            </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n    </Version>\n    <ParentUserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5\"/>\n    <Subgroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/subgroups\"/>\n    <Users media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/users\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/roles\"/>\n</UserGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update the User Group."
                    },
                    "412": {
                        "description": "Error -\tif the current ETag does not match with the one provided in the If-Match header."
                    }
                },
                "summary": "Update User Group",
                "description": "Updates a User Group. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new User Group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The UserGroupUpdate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "Performs the PATCH only if the specified ETag is the current one. Otherwise a 412 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated UserGroupUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UserGroupUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGroupUpdateWrapper"
                            },
                            "example": {
                                "UserGroupUpdate": {
                                    "Section": {
                                        "_href": "/api/ibexa/v2/content/sections/2"
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UserGroupUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGroupUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupUpdate>\n\t<Section href=\"/api/ibexa/v2/content/sections/2\" />\n</UserGroupUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/groups/{path}/roles": {
            "get": {
                "operationId": "api_usergroups_pathroles_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentListWrapper"
                                },
                                "example": {
                                    "RoleAssignmentList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/roles",
                                        "RoleAssignment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/1",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/2",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/113/roles/3\">\n    <limitation identifier=\"Section\">\n        <values>\n            <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n        </values>\n    </limitation>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/3\"/>\n</RoleAssignment>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the user has no permission to read Roles."
                    }
                },
                "summary": "Load Roles for User Group",
                "description": "Returns a list of all Roles assigned to the given User Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_usergroups_pathroles_post",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentListWrapper"
                                },
                                "example": {
                                    "RoleAssignmentList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/roles",
                                        "RoleAssignment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/1",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/2",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/113/roles/3\">\n    <limitation identifier=\"Section\">\n        <values>\n            <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n        </values>\n    </limitation>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/3\"/>\n</RoleAssignment>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - validation of limitation in RoleAssignInput fails."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to assign this Role."
                    }
                },
                "summary": "Assign Role to User Group",
                "description": "Assigns a Role to a User Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RoleAssignInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new RoleAssignToUserGroupController resource",
                    "content": {
                        "application/vnd.ibexa.api.RoleAssignInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleAssignInputWrapper"
                            },
                            "example": {
                                "RoleAssignInput": {
                                    "Role": {
                                        "_href": "/api/ibexa/v2/user/roles/2",
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignInput+xml"
                                    },
                                    "limitation": {
                                        "_identifier": "Section",
                                        "values": {
                                            "ref": [
                                                {
                                                    "_href": "/api/ibexa/v2/content/sections/1",
                                                    "_media-type": "application/vnd.ibexa.api.Section+xml"
                                                },
                                                {
                                                    "_href": "/api/ibexa/v2/content/sections/2",
                                                    "_media-type": "application/vnd.ibexa.api.Section+xml"
                                                }
                                            ]
                                        }
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RoleAssignInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleAssignInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignInput>\n  <Role href=\"/api/ibexa/v2/user/roles/10\" media-type=\"application/vnd.ibexa.api.RoleAssignInput+xml\"/>\n  <limitation identifier=\"Section\">\n      <values>\n          <ref href=\"/api/ibexa/v2/content/sections/1\" media-type=\"application/vnd.ibexa.api.Section+xml\" />\n          <ref href=\"/api/ibexa/v2/content/sections/4\" media-type=\"application/vnd.ibexa.api.Section+xml\" />\n      </values>\n  </limitation>\n</RoleAssignInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/groups/{path}/roles/{roleId}": {
            "get": {
                "operationId": "api_usergroups_pathroles_roleId_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignment+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentWrapper"
                                },
                                "example": {
                                    "RoleAssignment": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                        "_href": "/api/ibexa/v2/user/users/113/roles/3",
                                        "limitation": {
                                            "_identifier": "Section",
                                            "values": {
                                                "ref": [
                                                    {
                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                        "_href": "6"
                                                    }
                                                ]
                                            }
                                        },
                                        "Role": {
                                            "_media-type": "application/vnd.ibexa.api.Role+json",
                                            "_href": "/api/ibexa/v2/user/roles/3"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignment+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignment"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/113/roles/3\">\n    <limitation identifier=\"Section\">\n        <values>\n            <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n        </values>\n    </limitation>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/3\"/>\n</RoleAssignment>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    }
                },
                "summary": "Load User Group Role Assignment",
                "description": "Returns a Role assignment of the given User Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_usergroups_pathroles_roleId_delete",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleAssignmentList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentListWrapper"
                                },
                                "example": {
                                    "RoleAssignmentList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/roles",
                                        "RoleAssignment": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/1",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
                                                "_href": "/api/ibexa/v2/user/users/57/roles/2",
                                                "Role": {
                                                    "_media-type": "application/vnd.ibexa.api.Role+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleAssignmentList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleAssignmentList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleAssignment media-type=\"application/vnd.ibexa.api.RoleAssignment+xml\" href=\"/api/ibexa/v2/user/users/113/roles/3\">\n    <limitation identifier=\"Section\">\n        <values>\n            <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n        </values>\n    </limitation>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/3\"/>\n</RoleAssignment>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this Role assignment."
                    }
                },
                "summary": "Unassign Role from User Group",
                "description": "The given Role is removed from the User or User Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Role assignment list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/groups/{path}/subgroups": {
            "get": {
                "operationId": "api_usergroups_pathsubgroups_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserGroupList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupListWrapper"
                                },
                                "example": {
                                    "UserGroupList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                        "_href": "/api/ibexa/v2/user/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13/15",
                                                "_id": 14,
                                                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
                                                "ContentType": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                                    "_href": "/api/ibexa/v2/content/types/4"
                                                },
                                                "name": "Administrator User",
                                                "Versions": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/14/versions"
                                                },
                                                "Section": {
                                                    "_media-type": "application/vnd.ibexa.api.Section+json",
                                                    "_href": "/api/ibexa/v2/content/sections/2"
                                                },
                                                "MainLocation": {
                                                    "_media-type": "application/vnd.ibexa.api.Location+json",
                                                    "_href": "/api/ibexa/v2/content/locations/1/5/13/15"
                                                },
                                                "Locations": {
                                                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                                    "_href": "/api/ibexa/v2/content/objects/14/locations"
                                                },
                                                "Owner": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "publishDate": "2002-10-06T16:13:50+00:00",
                                                "lastModificationDate": "2011-03-25T14:07:04+00:00",
                                                "mainLanguageCode": "eng-GB",
                                                "alwaysAvailable": true,
                                                "Version": {
                                                    "_media-type": "application/vnd.ibexa.api.Version+json",
                                                    "_href": "/api/ibexa/v2/content/objects/14/versions/3",
                                                    "VersionInfo": {
                                                        "id": 499,
                                                        "versionNo": 3,
                                                        "status": "PUBLISHED",
                                                        "modificationDate": "2011-03-25T14:07:04+00:00",
                                                        "Creator": {
                                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                                            "_href": "/api/ibexa/v2/user/users/14"
                                                        },
                                                        "creationDate": "2011-03-25T14:03:03+00:00",
                                                        "initialLanguageCode": "eng-GB",
                                                        "languageCodes": "eng-GB",
                                                        "VersionTranslationInfo": {
                                                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                            "Language": [
                                                                {
                                                                    "languageCode": "eng-GB"
                                                                }
                                                            ]
                                                        },
                                                        "names": {
                                                            "value": [
                                                                {
                                                                    "_languageCode": "eng-GB",
                                                                    "#text": "Administrator User"
                                                                }
                                                            ]
                                                        },
                                                        "Content": {
                                                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                            "_href": "/api/ibexa/v2/content/objects/14"
                                                        }
                                                    },
                                                    "Fields": {
                                                        "field": [
                                                            {
                                                                "id": 28,
                                                                "fieldDefinitionIdentifier": "first_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "Administrator"
                                                            },
                                                            {
                                                                "id": 29,
                                                                "fieldDefinitionIdentifier": "last_name",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_string",
                                                                "fieldValue": "User"
                                                            },
                                                            {
                                                                "id": 30,
                                                                "fieldDefinitionIdentifier": "user_account",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_user",
                                                                "fieldValue": {
                                                                    "hasStoredLogin": true,
                                                                    "contentId": 14,
                                                                    "login": "admin",
                                                                    "email": "admin@link.invalid",
                                                                    "passwordUpdatedAt": null,
                                                                    "enabled": true,
                                                                    "maxLogin": 10,
                                                                    "plainPassword": null
                                                                }
                                                            },
                                                            {
                                                                "id": 178,
                                                                "fieldDefinitionIdentifier": "signature",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_text",
                                                                "fieldValue": null
                                                            },
                                                            {
                                                                "id": 180,
                                                                "fieldDefinitionIdentifier": "image",
                                                                "languageCode": "eng-GB",
                                                                "fieldTypeIdentifier": "ibexa_image",
                                                                "fieldValue": null
                                                            }
                                                        ]
                                                    },
                                                    "Relations": {
                                                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                        "_href": "/api/ibexa/v2/content/objects/14/versions/3/relations",
                                                        "Relation": []
                                                    },
                                                    "Thumbnail": {
                                                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                        "width": null,
                                                        "height": null,
                                                        "mimeType": "image/svg+xml"
                                                    }
                                                },
                                                "ParentUserGroup": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                                },
                                                "Subgroups": {
                                                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/subgroups"
                                                },
                                                "Users": {
                                                    "_media-type": "application/vnd.ibexa.api.UserList+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/users"
                                                },
                                                "Roles": {
                                                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/roles"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupList media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15\" id=\"14\" remoteId=\"1bb4fe25487f05527efa8bfd394cecc7\">\n        <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n        <name>Administrator User</name>\n        <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/14/versions\"/>\n        <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n        <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/13/15\"/>\n        <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/14/locations\"/>\n        <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n        <publishDate>2002-10-06T16:13:50+00:00</publishDate>\n        <lastModificationDate>2011-03-25T14:07:04+00:00</lastModificationDate>\n        <mainLanguageCode>eng-GB</mainLanguageCode>\n        <alwaysAvailable>true</alwaysAvailable>\n        <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/14/versions/3\">\n            <VersionInfo>\n                <id>499</id>\n                <versionNo>3</versionNo>\n                <status>PUBLISHED</status>\n                <modificationDate>2011-03-25T14:07:04+00:00</modificationDate>\n                <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n                <creationDate>2011-03-25T14:03:03+00:00</creationDate>\n                <initialLanguageCode>eng-GB</initialLanguageCode>\n                <languageCodes>eng-GB</languageCodes>\n                <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                    <Language>\n                        <languageCode>eng-GB</languageCode>\n                    </Language>\n                </VersionTranslationInfo>\n                <names>\n                    <value languageCode=\"eng-GB\">Administrator User</value>\n                </names>\n                <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/14\"/>\n            </VersionInfo>\n            <Fields>\n                <field>\n                    <id>28</id>\n                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>Administrator</fieldValue>\n                </field>\n                <field>\n                    <id>29</id>\n                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                    <fieldValue>User</fieldValue>\n                </field>\n                <field>\n                    <id>30</id>\n                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                    <fieldValue>\n                        <value key=\"hasStoredLogin\">true</value>\n                        <value key=\"contentId\">14</value>\n                        <value key=\"login\">admin</value>\n                        <value key=\"email\">admin@link.invalid</value>\n                        <value key=\"passwordUpdatedAt\"/>\n                        <value key=\"enabled\">true</value>\n                        <value key=\"maxLogin\">10</value>\n                        <value key=\"plainPassword\"/>\n                    </fieldValue>\n                </field>\n                <field>\n                    <id>178</id>\n                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n                <field>\n                    <id>180</id>\n                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                    <languageCode>eng-GB</languageCode>\n                    <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                    <fieldValue/>\n                </field>\n            </Fields>\n            <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/14/versions/3/relations\"/>\n            <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n                <width></width>\n                <height></height>\n                <mimeType>image/svg+xml</mimeType>\n            </Thumbnail>\n        </Version>\n        <ParentUserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\"/>\n        <Subgroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15/subgroups\"/>\n        <Users media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15/users\"/>\n        <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13/15/roles\"/>\n    </UserGroup>\n</UserGroupList>\n"
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefListWrapper"
                                },
                                "example": {
                                    "UserGroupRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                        "_href": "/api/ibexa/v2/user/users/57/groups",
                                        "UserGroup": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                                "_href": "/api/ibexa/v2/user/groups/1/5/13"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroupRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupRefList media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/115/groups\">\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/12\">\n        <unassign href=\"/api/ibexa/v2/user/users/79/groups/12\" method=\"DELETE\"/>\n    </UserGroup>\n    <UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/13\">\n        <unassign href=\"/api/ibexa/v2/user/users/115/groups/13\" method=\"DELETE\"/>\n    </UserGroup>\n</UserGroupRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read User Groups."
                    },
                    "404": {
                        "description": "Error - the User Group does not exist."
                    }
                },
                "summary": "Load subgroups",
                "description": "Returns a list of the subgroups.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_usergroups_pathsubgroups_post",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.UserGroup+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroupWrapper"
                                },
                                "example": {
                                    "UserGroup": {
                                        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                        "_href": "/api/ibexa/v2/user/groups/1/5/81",
                                        "_id": 87,
                                        "_remoteId": "remoteId-qwert098",
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/3"
                                        },
                                        "name": "UserGroup2",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions"
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/2"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/5/81"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/locations"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/14"
                                        },
                                        "publishDate": "2021-08-09T09:06:49+00:00",
                                        "lastModificationDate": "2021-08-09T09:06:49+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "alwaysAvailable": true,
                                        "Version": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/87/versions/1",
                                            "VersionInfo": {
                                                "id": 578,
                                                "versionNo": 1,
                                                "status": "PUBLISHED",
                                                "modificationDate": "2021-08-09T09:06:49+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "creationDate": "2021-08-09T09:06:49+00:00",
                                                "initialLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "VersionTranslationInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                    "Language": [
                                                        {
                                                            "languageCode": "eng-GB"
                                                        }
                                                    ]
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "UserGroup2"
                                                        }
                                                    ]
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/87"
                                                }
                                            },
                                            "Fields": {
                                                "field": [
                                                    {
                                                        "id": 384,
                                                        "fieldDefinitionIdentifier": "name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "UserGroup2"
                                                    },
                                                    {
                                                        "id": 385,
                                                        "fieldDefinitionIdentifier": "description",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "This is the description of the user group"
                                                    }
                                                ]
                                            },
                                            "Relations": {
                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/87/versions/1/relations",
                                                "Relation": []
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            }
                                        },
                                        "ParentUserGroup": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5"
                                        },
                                        "Subgroups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/subgroups"
                                        },
                                        "Users": {
                                            "_media-type": "application/vnd.ibexa.api.UserList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/users"
                                        },
                                        "Roles": {
                                            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                            "_href": "/api/ibexa/v2/user/groups/1/5/81/roles"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserGroup+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserGroup"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79\" id=\"85\" remoteId=\"remoteId-qwert098\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/3\"/>\n    <name>UserGroup2</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/79\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/85/locations\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n    <publishDate>2021-08-09T09:03:35+00:00</publishDate>\n    <lastModificationDate>2021-08-09T09:03:35+00:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1\">\n        <VersionInfo>\n            <id>576</id>\n            <versionNo>1</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-08-09T09:03:35+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-08-09T09:03:35+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">UserGroup2</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/85\"/>\n        </VersionInfo>\n        <Fields>\n            <field>\n                <id>380</id>\n                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>UserGroup2</fieldValue>\n            </field>\n            <field>\n                <id>381</id>\n                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>This is the description of the user group</fieldValue>\n            </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/85/versions/1/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n    </Version>\n    <ParentUserGroup media-type=\"application/vnd.ibexa.api.UserGroup+xml\" href=\"/api/ibexa/v2/user/groups/1/5\"/>\n    <Subgroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/subgroups\"/>\n    <Users media-type=\"application/vnd.ibexa.api.UserList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/users\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/groups/1/5/79/roles\"/>\n</UserGroup>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this User Group."
                    }
                },
                "summary": "Create User Group",
                "description": "Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new User Group is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The UserGroupCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new UserGroupCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UserGroupCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGroupCreateWrapper"
                            },
                            "example": {
                                "UserGroupCreate": {
                                    "mainLanguageCode": "eng-GB",
                                    "remoteId": "remoteId-qwert098",
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "name",
                                                "languageCode": "eng-GB",
                                                "fieldValue": "UserGroup2"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "description",
                                                "languageCode": "eng-GB",
                                                "fieldValue": "This is the description of the user group"
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UserGroupCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGroupCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserGroupCreate>\n  <mainLanguageCode>eng-GB</mainLanguageCode>\n  <remoteId>remoteId-qwert098</remoteId>\n  <fields>\n    <field>\n      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>UserGroup</fieldValue>\n    </field>\n    <field>\n      <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>\n      <languageCode>eng-GB</languageCode>\n      <fieldValue>This is the description of the user group</fieldValue>\n    </field>\n  </fields>\n</UserGroupCreate>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/groups/{path}/users": {
            "get": {
                "operationId": "api_usergroups_pathusers_get",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.UserList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserList"
                                }
                            },
                            "application/vnd.ibexa.api.UserList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserList"
                                }
                            },
                            "application/vnd.ibexa.api.UserRefList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserRefListWrapper"
                                },
                                "example": {
                                    "UserRefList": {
                                        "_media-type": "application/vnd.ibexa.api.UserRefList+json",
                                        "_href": "/api/ibexa/v2/user/groups/13/users",
                                        "User": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/113"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.User+json",
                                                "_href": "/api/ibexa/v2/user/users/14"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.UserRefList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserRefList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserRefList media-type=\"application/vnd.ibexa.api.UserRefList+xml\" href=\"/api/ibexa/v2/user/users\">\n    <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n</UserRefList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read User Groups."
                    },
                    "404": {
                        "description": "Error - the User Group does not exist."
                    }
                },
                "summary": "Load Users of Group",
                "description": "Loads the Users of the Group with the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_usergroups_pathusers_post",
                "tags": [
                    "User Group"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.User+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserWrapper"
                                },
                                "example": {
                                    "User": {
                                        "_media-type": "application/vnd.ibexa.api.User+json",
                                        "_href": "/api/ibexa/v2/user/users/79",
                                        "_id": 79,
                                        "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
                                        "ContentType": {
                                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
                                            "_href": "/api/ibexa/v2/content/types/4"
                                        },
                                        "name": "Jose Vargas",
                                        "Versions": {
                                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
                                            "_href": "/api/ibexa/v2/content/objects/79/versions"
                                        },
                                        "Section": {
                                            "_media-type": "application/vnd.ibexa.api.Section+json",
                                            "_href": "/api/ibexa/v2/content/sections/2"
                                        },
                                        "MainLocation": {
                                            "_media-type": "application/vnd.ibexa.api.Location+json",
                                            "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
                                        },
                                        "Locations": {
                                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
                                            "_href": "/api/ibexa/v2/content/objects/79/locations"
                                        },
                                        "Groups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
                                            "_href": "/api/ibexa/v2/user/users/79/groups"
                                        },
                                        "Owner": {
                                            "_media-type": "application/vnd.ibexa.api.User+json",
                                            "_href": "/api/ibexa/v2/user/users/10"
                                        },
                                        "publishDate": "2021-06-29T08:23:42+00:00",
                                        "lastModificationDate": "2021-07-29T12:00:24+00:00",
                                        "mainLanguageCode": "eng-GB",
                                        "alwaysAvailable": true,
                                        "Version": {
                                            "_media-type": "application/vnd.ibexa.api.Version+json",
                                            "_href": "/api/ibexa/v2/content/objects/79/versions/11",
                                            "VersionInfo": {
                                                "id": 614,
                                                "versionNo": 11,
                                                "status": "PUBLISHED",
                                                "modificationDate": "2021-07-29T12:00:24+00:00",
                                                "Creator": {
                                                    "_media-type": "application/vnd.ibexa.api.User+json",
                                                    "_href": "/api/ibexa/v2/user/users/14"
                                                },
                                                "creationDate": "2021-07-29T12:00:24+00:00",
                                                "initialLanguageCode": "eng-GB",
                                                "languageCodes": "eng-GB",
                                                "VersionTranslationInfo": {
                                                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
                                                    "Language": [
                                                        {
                                                            "languageCode": "eng-GB"
                                                        }
                                                    ]
                                                },
                                                "names": {
                                                    "value": [
                                                        {
                                                            "_languageCode": "eng-GB",
                                                            "#text": "Jose Vargas"
                                                        }
                                                    ]
                                                },
                                                "Content": {
                                                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
                                                    "_href": "/api/ibexa/v2/content/objects/79"
                                                }
                                            },
                                            "Fields": {
                                                "field": [
                                                    {
                                                        "id": 342,
                                                        "fieldDefinitionIdentifier": "first_name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "Jose"
                                                    },
                                                    {
                                                        "id": 343,
                                                        "fieldDefinitionIdentifier": "last_name",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_string",
                                                        "fieldValue": "Vargas"
                                                    },
                                                    {
                                                        "id": 344,
                                                        "fieldDefinitionIdentifier": "user_account",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_user",
                                                        "fieldValue": {
                                                            "hasStoredLogin": true,
                                                            "contentId": 79,
                                                            "login": "josevargas",
                                                            "email": "aa@bb.cc",
                                                            "passwordUpdatedAt": null,
                                                            "enabled": false,
                                                            "maxLogin": 0,
                                                            "plainPassword": null
                                                        }
                                                    },
                                                    {
                                                        "id": 345,
                                                        "fieldDefinitionIdentifier": "signature",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_text",
                                                        "fieldValue": null
                                                    },
                                                    {
                                                        "id": 346,
                                                        "fieldDefinitionIdentifier": "image",
                                                        "languageCode": "eng-GB",
                                                        "fieldTypeIdentifier": "ibexa_image",
                                                        "fieldValue": null
                                                    }
                                                ]
                                            },
                                            "Relations": {
                                                "_media-type": "application/vnd.ibexa.api.RelationList+json",
                                                "_href": "/api/ibexa/v2/content/objects/79/versions/11/relations",
                                                "Relation": []
                                            },
                                            "Thumbnail": {
                                                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
                                                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
                                                "width": null,
                                                "height": null,
                                                "mimeType": "image/svg+xml"
                                            }
                                        },
                                        "login": "josevargas",
                                        "email": "aa@bb.cc",
                                        "enabled": false,
                                        "UserGroups": {
                                            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
                                            "_href": "/api/ibexa/v2/user/users/79/groups"
                                        },
                                        "Roles": {
                                            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
                                            "_href": "/api/ibexa/v2/user/users/79/roles"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.User+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/User"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/79\" id=\"79\" remoteId=\"bcf0764b417f05af21852a1f03fb1f13\">\n    <ContentType media-type=\"application/vnd.ibexa.api.ContentType+xml\" href=\"/api/ibexa/v2/content/types/4\"/>\n    <name>Jose Vargas</name>\n    <Versions media-type=\"application/vnd.ibexa.api.VersionList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions\"/>\n    <Section media-type=\"application/vnd.ibexa.api.Section+xml\" href=\"/api/ibexa/v2/content/sections/2\"/>\n    <MainLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/5/12/79\"/>\n    <Locations media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/objects/79/locations\"/>\n    <Groups media-type=\"application/vnd.ibexa.api.UserGroupRefList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n    <Owner media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/10\"/>\n    <publishDate>2021-06-29T08:23:42+00:00</publishDate>\n    <lastModificationDate>2021-07-29T11:45:07+00:00</lastModificationDate>\n    <mainLanguageCode>eng-GB</mainLanguageCode>\n    <alwaysAvailable>true</alwaysAvailable>\n    <Version media-type=\"application/vnd.ibexa.api.Version+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/6\">\n        <VersionInfo>\n            <id>609</id>\n            <versionNo>6</versionNo>\n            <status>PUBLISHED</status>\n            <modificationDate>2021-07-29T11:45:07+00:00</modificationDate>\n            <Creator media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n            <creationDate>2021-07-29T11:45:07+00:00</creationDate>\n            <initialLanguageCode>eng-GB</initialLanguageCode>\n            <languageCodes>eng-GB</languageCodes>\n            <VersionTranslationInfo media-type=\"application/vnd.ibexa.api.VersionTranslationInfo+xml\">\n                <Language>\n                    <languageCode>eng-GB</languageCode>\n                </Language>\n            </VersionTranslationInfo>\n            <names>\n                <value languageCode=\"eng-GB\">Jose Vargas</value>\n            </names>\n            <Content media-type=\"application/vnd.ibexa.api.ContentInfo+xml\" href=\"/api/ibexa/v2/content/objects/79\"/>\n        </VersionInfo>\n        <Fields>\n            <field>\n                <id>342</id>\n                <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>Jose</fieldValue>\n            </field>\n            <field>\n                <id>343</id>\n                <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_string</fieldTypeIdentifier>\n                <fieldValue>Vargas</fieldValue>\n            </field>\n            <field>\n                <id>344</id>\n                <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_user</fieldTypeIdentifier>\n                <fieldValue>\n                    <value key=\"hasStoredLogin\">true</value>\n                    <value key=\"contentId\">79</value>\n                    <value key=\"login\">josevargas</value>\n                    <value key=\"email\">aa@bb.cc</value>\n                    <value key=\"passwordUpdatedAt\"/>\n                    <value key=\"enabled\">false</value>\n                    <value key=\"maxLogin\">0</value>\n                    <value key=\"plainPassword\"/>\n                </fieldValue>\n            </field>\n            <field>\n                <id>345</id>\n                <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_text</fieldTypeIdentifier>\n                <fieldValue/>\n            </field>\n            <field>\n                <id>346</id>\n                <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>\n                <languageCode>eng-GB</languageCode>\n                <fieldTypeIdentifier>ibexa_image</fieldTypeIdentifier>\n                <fieldValue/>\n            </field>\n        </Fields>\n        <Relations media-type=\"application/vnd.ibexa.api.RelationList+xml\" href=\"/api/ibexa/v2/content/objects/79/versions/6/relations\"/>\n        <Thumbnail media-type=\"application/vnd.ibexa.api.Thumbnail+xml\">\n            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>\n            <width></width>\n            <height></height>\n            <mimeType>image/svg+xml</mimeType>\n        </Thumbnail>\n    </Version>\n    <login>josevargas</login>\n    <email>aa@bb.cc</email>\n    <enabled>false</enabled>\n    <UserGroups media-type=\"application/vnd.ibexa.api.UserGroupList+xml\" href=\"/api/ibexa/v2/user/users/79/groups\"/>\n    <Roles media-type=\"application/vnd.ibexa.api.RoleAssignmentList+xml\" href=\"/api/ibexa/v2/user/users/79/roles\"/>\n</User>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create this User."
                    },
                    "403": {
                        "description": "Error - a User with the same login already exists."
                    },
                    "404": {
                        "description": "Error - the Group with the given ID does not exist."
                    }
                },
                "summary": "Create User",
                "description": "Creates a new User in the given Group.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new User is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The UserCreate schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "path",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new UserCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.UserCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserCreateWrapper"
                            },
                            "example": {
                                "UserCreate": {
                                    "mainLanguageCode": "eng-GB",
                                    "remoteId": "remoteId-23456789",
                                    "login": "johnsmith2",
                                    "email": "example@example.com",
                                    "password": "Secrepassword5!",
                                    "fields": {
                                        "field": [
                                            {
                                                "fieldDefinitionIdentifier": "first_name",
                                                "languageCode": "eng-GB",
                                                "fieldValue": "John"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "last_name",
                                                "languageCode": "eng-GB",
                                                "fieldValue": "Smith"
                                            },
                                            {
                                                "fieldDefinitionIdentifier": "user_account",
                                                "languageCode": "eng-GB",
                                                "fieldValue": {
                                                    "hasStoredLogin": true,
                                                    "contentId": 14,
                                                    "login": "johnsmith",
                                                    "email": "example@example.com",
                                                    "enabled": true,
                                                    "maxLogin": 10
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.UserCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/UserCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<UserCreate>\n  <mainLanguageCode>eng-GB</mainLanguageCode>\n  <remoteId>remoteId-23456789</remoteId>\n  <login>johnsmith</login>\n  <email>example@example.com</email>\n  <password>Secrepassword5!</password>\n    <fields>\n      <field>\n        <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>\n        <languageCode>eng-GB</languageCode>\n        <fieldValue>John</fieldValue>\n      </field>\n      <field>\n        <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>\n        <languageCode>eng-GB</languageCode>\n        <fieldValue>Smith</fieldValue>\n      </field>\n      <field>\n        <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>\n        <languageCode>eng-GB</languageCode>\n        <fieldValue>\n          <value key=\"hasStoredLogin\">true</value>\n          <value key=\"contentId\">14</value>\n          <value key=\"login\">johnsmith</value>\n          <value key=\"email\">example@example.com</value>\n          <value key=\"enabled\">true</value>\n          <value key=\"maxLogin\">10</value>\n        </fieldValue>\n      </field>\n    </fields>\n</UserCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/policies": {
            "get": {
                "operationId": "api_userpolicies_get",
                "tags": [
                    "User Policy"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PolicyList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyListWrapper"
                                },
                                "example": {
                                    "PolicyList": {
                                        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                        "_href": "/api/ibexa/v2/user/roles/1/policies",
                                        "Policy": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
                                                "id": 349,
                                                "module": "content",
                                                "function": "read",
                                                "limitations": {
                                                    "limitation": [
                                                        {
                                                            "_identifier": "Section",
                                                            "values": {
                                                                "ref": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "1"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "3"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "6"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/350",
                                                "id": 350,
                                                "module": "user",
                                                "function": "login",
                                                "limitations": {
                                                    "limitation": [
                                                        {
                                                            "_identifier": "SiteAccess",
                                                            "values": {
                                                                "ref": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "2282622326"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "1766001124"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/351",
                                                "id": 351,
                                                "module": "content",
                                                "function": "view_embed",
                                                "limitations": {
                                                    "limitation": [
                                                        {
                                                            "_identifier": "Class",
                                                            "values": {
                                                                "ref": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "5"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "12"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/352",
                                                "id": 352,
                                                "module": "user",
                                                "function": "register"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/353",
                                                "id": 353,
                                                "module": "user",
                                                "function": "password"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.PolicyList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<PolicyList media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/1/policies\">\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/349\">\n        <id>349</id>\n        <module>content</module>\n        <function>read</function>\n        <limitations>\n            <limitation identifier=\"Section\">\n                <values>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"3\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n                </values>\n            </limitation>\n        </limitations>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/350\">\n        <id>350</id>\n        <module>user</module>\n        <function>login</function>\n        <limitations>\n            <limitation identifier=\"SiteAccess\">\n                <values>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"2282622326\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1766001124\"/>\n                </values>\n            </limitation>\n        </limitations>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/351\">\n        <id>351</id>\n        <module>content</module>\n        <function>view_embed</function>\n        <limitations>\n            <limitation identifier=\"Class\">\n                <values>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"5\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"12\"/>\n                </values>\n            </limitation>\n        </limitations>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/352\">\n        <id>352</id>\n        <module>user</module>\n        <function>register</function>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/353\">\n        <id>353</id>\n        <module>user</module>\n        <function>password</function>\n    </Policy>\n</PolicyList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    }
                },
                "summary": "List Policies for User",
                "description": "Search all Policies which are applied to a given User.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Policy list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/roles": {
            "get": {
                "operationId": "api_userroles_get",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.RoleList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleListWrapper"
                                },
                                "example": {
                                    "RoleList": {
                                        "_media-type": "application/vnd.ibexa.api.RoleList+json",
                                        "_href": "/api/ibexa/v2/user/roles",
                                        "Role": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/1",
                                                "identifier": "Anonymous",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/1/policies"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/2",
                                                "identifier": "Administrator",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/2/policies"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/3",
                                                "identifier": "Editor",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/3/policies"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/4",
                                                "identifier": "Member",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/4/policies"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/10",
                                                "identifier": "NewRole",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/10/policies"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/14",
                                                "identifier": "NewRole5",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/14/policies"
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Role+json",
                                                "_href": "/api/ibexa/v2/user/roles/15",
                                                "identifier": "NewRole7",
                                                "Policies": {
                                                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                                    "_href": "/api/ibexa/v2/user/roles/15/policies"
                                                }
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleList media-type=\"application/vnd.ibexa.api.RoleList+xml\" href=\"/api/ibexa/v2/user/roles\">\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/1\">\n        <identifier>Anonymous</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/1/policies\"/>\n    </Role>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/2\">\n        <identifier>Administrator</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/2/policies\"/>\n    </Role>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/3\">\n        <identifier>Editor</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/3/policies\"/>\n    </Role>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/4\">\n        <identifier>Member</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/4/policies\"/>\n    </Role>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/10\">\n        <identifier>NewRole</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/10/policies\"/>\n    </Role>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/14\">\n        <identifier>NewRole5</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/14/policies\"/>\n    </Role>\n    <Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/15\">\n        <identifier>NewRole7</identifier>\n        <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/15/policies\"/>\n    </Role>\n</RoleList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    }
                },
                "summary": "Load Roles",
                "description": "Returns a list of all Roles.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the user list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_userroles_post",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Role+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleWrapper"
                                },
                                "example": {
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/6",
                                        "identifier": "UpdatedIdentifier",
                                        "Policies": {
                                            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                            "_href": "/api/ibexa/v2/user/roles/6/policies"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Role+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/9\">\n    <identifier>UpdatedIdentifier</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/9/policies\"/>\n</Role>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create a Role or a Role draft."
                    }
                },
                "summary": "Create Role or Role draft",
                "description": "Creates a new Role or Role draft.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new user is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RoleInput schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new RoleCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.RoleInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleInputWrapper"
                            },
                            "example": {
                                "RoleInput": {
                                    "identifier": "NewRole"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RoleInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleInput>\n    <identifier>NewRole</identifier>\n</RoleInput>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/roles/{id}": {
            "get": {
                "operationId": "api_userroles_id_get",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Role+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleWrapper"
                                },
                                "example": {
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/6",
                                        "identifier": "UpdatedIdentifier",
                                        "Policies": {
                                            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                            "_href": "/api/ibexa/v2/user/roles/6/policies"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Role+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/9\">\n    <identifier>UpdatedIdentifier</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/9/policies\"/>\n</Role>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    },
                    "404": {
                        "description": "Error - the Role does not exist."
                    }
                },
                "summary": "Load Role",
                "description": "Loads a Role for the given ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the user list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_userroles_id_post",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.RoleDraft+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleDraftWrapper"
                                },
                                "example": {
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/6",
                                        "identifier": "UpdatedIdentifier",
                                        "Policies": {
                                            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                            "_href": "/api/ibexa/v2/user/roles/6/policies"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.RoleDraft+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleDraft"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Role href=\"/user/roles/11\" media-type=\"application/vnd.ibexa.api.RoleDraft+xml\">\n  <identifier>MyRole</identifier>\n  <Policies href=\"/user/roles/11/policies\" media-type=\"application/vnd.ibexa.api.PolicyList+xml\"/>\n</Role>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create a Role or a Role draft"
                    }
                },
                "summary": "Create Role Draft",
                "description": "Creates a new Role draft from an existing Role.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new user is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RoleInput schema encoded in XML or JSON.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new RoleDraftCreateController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            },
            "delete": {
                "operationId": "api_userroles_id_delete",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "204": {
                        "description": "No Content."
                    },
                    "401": {
                        "description": "Error - the User is not authorized to delete this Role."
                    }
                },
                "summary": "Delete Role",
                "description": "The given Role and all assignments to Users or User Groups are deleted.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_userroles_id_patch",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Role+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleWrapper"
                                },
                                "example": {
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/6",
                                        "identifier": "UpdatedIdentifier",
                                        "Policies": {
                                            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                            "_href": "/api/ibexa/v2/user/roles/6/policies"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Role+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/9\">\n    <identifier>UpdatedIdentifier</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/9/policies\"/>\n</Role>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update the Role."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the provided one in the If-Match header."
                    }
                },
                "summary": "Update Role",
                "description": "Updates a Role. PATCH or POST with header X-HTTP-Method-Override PATCH",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the new user is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RoleInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "ETag Causes to patch only if the specified ETag is the current one. Otherwise a 412 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated RoleUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.RoleInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleInputWrapper"
                            },
                            "example": {
                                "RoleInput": {
                                    "identifier": "NewRole"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RoleInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleInput>\n    <identifier>NewRole</identifier>\n</RoleInput>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/roles/{id}/draft": {
            "get": {
                "operationId": "api_userroles_iddraft_get",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Role+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleWrapper"
                                },
                                "example": {
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/6",
                                        "identifier": "UpdatedIdentifier",
                                        "Policies": {
                                            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                            "_href": "/api/ibexa/v2/user/roles/6/policies"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Role+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/9\">\n    <identifier>UpdatedIdentifier</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/9/policies\"/>\n</Role>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    },
                    "404": {
                        "description": "Error - there is no draft or Role with the given ID."
                    }
                },
                "summary": "Load Role draft",
                "description": "Loads a Role draft by original Role ID.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the User list returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_userroles_iddraft_delete",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "204": {
                        "description": "No Content."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this Role."
                    }
                },
                "summary": "Delete Role draft",
                "description": "The given Role draft is deleted.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_userroles_iddraft_patch",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Role+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RoleWrapper"
                                },
                                "example": {
                                    "Role": {
                                        "_media-type": "application/vnd.ibexa.api.Role+json",
                                        "_href": "/api/ibexa/v2/user/roles/6",
                                        "identifier": "UpdatedIdentifier",
                                        "Policies": {
                                            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                            "_href": "/api/ibexa/v2/user/roles/6/policies"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Role+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Role media-type=\"application/vnd.ibexa.api.Role+xml\" href=\"/api/ibexa/v2/user/roles/9\">\n    <identifier>UpdatedIdentifier</identifier>\n    <Policies media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/9/policies\"/>\n</Role>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update the Role."
                    },
                    "404": {
                        "description": "Error - there is no draft or Role with the given ID."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the one provided in the If-Match header."
                    }
                },
                "summary": "Update Role draft",
                "description": "Updates a Role draft. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Role is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The RoleInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "Performs a PATCH only if the specified ETag is the current one. Otherwise a 412 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated RoleDraftUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.RoleInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleInputWrapper"
                            },
                            "example": {
                                "RoleInput": {
                                    "identifier": "NewRole"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.RoleInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<RoleInput>\n    <identifier>NewRole</identifier>\n</RoleInput>"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/roles/{id}/policies": {
            "get": {
                "operationId": "api_userroles_idpolicies_get",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.PolicyList+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyListWrapper"
                                },
                                "example": {
                                    "PolicyList": {
                                        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
                                        "_href": "/api/ibexa/v2/user/roles/1/policies",
                                        "Policy": [
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
                                                "id": 349,
                                                "module": "content",
                                                "function": "read",
                                                "limitations": {
                                                    "limitation": [
                                                        {
                                                            "_identifier": "Section",
                                                            "values": {
                                                                "ref": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "1"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "3"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "6"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/350",
                                                "id": 350,
                                                "module": "user",
                                                "function": "login",
                                                "limitations": {
                                                    "limitation": [
                                                        {
                                                            "_identifier": "SiteAccess",
                                                            "values": {
                                                                "ref": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "2282622326"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "1766001124"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/351",
                                                "id": 351,
                                                "module": "content",
                                                "function": "view_embed",
                                                "limitations": {
                                                    "limitation": [
                                                        {
                                                            "_identifier": "Class",
                                                            "values": {
                                                                "ref": [
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "5"
                                                                    },
                                                                    {
                                                                        "_media-type": "application/vnd.ibexa.api.ref+json",
                                                                        "_href": "12"
                                                                    }
                                                                ]
                                                            }
                                                        }
                                                    ]
                                                }
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/352",
                                                "id": 352,
                                                "module": "user",
                                                "function": "register"
                                            },
                                            {
                                                "_media-type": "application/vnd.ibexa.api.Policy+json",
                                                "_href": "/api/ibexa/v2/user/roles/1/policies/353",
                                                "id": 353,
                                                "module": "user",
                                                "function": "password"
                                            }
                                        ]
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.PolicyList+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyList"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<PolicyList media-type=\"application/vnd.ibexa.api.PolicyList+xml\" href=\"/api/ibexa/v2/user/roles/1/policies\">\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/349\">\n        <id>349</id>\n        <module>content</module>\n        <function>read</function>\n        <limitations>\n            <limitation identifier=\"Section\">\n                <values>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"3\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"6\"/>\n                </values>\n            </limitation>\n        </limitations>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/350\">\n        <id>350</id>\n        <module>user</module>\n        <function>login</function>\n        <limitations>\n            <limitation identifier=\"SiteAccess\">\n                <values>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"2282622326\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"1766001124\"/>\n                </values>\n            </limitation>\n        </limitations>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/351\">\n        <id>351</id>\n        <module>content</module>\n        <function>view_embed</function>\n        <limitations>\n            <limitation identifier=\"Class\">\n                <values>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"5\"/>\n                    <ref media-type=\"application/vnd.ibexa.api.ref+xml\" href=\"12\"/>\n                </values>\n            </limitation>\n        </limitations>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/352\">\n        <id>352</id>\n        <module>user</module>\n        <function>register</function>\n    </Policy>\n    <Policy media-type=\"application/vnd.ibexa.api.Policy+xml\" href=\"/api/ibexa/v2/user/roles/1/policies/353\">\n        <id>353</id>\n        <module>user</module>\n        <function>password</function>\n    </Policy>\n</PolicyList>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    },
                    "404": {
                        "description": "Error - the Role does not exist."
                    }
                },
                "summary": "Load Policies",
                "description": "Loads Policies for the given Role.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Policy list is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "post": {
                "operationId": "api_userroles_idpolicies_post",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Policy+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyWrapper"
                                },
                                "example": {
                                    "Policy": {
                                        "_media-type": "application/vnd.ibexa.api.Policy+json",
                                        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
                                        "id": 352,
                                        "module": "user",
                                        "function": "register"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Policy+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Policy"
                                },
                                "example": "<Policy href=\"/user/roles/11/policies/55\" media-type=\"application/vnd.ibexa.api.Policy+xml\">\n  <id>55</id>\n  <module>content</module>\n  <function>create</function>\n  <limitations>\n    <limitation identifier=\"Class\">\n      <values>\n        <ref href=\"/content/types/14\"/>\n      </values>\n    </limitation>\n    <limitation identifier=\"ParentClass\">\n      <values>\n        <ref href=\"/content/types/10\"/>\n      </values>\n    </limitation>\n  </limitations>\n </Policy>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition or validation of limitation in PolicyCreate fails."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to create the Policy."
                    },
                    "404": {
                        "description": "Error - the Role does not exist."
                    }
                },
                "summary": "Create Policy",
                "description": "Creates a Policy",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Policy is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the updated Policy is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new RolePolicyCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.PolicyCreate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PolicyCreateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.PolicyCreate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/PolicyCreate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<PolicyCreate>\n    <module>content</module>\n    <function>create</function>\n    <limitations>\n        <limitation identifier=\"Class\">\n            <values>\n                <ref href=\"2\"/>\n            </values>\n        </limitation>\n        <limitation identifier=\"ParentClass\">\n            <values>\n                <ref href=\"1\"/>\n            </values>\n        </limitation>\n    </limitations>\n</PolicyCreate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            },
            "delete": {
                "operationId": "api_userroles_idpolicies_delete",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - all Policies of the given Role are deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this content type."
                    }
                },
                "summary": "Delete Policies",
                "description": "All Policies of the given Role are deleted.",
                "parameters": [
                    {
                        "name": "id",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/roles/{roleId}/policies/{policyId}": {
            "get": {
                "operationId": "api_userroles_roleIdpolicies_policyId_get",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Policy+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyWrapper"
                                },
                                "example": {
                                    "Policy": {
                                        "_media-type": "application/vnd.ibexa.api.Policy+json",
                                        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
                                        "id": 352,
                                        "module": "user",
                                        "function": "register"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Policy+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Policy"
                                },
                                "example": "<Policy href=\"/user/roles/11/policies/55\" media-type=\"application/vnd.ibexa.api.Policy+xml\">\n  <id>55</id>\n  <module>content</module>\n  <function>create</function>\n  <limitations>\n    <limitation identifier=\"Class\">\n      <values>\n        <ref href=\"/content/types/14\"/>\n      </values>\n    </limitation>\n    <limitation identifier=\"ParentClass\">\n      <values>\n        <ref href=\"/content/types/10\"/>\n      </values>\n    </limitation>\n  </limitations>\n </Policy>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - the user has no permission to read Roles."
                    },
                    "404": {
                        "description": "Error - the Role or Policy does not exist."
                    }
                },
                "summary": "Load Policy",
                "description": "Loads a Policy for the given module and function.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the Policy is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-None-Match",
                        "in": "header",
                        "description": "ETag",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "policyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "RolePolicyLoadByIdController identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "delete": {
                "operationId": "api_userroles_roleIdpolicies_policyId_delete",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "204": {
                        "description": "No Content - the given Policy is deleted."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to delete this content type."
                    },
                    "404": {
                        "description": "Error - the Role or Policy does not exist."
                    }
                },
                "summary": "Delete Policy",
                "description": "Deletes given Policy.",
                "parameters": [
                    {
                        "name": "policyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "RolePolicyDeleteController identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            },
            "patch": {
                "operationId": "api_userroles_roleIdpolicies_policyId_patch",
                "tags": [
                    "User Role"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Policy+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PolicyWrapper"
                                },
                                "example": {
                                    "Policy": {
                                        "_media-type": "application/vnd.ibexa.api.Policy+json",
                                        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
                                        "id": 352,
                                        "module": "user",
                                        "function": "register"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Policy+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Policy"
                                },
                                "example": "<Policy href=\"/user/roles/11/policies/55\" media-type=\"application/vnd.ibexa.api.Policy+xml\">\n  <id>55</id>\n  <module>content</module>\n  <function>create</function>\n  <limitations>\n    <limitation identifier=\"Class\">\n      <values>\n        <ref href=\"/content/types/14\"/>\n      </values>\n    </limitation>\n    <limitation identifier=\"ParentClass\">\n      <values>\n        <ref href=\"/content/types/10\"/>\n      </values>\n    </limitation>\n  </limitations>\n </Policy>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition or validation of limitation in PolicyUpdate fails."
                    },
                    "401": {
                        "description": "Error - the user is not authorized to update the Policy."
                    },
                    "404": {
                        "description": "Error - the Role does not exist."
                    },
                    "412": {
                        "description": "Error - the current ETag does not match with the one provided in the If-Match header."
                    }
                },
                "summary": "Update Policy",
                "description": "Updates a Policy. PATCH or POST with header X-HTTP-Method-Override PATCH.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the updated Policy is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "If set, the updated Policy is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "If-Match",
                        "in": "header",
                        "description": "Causes to patch only if the specified ETag is the current one. Otherwise a 412 is returned.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "policyId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "roleId",
                        "in": "path",
                        "description": "RolePolicyUpdateController identifier",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The updated RolePolicyUpdateController resource",
                    "content": {
                        "application/vnd.ibexa.api.PolicyUpdate+json": {
                            "schema": {
                                "$ref": "#/components/schemas/PolicyUpdateWrapper"
                            }
                        },
                        "application/vnd.ibexa.api.PolicyUpdate+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/PolicyUpdate"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<PolicyUpdate>\n    <limitations>\n        <limitation identifier=\"Class\">\n            <values>\n                <ref href=\"2\"/>\n            </values>\n        </limitation>\n        <limitation identifier=\"ParentClass\">\n            <values>\n                <ref href=\"1\"/>\n            </values>\n        </limitation>\n    </limitations>\n</PolicyUpdate>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/sessions": {
            "post": {
                "operationId": "api_usersessions_post",
                "tags": [
                    "User Session"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Session+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SessionWrapper"
                                },
                                "example": {
                                    "Session": {
                                        "_media-type": "application/vnd.ibexa.api.Session",
                                        "name": "eZSSID",
                                        "identifier": "go327ij2cirpo59pb6rrv2a4el2",
                                        "csrfToken": "23lkneri34ijajedfw39orj3j93",
                                        "User": {
                                            "_href": "/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Session+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Session"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Session media-type=\"application/vnd.ibexa.api.Session+xml\" href=\"/api/ibexa/v2/user/sessions/ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n  <name>IBX_SESSION_ID0123456789ABCDEFGHIJKLMNOPQRSTUV</name>\n  <identifier>ABCDEFGHIJKLMNOPQRSTUVWXYZ</identifier>\n  <csrfToken>0123456789ABCDEF.GHIJKLMNOP_QRSTUVWXYZabcdefghijklmnopqrstuv.wxyz0123456-789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopq</csrfToken>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n</Session>\n"
                            }
                        }
                    },
                    "201": {
                        "description": "201",
                        "content": {
                            "application/vnd.ibexa.api.Session+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SessionWrapper"
                                },
                                "example": {
                                    "Session": {
                                        "_media-type": "application/vnd.ibexa.api.Session",
                                        "name": "eZSSID",
                                        "identifier": "go327ij2cirpo59pb6rrv2a4el2",
                                        "csrfToken": "23lkneri34ijajedfw39orj3j93",
                                        "User": {
                                            "_href": "/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Session+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Session"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Session media-type=\"application/vnd.ibexa.api.Session+xml\" href=\"/api/ibexa/v2/user/sessions/ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n  <name>IBX_SESSION_ID0123456789ABCDEFGHIJKLMNOPQRSTUV</name>\n  <identifier>ABCDEFGHIJKLMNOPQRSTUVWXYZ</identifier>\n  <csrfToken>0123456789ABCDEF.GHIJKLMNOP_QRSTUVWXYZabcdefghijklmnopqrstuv.wxyz0123456-789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopq</csrfToken>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n</Session>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    },
                    "401": {
                        "description": "Error - the authorization failed."
                    },
                    "409": {
                        "description": "Error - header contained a session cookie but different user was authorized."
                    }
                },
                "summary": "Create session (login a User)",
                "description": "Performs a login for the user or checks if session exists and returns the session and session cookie. The client will need to remember both session name/ID and CSRF token as this is for security reasons not exposed via GET.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the session is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The SessionInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Cookie",
                        "in": "header",
                        "description": "Only needed for session's checking {sessionName}={sessionID}.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "Only needed for session's checking. The {csrfToken} needed on all unsafe HTTP methods with session.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new SessionCreateController resource",
                    "content": {
                        "application/vnd.ibexa.api.SessionInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/SessionInputWrapper"
                            },
                            "example": {
                                "SessionInput": {
                                    "login": "admin",
                                    "password": "secret"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.SessionInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/SessionInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<SessionInput>\n  <login>admin</login>\n  <password>secret</password>\n</SessionInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/sessions/current": {
            "get": {
                "operationId": "api_usersessionscurrent_get",
                "tags": [
                    "User Session"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Session+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SessionWrapper"
                                },
                                "example": {
                                    "Session": {
                                        "_media-type": "application/vnd.ibexa.api.Session",
                                        "name": "eZSSID",
                                        "identifier": "go327ij2cirpo59pb6rrv2a4el2",
                                        "csrfToken": "23lkneri34ijajedfw39orj3j93",
                                        "User": {
                                            "_href": "/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Session+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Session"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Session media-type=\"application/vnd.ibexa.api.Session+xml\" href=\"/api/ibexa/v2/user/sessions/ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n  <name>IBX_SESSION_ID0123456789ABCDEFGHIJKLMNOPQRSTUV</name>\n  <identifier>ABCDEFGHIJKLMNOPQRSTUVWXYZ</identifier>\n  <csrfToken>0123456789ABCDEF.GHIJKLMNOP_QRSTUVWXYZabcdefghijklmnopqrstuv.wxyz0123456-789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopq</csrfToken>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n</Session>\n"
                            }
                        }
                    },
                    "404": {
                        "description": "User does not have a valid session, or it has expired."
                    }
                },
                "summary": "Get current session",
                "description": "Get current user session, if any.",
                "parameters": [
                    {
                        "name": "Cookie",
                        "in": "header",
                        "description": "Only needed for session's checking {sessionName}={sessionID}.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the session is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/sessions/{sessionId}": {
            "delete": {
                "operationId": "api_usersessions_sessionId_delete",
                "tags": [
                    "User Session"
                ],
                "responses": {
                    "204": {
                        "description": "OK - session deleted."
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    }
                },
                "summary": "Delete session (logout a User)",
                "description": "The user session is removed i.e. the user is logged out.",
                "parameters": [
                    {
                        "name": "Cookie",
                        "in": "header",
                        "description": "{sessionName}={sessionID}",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "The {csrfToken} needed on all unsafe HTTP methods with session.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sessionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "deprecated": false
            }
        },
        "/user/sessions/{sessionId}/refresh": {
            "post": {
                "operationId": "api_usersessions_sessionIdrefresh_post",
                "tags": [
                    "User Session"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.Session+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SessionWrapper"
                                },
                                "example": {
                                    "Session": {
                                        "_media-type": "application/vnd.ibexa.api.Session",
                                        "name": "eZSSID",
                                        "identifier": "go327ij2cirpo59pb6rrv2a4el2",
                                        "csrfToken": "23lkneri34ijajedfw39orj3j93",
                                        "User": {
                                            "_href": "/user/users/14",
                                            "_media-type": "application/vnd.ibexa.api.User+json"
                                        }
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.Session+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/Session"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Session media-type=\"application/vnd.ibexa.api.Session+xml\" href=\"/api/ibexa/v2/user/sessions/ABCDEFGHIJKLMNOPQRSTUVWXYZ\">\n  <name>IBX_SESSION_ID0123456789ABCDEFGHIJKLMNOPQRSTUV</name>\n  <identifier>ABCDEFGHIJKLMNOPQRSTUVWXYZ</identifier>\n  <csrfToken>0123456789ABCDEF.GHIJKLMNOP_QRSTUVWXYZabcdefghijklmnopqrstuv.wxyz0123456-789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopq</csrfToken>\n  <User media-type=\"application/vnd.ibexa.api.User+xml\" href=\"/api/ibexa/v2/user/users/14\"/>\n</Session>\n"
                            }
                        }
                    },
                    "404": {
                        "description": "Error - the session does not exist."
                    }
                },
                "summary": "Refresh session (deprecated)",
                "description": "Get the session's User information. Deprecated as of Ibexa DXP 4.6, use GET /user/sessions/current instead.",
                "parameters": [
                    {
                        "name": "Cookie",
                        "in": "header",
                        "description": "{sessionName}={sessionID}",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "X-CSRF-Token",
                        "in": "header",
                        "description": "The {csrfToken} needed on all unsafe HTTP methods with session.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "sessionId",
                        "in": "path",
                        "description": "",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new SessionRefreshController resource",
                    "content": [],
                    "required": false
                },
                "deprecated": false
            }
        },
        "/user/token/jwt": {
            "post": {
                "operationId": "api_usertokenjwt_post",
                "tags": [
                    "User Token"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.JWT+json": {
                                "schema": {
                                    "$ref": "#/components/schemas/JWTWrapper"
                                },
                                "example": {
                                    "JWT": {
                                        "_media-type": "application/vnd.ibexa.api.JWT+json",
                                        "_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3ODAsImV4cCI6MTYwMjg0NDM4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.0LHa799HwSwwfDBZd2V0q2xHwGt86PpyZamKnXHQyYI",
                                        "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3ODAsImV4cCI6MTYwMjg0NDM4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.0LHa799HwSwwfDBZd2V0q2xHwGt86PpyZamKnXHQyYI"
                                    }
                                }
                            },
                            "application/vnd.ibexa.api.JWT+xml": {
                                "schema": {
                                    "$ref": "#/components/schemas/JWT"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<JWT media-type=\"application/vnd.ibexa.api.JWT+xml\" token=\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI\">\n    <token>eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI</token>\n</JWT>\n"
                            }
                        }
                    },
                    "401": {
                        "description": "Error - Unauthorized"
                    }
                },
                "summary": "Create JWT token",
                "description": "Creates JWT authentication token.",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "If set, the token is returned in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The SessionInput schema encoded in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new JWT resource",
                    "content": {
                        "application/vnd.ibexa.api.JWTInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/JWTInputWrapper"
                            },
                            "example": {
                                "JWTInput": {
                                    "_media-type": "application/vnd.ibexa.api.JWTInput",
                                    "username": "admin",
                                    "password": "publish"
                                }
                            }
                        },
                        "application/vnd.ibexa.api.JWTInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/JWTInput"
                            },
                            "example": "<JWTInput>\n    <password>publish</password>\n    <username>admin</username>\n</JWTInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        },
        "/views": {
            "post": {
                "operationId": "api_views_post",
                "tags": [
                    "Views"
                ],
                "responses": {
                    "200": {
                        "description": "200",
                        "content": {
                            "application/vnd.ibexa.api.View+xml; version=1.1": {
                                "schema": {
                                    "$ref": "#/components/schemas/View"
                                },
                                "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<View href=\"/views/TitleView\" media-type=\"application/vnd.ibexa.api.View+xml; version=1.1\">\n  <identifier>TitleView</identifier>\n  <User href=\"/user/users/14\" media-type=\"vnd.ibexa.api.User+xml\"/>\n  <public>false</public>\n  <LocationQuery>\n    <Filter>\n      <ParentLocationIdCriterion>2</ParentLocationIdCriterion>\n    </Filter>\n    <limit>10</limit>\n    <offset>0</offset>\n    <SortClauses>\n      <ContentName>ascending</ContentName>\n    </SortClauses>\n    <FacetBuilders>\n      <contentTypeFacetBuilder/>\n    </FacetBuilders>\n  </LocationQuery>\n  <Result href=\"/content/views/view1234/results\"\n    media-type=\"application/vnd.ibexa.api.ViewResult+xml\" count=\"34\" time=\"31\" maxScore=\"1.0\">\n    <searchHits>\n      <searchHit score=\"1.0\" index=\"installid1234567890\">\n        <hightlight/>\n        <value>\n          <Location media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1/2\">\n            <id>2</id>\n            <priority>0</priority>\n            <hidden>false</hidden>\n            <invisible>false</invisible>\n            <ParentLocation media-type=\"application/vnd.ibexa.api.Location+xml\" href=\"/api/ibexa/v2/content/locations/1\"/>\n            <pathString>/1/2/</pathString>\n            <depth>1</depth>\n            <childCount>8</childCount>\n            <remoteId>f3e90596361e31d496d4026eb624c983</remoteId>\n            <Children media-type=\"application/vnd.ibexa.api.LocationList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/children\"/>\n            <Content media-type=\"application/vnd.ibexa.api.Content+xml\" href=\"/api/ibexa/v2/content/objects/57\"/>\n            <sortField>PRIORITY</sortField>\n            <sortOrder>ASC</sortOrder>\n            <UrlAliases media-type=\"application/vnd.ibexa.api.UrlAliasRefList+xml\" href=\"/api/ibexa/v2/content/locations/1/2/urlaliases\"/>\n          </Location>\n\n        </value>\n      </searchHit>\n      <!-- ... -->\n    </searchHits>\n    <facets>\n      <contentTypeFacet>\n        <contentTypeFacetEntry>\n          <contentType href=\"/content/types/1\"  media-type=\"application/vnd.ibexa.api.ContentType+xml\"/>\n          <count>3</count>\n        </contentTypeFacetEntry>\n        <contentTypeFacetEntry>\n          <contentType href=\"/content/types/7\"  media-type=\"application/vnd.ibexa.api.ContentType+xml\"/>\n          <count>9</count>\n        </contentTypeFacetEntry>\n        <contentTypeFacetEntry>\n          <contentType href=\"/content/types/11\"  media-type=\"application/vnd.ibexa.api.ContentType+xml\"/>\n          <count>1</count>\n        </contentTypeFacetEntry>\n        <contentTypeFacetEntry>\n          <contentType href=\"/content/types/15\"  media-type=\"application/vnd.ibexa.api.ContentType+xml\"/>\n          <count>8</count>\n        </contentTypeFacetEntry>\n      </contentTypeFacet>\n    </facets>\n  </Result>\n</View>\n"
                            }
                        }
                    },
                    "400": {
                        "description": "Error - the input does not match the input schema definition."
                    }
                },
                "summary": "Search content",
                "description": "Executes a query and returns a View including the results.\nView input reflects the criteria model of the public PHP API.\nRefer to [Search Criteria Reference](/en/latest/search/criteria_reference/search_criteria_reference/)",
                "parameters": [
                    {
                        "name": "Accept",
                        "in": "header",
                        "description": "The view in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    },
                    {
                        "name": "Content-Type",
                        "in": "header",
                        "description": "The view input in XML or JSON format.",
                        "required": true,
                        "deprecated": false,
                        "allowEmptyValue": false,
                        "schema": {
                            "type": "string"
                        },
                        "style": "simple",
                        "explode": false,
                        "allowReserved": false
                    }
                ],
                "requestBody": {
                    "description": "The new Views resource",
                    "content": {
                        "application/vnd.ibexa.api.ViewInput+json": {
                            "schema": {
                                "$ref": "#/components/schemas/ViewInputWrapper"
                            },
                            "example": {
                                "ViewInput": {
                                    "identifier": "TitleView",
                                    "Query": {
                                        "Filter": {
                                            "ContentTypeIdentifierCriterion": "image",
                                            "SectionIdentifierCriterion": "media",
                                            "DateMetadataCriterion": {
                                                "Target": "modified",
                                                "Value": 1675681020,
                                                "Operator": "gte"
                                            }
                                        },
                                        "limit": 10,
                                        "offset": 0,
                                        "SortClauses": {
                                            "ContentName": "ascending"
                                        },
                                        "Aggregations": [
                                            {
                                                "ContentTypeTermAggregation": {
                                                    "name": "some name"
                                                }
                                            }
                                        ]
                                    }
                                }
                            }
                        },
                        "application/vnd.ibexa.api.ViewInput+xml": {
                            "schema": {
                                "$ref": "#/components/schemas/ViewInput"
                            },
                            "example": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ViewInput>\n  <identifier>TitleView</identifier>\n  <Query>\n    <Filter>\n      <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>\n      <SectionIdentifierCriterion>media</SectionIdentifierCriterion>\n      <DateMetadataCriterion>\n        <Target>modified</Target>\n        <Value>1675681020</Value>\n        <Operator>gte</Operator>\n      </DateMetadataCriterion>\n    </Filter>\n    <limit>10</limit>\n    <offset>0</offset>\n    <SortClauses>\n      <ContentName>ascending</ContentName>\n    </SortClauses>\n    <Aggregations>\n      <Aggregation>\n        <ContentTypeTermAggregation>\n          <name>some name</name>\n        </ContentTypeTermAggregation>\n      </Aggregation>\n    </Aggregations>\n  </Query>\n</ViewInput>\n"
                        }
                    },
                    "required": false
                },
                "deprecated": false
            }
        }
    },
    "components": {
        "schemas": {
            "BaseObject": {
                "type": "object",
                "required": [
                    "_media-type"
                ],
                "properties": {
                    "_media-type": {
                        "xml": {
                            "attribute": true,
                            "name": "media-type"
                        },
                        "type": "string"
                    },
                    "_href": {
                        "xml": {
                            "attribute": true,
                            "name": "href"
                        },
                        "type": "string"
                    }
                }
            },
            "Ref": {
                "$ref": "#/components/schemas/BaseObject"
            },
            "UnixTimestamp": {
                "type": "integer"
            },
            "Href": {
                "type": "object",
                "required": [
                    "_href"
                ],
                "properties": {
                    "_href": {
                        "xml": {
                            "attribute": true,
                            "name": "href"
                        },
                        "type": "string"
                    }
                }
            },
            "Target": {
                "description": "Struct that stores extra target information for a SortClause object.",
                "type": "object"
            },
            "SortClause": {
                "description": "This class is the base for SortClause classes, used to set sorting of content queries.",
                "type": "object",
                "required": [
                    "direction",
                    "target",
                    "targetData"
                ],
                "properties": {
                    "direction": {
                        "description": "Sort direction. One of Query::SORT_ASC or Query::SORT_DESC.",
                        "type": "string"
                    },
                    "target": {
                        "description": "Sort target, high level: section_identifier, attribute_value, etc.",
                        "type": "string"
                    },
                    "targetData": {
                        "description": "Extra target data, required by some sort clauses, field for instance.",
                        "$ref": "#/components/schemas/Target"
                    }
                }
            },
            "ErrorMessage": {
                "description": "Represents an error response. Might contain additional properties depending on an error type.",
                "type": "object",
                "required": [
                    "errorCode",
                    "errorMessage",
                    "errorDescription"
                ],
                "properties": {
                    "errorCode": {
                        "type": "integer"
                    },
                    "errorMessage": {
                        "type": "string"
                    },
                    "errorDescription": {
                        "type": "string"
                    }
                }
            },
            "Value": {
                "description": "Struct that stores extra value information for a Criterion object.",
                "type": "object",
                "required": [
                    "_languageCode",
                    "#text"
                ],
                "properties": {
                    "_languageCode": {
                        "description": "Language code.",
                        "type": "string"
                    },
                    "#text": {
                        "description": "Content type description.",
                        "type": [
                            "string",
                            "null"
                        ]
                    }
                }
            },
            "ValueObject": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Value"
                        }
                    }
                }
            },
            "ValueArray": {
                "type": "object",
                "required": [
                    "value"
                ],
                "properties": {
                    "value": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Value"
                        }
                    }
                }
            },
            "MultilingualValue": {
                "description": "Object that represents a multilingual (translated) value.",
                "type": "object",
                "required": [
                    "_languageCode",
                    "#text"
                ],
                "properties": {
                    "_languageCode": {
                        "description": "Language code.",
                        "type": "string"
                    },
                    "#text": {
                        "description": "Translation contents.",
                        "type": [
                            "string",
                            "null"
                        ]
                    }
                }
            },
            "KeyValue": {
                "description": "Key-value structure",
                "type": "object",
                "required": [
                    "_key",
                    "#text"
                ],
                "properties": {
                    "_key": {
                        "type": "string"
                    },
                    "#text": {
                        "type": [
                            "string",
                            "null"
                        ]
                    }
                }
            },
            "DateRange": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Representation of date range.",
                        "type": "object",
                        "required": [
                            "startDate",
                            "endDate"
                        ],
                        "properties": {
                            "startDate": {
                                "type": "string"
                            },
                            "endDate": {
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "BookmarkList": {
                "description": "List of bookmarked Locations.",
                "type": "object",
                "required": [
                    "count",
                    "items"
                ],
                "properties": {
                    "count": {
                        "description": "The total number of bookmarks.",
                        "type": "integer"
                    },
                    "items": {
                        "description": "List of bookmarked Locations.",
                        "type": "array",
                        "items": {
                            "type": "object",
                            "required": [
                                "Location",
                                "_media-type",
                                "__href"
                            ],
                            "properties": {
                                "Location": {
                                    "$ref": "#/components/schemas/Location"
                                },
                                "_media-type": {
                                    "type": "string"
                                },
                                "__href": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                }
            },
            "BookmarkListWrapper": {
                "type": "object",
                "required": [
                    "BookmarkList"
                ],
                "properties": {
                    "BookmarkList": {
                        "$ref": "#/components/schemas/BookmarkList"
                    }
                }
            },
            "SummaryEntry": {
                "type": "object",
                "required": [
                    "identifier",
                    "id",
                    "names",
                    "quantity",
                    "Price",
                    "PriceInclVat",
                    "SubtotalPrice",
                    "SubtotalPriceInclVat",
                    "VatCategory",
                    "Product"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "id": {
                        "type": "integer"
                    },
                    "names": {
                        "$ref": "#/components/schemas/SummaryEntryNames"
                    },
                    "quantity": {
                        "type": "integer"
                    },
                    "Price": {
                        "$ref": "#/components/schemas/RestPriceWrapper"
                    },
                    "PriceInclVat": {
                        "$ref": "#/components/schemas/RestPriceWrapper"
                    },
                    "SubtotalPrice": {
                        "$ref": "#/components/schemas/RestPriceWrapper"
                    },
                    "SubtotalPriceInclVat": {
                        "$ref": "#/components/schemas/RestPriceWrapper"
                    },
                    "VatCategory": {
                        "$ref": "#/components/schemas/VatCategory"
                    },
                    "Product": {
                        "$ref": "#/components/schemas/Product"
                    }
                }
            },
            "SummaryEntryNames": {
                "$ref": "#/components/schemas/ValueObject"
            },
            "Location": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a Location in the Repository.",
                        "type": "object",
                        "required": [
                            "id",
                            "priority",
                            "hidden",
                            "invisible",
                            "remoteId",
                            "ContentInfo",
                            "ParentLocation",
                            "pathString",
                            "depth",
                            "childCount",
                            "sortField",
                            "sortOrder",
                            "Content"
                        ],
                        "properties": {
                            "id": {
                                "description": "The ID of the Location.",
                                "type": "integer"
                            },
                            "priority": {
                                "description": "Location priority. Position of the Location among its siblings when sorted using priority sort order.",
                                "type": "integer"
                            },
                            "hidden": {
                                "description": "Indicates that the Location entity has been explicitly marked as hidden.",
                                "type": "boolean"
                            },
                            "invisible": {
                                "description": "Indicates that the Location is implicitly marked as hidden by a parent Location.",
                                "type": "boolean"
                            },
                            "remoteId": {
                                "description": "Remote ID, universally unique identifier.",
                                "type": "string"
                            },
                            "ContentInfo": {
                                "description": "This class provides all version independent information of the content item.",
                                "$ref": "#/components/schemas/ContentInfo"
                            },
                            "ParentLocation": {
                                "description": "Parent Location."
                            },
                            "Children": {
                                "description": "Children Location."
                            },
                            "pathString": {
                                "description": "The materialized path of the Location entry e.g. /1/2/.",
                                "type": "string"
                            },
                            "depth": {
                                "description": "Depth Location has in the Location tree.",
                                "type": "integer"
                            },
                            "childCount": {
                                "description": "Depth Location has in the Location tree.",
                                "type": "integer"
                            },
                            "sortField": {
                                "description": "Specifies which property the child Locations should be sorted on. Map for Location sort fields to their respective SortClauses - class name/identifier and modified subnode. One of the fallowing values: PATH.",
                                "enum": [
                                    "PATH",
                                    "PUBLISHED",
                                    "MODIFIED",
                                    "SECTION",
                                    "DEPTH",
                                    "CLASS_IDENTIFIER",
                                    "CLASS_NAME",
                                    "PRIORITY",
                                    "NAME",
                                    "MODIFIED_SUBNODE",
                                    "NODE_ID",
                                    "CONTENTOBJECT_ID"
                                ],
                                "type": "string"
                            },
                            "sortOrder": {
                                "description": "Specifies whether the sort order should be ascending or descending. Map for Location sort order to their respective Query SORT constants. One of the fallowing values: const SORT_ORDER_DESC = 0; const SORT_ORDER_ASC = 1.",
                                "enum": [
                                    "ASC",
                                    "DESC"
                                ],
                                "type": "string"
                            },
                            "Content": {
                                "description": "Represents a content item in a specific version."
                            },
                            "UrlAliases": {
                                "description": "This class represents URL aliases."
                            }
                        }
                    }
                ]
            },
            "LocationWrapper": {
                "type": "object",
                "required": [
                    "Location"
                ],
                "properties": {
                    "Location": {
                        "$ref": "#/components/schemas/Location"
                    }
                }
            },
            "LocationCreate": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "ParentLocation",
                            "priority",
                            "hidden",
                            "sortField",
                            "sortOrder"
                        ],
                        "properties": {
                            "ParentLocation": {
                                "type": "object",
                                "required": [
                                    "_href"
                                ],
                                "properties": {
                                    "_href": {
                                        "xml": {
                                            "attribute": true,
                                            "name": "href"
                                        },
                                        "type": "string"
                                    }
                                }
                            },
                            "priority": {
                                "type": "string"
                            },
                            "hidden": {
                                "type": [
                                    "string",
                                    "boolean"
                                ]
                            },
                            "sortField": {
                                "type": "string"
                            },
                            "sortOrder": {
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "LocationCreateWrapper": {
                "type": "object",
                "required": [
                    "LocationCreate"
                ],
                "properties": {
                    "LocationCreate": {
                        "$ref": "#/components/schemas/LocationCreate"
                    }
                }
            },
            "LocationUpdateStruct": {
                "description": "This class is used for updating Location meta data.",
                "type": "object",
                "required": [
                    "priority",
                    "remoteId",
                    "hidden",
                    "sortField",
                    "sortOrder"
                ],
                "properties": {
                    "priority": {
                        "description": "If set the Location priority is changed to the new value.",
                        "type": "string"
                    },
                    "remoteId": {
                        "description": "If set the Location gets a new remoteId. Needs to be a unique Location->remoteId string value.",
                        "type": "string"
                    },
                    "hidden": {
                        "type": "boolean"
                    },
                    "sortField": {
                        "description": "If set the sortField is changed. The sort field specifies which property the child Locations should be sorted on. Valid values are found at {@link Location::SORT_FIELD_*}.",
                        "enum": [
                            "PATH",
                            "PUBLISHED",
                            "MODIFIED",
                            "SECTION",
                            "DEPTH",
                            "CLASS_IDENTIFIER",
                            "CLASS_NAME",
                            "PRIORITY",
                            "NAME",
                            "MODIFIED_SUBNODE",
                            "NODE_ID",
                            "CONTENTOBJECT_ID"
                        ],
                        "type": "string"
                    },
                    "sortOrder": {
                        "description": "If set the sortOrder is changed. The sort order specifies whether the sort order should be ascending or descending. Valid values are {@link Location::SORT_ORDER_*}.",
                        "enum": [
                            "ASC",
                            "DESC"
                        ],
                        "type": "string"
                    }
                }
            },
            "LocationUpdateStructWrapper": {
                "type": "object",
                "required": [
                    "LocationUpdate"
                ],
                "properties": {
                    "LocationUpdate": {
                        "$ref": "#/components/schemas/LocationUpdateStruct"
                    }
                }
            },
            "LocationList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a queried Location list holding a totalCount and a partial list of Locations (by offset/limit parameters and permission filters).",
                        "type": "object",
                        "required": [
                            "Location"
                        ],
                        "properties": {
                            "Location": {
                                "description": "The partial list of Locations controlled by offset/limit.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Ref"
                                }
                            }
                        }
                    }
                ]
            },
            "LocationListWrapper": {
                "type": "object",
                "required": [
                    "LocationList"
                ],
                "properties": {
                    "LocationList": {
                        "$ref": "#/components/schemas/LocationList"
                    }
                }
            },
            "Content": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Content ID matcher class.",
                        "type": "object",
                        "required": [
                            "_remoteId",
                            "_id",
                            "ContentType",
                            "Name",
                            "Versions",
                            "CurrentVersion",
                            "Section",
                            "Locations",
                            "Owner",
                            "mainLanguageCode",
                            "currentVersionNo",
                            "alwaysAvailable",
                            "status",
                            "ObjectStates"
                        ],
                        "properties": {
                            "_remoteId": {
                                "description": "Remote ID of the content type.",
                                "xml": {
                                    "attribute": true,
                                    "name": "remoteId"
                                },
                                "type": "string"
                            },
                            "_id": {
                                "description": "Unique ID of the content type.",
                                "xml": {
                                    "attribute": true,
                                    "name": "id"
                                },
                                "type": "integer"
                            },
                            "ContentType": {
                                "description": "Content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Name": {
                                "description": "Name of the domain object in a given language.",
                                "type": "string"
                            },
                            "Versions": {
                                "description": "Returns the VersionInfo for this version.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "CurrentVersion": {
                                "description": "Current version.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Section": {
                                "description": "The Section to which the content item is assigned to.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Locations": {
                                "description": "Location of the content item.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Owner": {
                                "description": "The owner of the content item.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "lastModificationDate": {
                                "description": "Content item modification date.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "publishedDate": {
                                "description": "Content item publication date.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "mainLanguageCode": {
                                "description": "The main language code of the content item.",
                                "type": "string"
                            },
                            "currentVersionNo": {
                                "description": "Current version number is the version number of the published version or the version number of a newly created draft (which is 1).",
                                "type": "integer"
                            },
                            "alwaysAvailable": {
                                "description": "Indicates if the content item is shown in the main language if it's not present in an other requested language.",
                                "type": "boolean"
                            },
                            "status": {
                                "description": "Status of the content. Possible values: const STATUS_DRAFT = 0;const STATUS_PUBLISHED = 1; const STATUS_TRASHED = 2.",
                                "type": "string"
                            },
                            "ObjectStates": {
                                "description": "Object states.",
                                "$ref": "#/components/schemas/BaseObject"
                            }
                        }
                    }
                ]
            },
            "ContentWrapper": {
                "type": "object",
                "required": [
                    "Content"
                ],
                "properties": {
                    "Content": {
                        "$ref": "#/components/schemas/Content"
                    }
                }
            },
            "ContentCreate": {
                "description": "This class is used for creating a new content item.",
                "type": "object",
                "required": [
                    "ContentType",
                    "mainLanguageCode",
                    "LocationCreate",
                    "fields"
                ],
                "properties": {
                    "ContentType": {
                        "description": "The content type for which the new content item is created.",
                        "oneOf": [
                            {
                                "$ref": "#/components/schemas/Content"
                            },
                            {
                                "$ref": "#/components/schemas/Href"
                            }
                        ]
                    },
                    "Section": {
                        "description": "The Section the content item is assigned to. If not set the Section of the parent is used or a default Section.",
                        "$ref": "#/components/schemas/Href"
                    },
                    "User": {
                        "description": "The owner of the content. If not given the current authenticated User is set as owner.",
                        "type": "integer"
                    },
                    "alwaysAvailable": {
                        "description": "Indicates if the content item is shown in the main language if it's not present in an other requested language.",
                        "type": "string"
                    },
                    "remoteId": {
                        "description": "Remote identifier used as a custom identifier for the content item. Needs to be a unique Content->remoteId string value.",
                        "type": "string"
                    },
                    "mainLanguageCode": {
                        "description": "The main language code for the content. This language will also be used for as initial language for the first created version. It is also used as default language for added fields.",
                        "type": "string"
                    },
                    "modificationDate": {
                        "description": "Modification date. If not given, the current integer is used.",
                        "type": "string",
                        "format": "date-time"
                    },
                    "LocationCreate": {
                        "type": "object"
                    },
                    "fields": {
                        "type": "object",
                        "required": [
                            "field"
                        ],
                        "properties": {
                            "field": {
                                "type": "array",
                                "items": {
                                    "type": "object"
                                }
                            }
                        }
                    }
                }
            },
            "ContentCreateWrapper": {
                "type": "object",
                "required": [
                    "ContentCreate"
                ],
                "properties": {
                    "ContentCreate": {
                        "$ref": "#/components/schemas/ContentCreate"
                    }
                }
            },
            "ContentUpdate": {
                "description": "This class is used to update a Content.",
                "type": "object",
                "required": [
                    "mainLanguageCode",
                    "Section",
                    "MainLocation",
                    "Owner",
                    "alwaysAvailable",
                    "remoteId"
                ],
                "properties": {
                    "mainLanguageCode": {
                        "type": "string"
                    },
                    "Section": {
                        "$ref": "#/components/schemas/Section"
                    },
                    "MainLocation": {
                        "$ref": "#/components/schemas/Location"
                    },
                    "Owner": {
                        "$ref": "#/components/schemas/User"
                    },
                    "alwaysAvailable": {
                        "type": "boolean"
                    },
                    "remoteId": {
                        "type": "string"
                    }
                }
            },
            "ContentInfo": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class provides all version independent information of the content item.",
                        "type": "object",
                        "required": [
                            "Content"
                        ],
                        "properties": {
                            "Content": {
                                "description": "Content ID matcher class.",
                                "$ref": "#/components/schemas/Content"
                            }
                        }
                    }
                ]
            },
            "ContentInfoWrapper": {
                "type": "object",
                "required": [
                    "ContentInfo"
                ],
                "properties": {
                    "ContentInfo": {
                        "$ref": "#/components/schemas/ContentInfo"
                    }
                }
            },
            "ContentMetadataUpdate": {
                "description": "This class is used to update a Content metadata.",
                "type": "object",
                "required": [
                    "ownerId",
                    "publishedDate",
                    "modificationDate",
                    "mainLanguageCode",
                    "alwaysAvailable",
                    "remoteId",
                    "mainLocationId",
                    "name"
                ],
                "properties": {
                    "ownerId": {
                        "type": []
                    },
                    "publishedDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "modificationDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "mainLanguageCode": {
                        "type": "string"
                    },
                    "alwaysAvailable": {
                        "type": "boolean"
                    },
                    "remoteId": {
                        "type": "string"
                    },
                    "mainLocationId": {
                        "type": []
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "ContentCreateContentType": {
                "type": "object",
                "required": [
                    "_href",
                    "FieldDefinitions"
                ],
                "properties": {
                    "_href": {
                        "xml": {
                            "attribute": true,
                            "name": "href"
                        },
                        "type": "string"
                    },
                    "FieldDefinitions": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            {
                                "type": "object",
                                "properties": {
                                    "FieldDefinitions": {
                                        "type": "array",
                                        "items": {
                                            "$ref": "#/components/schemas/FieldDefinition"
                                        }
                                    }
                                }
                            }
                        ]
                    }
                }
            },
            "ContentObjectStates": {
                "description": "Represents a list of object states.",
                "type": "object",
                "required": [
                    "ObjectState"
                ],
                "properties": {
                    "ObjectState": {
                        "description": "List of object state values.",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Href"
                        }
                    }
                }
            },
            "ContentObjectStatesWrapper": {
                "type": "object",
                "required": [
                    "ContentObjectStates"
                ],
                "properties": {
                    "ContentObjectStates": {
                        "$ref": "#/components/schemas/ContentObjectStates"
                    }
                }
            },
            "VersionInfo": {
                "description": "This class holds version information data. It also contains the corresponding {@link Content} to which the version belongs to.",
                "type": "object",
                "required": [
                    "id",
                    "versionNo",
                    "status",
                    "modificationDate",
                    "Creator",
                    "creationDate",
                    "initialLanguageCode",
                    "languageCodes",
                    "VersionTranslationInfo",
                    "names",
                    "Content"
                ],
                "properties": {
                    "id": {
                        "description": "Version ID.",
                        "type": "integer"
                    },
                    "versionNo": {
                        "description": "Version number. In contrast to {@link $id}, this is the version number, which only increments in scope of a single content item.",
                        "type": "integer"
                    },
                    "status": {
                        "description": "One of: VersionInfo::STATUS_DRAFT=0, VersionInfo::STATUS_PUBLISHED=1, VersionInfo::STATUS_ARCHIVED=3.",
                        "enum": [
                            "DRAFT",
                            "PUBLISHED",
                            "ARCHIVED"
                        ],
                        "type": "string"
                    },
                    "modificationDate": {
                        "description": "The last modified date of this version.",
                        "type": "string",
                        "format": "date-time"
                    },
                    "Creator": {
                        "description": "Creator of the version, in the search API this is referred to as the modifier of the published content.",
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    "creationDate": {
                        "description": "Content creation date.",
                        "type": "string",
                        "format": "date-time"
                    },
                    "initialLanguageCode": {
                        "description": "The language code which is used for labeling a translation.",
                        "type": "string"
                    },
                    "languageCodes": {
                        "description": "List of languages in this version. Reflects which languages fields exists in for this version.",
                        "type": "string"
                    },
                    "VersionTranslationInfo": {
                        "description": "Translation information."
                    },
                    "names": {
                        "description": "Names.",
                        "$ref": "#/components/schemas/ValueArray"
                    },
                    "Content": {
                        "description": "Represents a content item in a specific version.",
                        "$ref": "#/components/schemas/BaseObject"
                    }
                }
            },
            "Version": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Returns the VersionInfo for this version.",
                        "type": "object",
                        "required": [
                            "VersionInfo",
                            "Fields",
                            "Relations"
                        ],
                        "properties": {
                            "VersionInfo": {
                                "description": "VersionInfo for this version."
                            },
                            "Fields": {
                                "type": "object",
                                "required": [
                                    "field"
                                ],
                                "properties": {
                                    "field": {
                                        "description": "Fields of a Company content item.",
                                        "type": "array",
                                        "items": {
                                            "$ref": "#/components/schemas/Field"
                                        }
                                    }
                                }
                            },
                            "Relations": {
                                "allOf": [
                                    {
                                        "$ref": "#/components/schemas/BaseObject"
                                    },
                                    {
                                        "description": "Relations of the user.",
                                        "type": "object",
                                        "required": [
                                            "Relation"
                                        ],
                                        "properties": {
                                            "Relation": {
                                                "type": "array",
                                                "items": {
                                                    "$ref": "#/components/schemas/Relation"
                                                }
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    }
                ]
            },
            "VersionWrapper": {
                "type": "object",
                "required": [
                    "Version"
                ],
                "properties": {
                    "Version": {
                        "$ref": "#/components/schemas/Version"
                    }
                }
            },
            "VersionUpdate": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class is used to update a content version.",
                        "type": "object",
                        "required": [
                            "modificationDate",
                            "initialLanguageCode",
                            "fields"
                        ],
                        "properties": {
                            "modificationDate": {
                                "type": "string",
                                "format": "date-time"
                            },
                            "initialLanguageCode": {
                                "type": "string"
                            },
                            "fields": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Field"
                                }
                            }
                        }
                    }
                ]
            },
            "VersionUpdateWrapper": {
                "type": "object",
                "required": [
                    "VersionUpdate"
                ],
                "properties": {
                    "VersionUpdate": {
                        "$ref": "#/components/schemas/VersionUpdate"
                    }
                }
            },
            "VersionList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of all versions of the content.",
                        "type": "object",
                        "required": [
                            "VersionItem"
                        ],
                        "properties": {
                            "VersionItem": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/VersionItem"
                                }
                            }
                        }
                    }
                ]
            },
            "VersionListWrapper": {
                "type": "object",
                "required": [
                    "VersionList"
                ],
                "properties": {
                    "VersionList": {
                        "$ref": "#/components/schemas/VersionList"
                    }
                }
            },
            "VersionItem": {
                "description": "Version of content.",
                "type": "object",
                "required": [
                    "Version",
                    "VersionInfo"
                ],
                "properties": {
                    "Version": {
                        "description": "Returns the VersionInfo for this version.",
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    "VersionInfo": {
                        "$ref": "#/components/schemas/VersionInfo"
                    }
                }
            },
            "VersionTranslationInfo": {
                "description": "Translation information.",
                "type": "object",
                "required": [
                    "_media-type",
                    "Language"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string"
                    },
                    "Language": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/LanguageCode"
                        }
                    }
                }
            },
            "LanguageCode": {
                "description": "Language code.",
                "type": "object",
                "required": [
                    "languageCode"
                ],
                "properties": {
                    "languageCode": {
                        "type": "string"
                    }
                }
            },
            "Relation": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Class representing a relation between content.",
                        "type": "object",
                        "required": [
                            "SourceContent",
                            "DestinationContent",
                            "RelationType"
                        ],
                        "properties": {
                            "SourceContent": {
                                "description": "The content of the source content of the relation.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "DestinationContent": {
                                "description": "The content of the destination content of the relation.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "RelationType": {
                                "description": "The relation type bitmask. Relations: Relation::COMMON = 1, Relation::EMBED = 2, Relation::LINK = 4, Relation::FIELD = 8, Relation::ASSET = 16",
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "RelationWrapper": {
                "type": "object",
                "required": [
                    "Relation"
                ],
                "properties": {
                    "Relation": {
                        "$ref": "#/components/schemas/Relation"
                    }
                }
            },
            "RelationCreate": {
                "type": "object",
                "required": [
                    "Destination"
                ],
                "properties": {
                    "Destination": {
                        "$ref": "#/components/schemas/Href"
                    }
                }
            },
            "RelationCreateWrapper": {
                "type": "object",
                "required": [
                    "RelationCreate"
                ],
                "properties": {
                    "RelationCreate": {
                        "$ref": "#/components/schemas/RelationCreate"
                    }
                }
            },
            "RelationList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Class representing a list of relations between content.",
                        "type": "object",
                        "required": [
                            "Relation"
                        ],
                        "properties": {
                            "Relation": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Relation"
                                }
                            }
                        }
                    }
                ]
            },
            "RelationListWrapper": {
                "type": "object",
                "required": [
                    "Relations"
                ],
                "properties": {
                    "Relations": {
                        "$ref": "#/components/schemas/RelationList"
                    }
                }
            },
            "Fields": {
                "type": "object",
                "required": [
                    "field"
                ],
                "properties": {
                    "field": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Field"
                        }
                    }
                }
            },
            "Section": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a Section.",
                        "type": "object",
                        "required": [
                            "sectionId",
                            "identifier",
                            "name"
                        ],
                        "properties": {
                            "sectionId": {
                                "description": "ID of the Section.",
                                "type": "integer"
                            },
                            "identifier": {
                                "description": "Unique identifier of the Section.",
                                "type": "string"
                            },
                            "name": {
                                "description": "Name of the Section.",
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "SectionWrapper": {
                "type": "object",
                "required": [
                    "Section"
                ],
                "properties": {
                    "Section": {
                        "$ref": "#/components/schemas/Section"
                    }
                }
            },
            "SectionInput": {
                "type": "object",
                "required": [
                    "identifier",
                    "name"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "SectionInputWrapper": {
                "type": "object",
                "required": [
                    "SectionInput"
                ],
                "properties": {
                    "SectionInput": {
                        "$ref": "#/components/schemas/SectionInput"
                    }
                }
            },
            "SectionList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a Section list.",
                        "type": "object",
                        "required": [
                            "Section"
                        ],
                        "properties": {
                            "Section": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Section"
                                }
                            }
                        }
                    }
                ]
            },
            "SectionListWrapper": {
                "type": "object",
                "required": [
                    "SectionList"
                ],
                "properties": {
                    "SectionList": {
                        "$ref": "#/components/schemas/SectionList"
                    }
                }
            },
            "Trash": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "TrashItem"
                        ],
                        "properties": {
                            "TrashItem": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/TrashItem"
                                }
                            }
                        }
                    }
                ]
            },
            "TrashWrapper": {
                "type": "object",
                "required": [
                    "Trash"
                ],
                "properties": {
                    "Trash": {
                        "$ref": "#/components/schemas/Trash"
                    }
                }
            },
            "TrashItem": {
                "description": "This class represents a trash item, which is actually a trashed Location.",
                "$ref": "#/components/schemas/Location"
            },
            "TrashItemWrapper": {
                "type": "object",
                "required": [
                    "TrashItem"
                ],
                "properties": {
                    "TrashItem": {
                        "$ref": "#/components/schemas/TrashItem"
                    }
                }
            },
            "ContentTypeGroup": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a content type group value.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "created",
                            "modified",
                            "Creator",
                            "Modifier",
                            "ContentTypes"
                        ],
                        "properties": {
                            "id": {
                                "description": "Primary key.",
                                "type": "integer"
                            },
                            "identifier": {
                                "description": "Readable string identifier of a group.",
                                "type": "string"
                            },
                            "created": {
                                "description": "Created date (integer).",
                                "type": "string",
                                "format": "date-time"
                            },
                            "modified": {
                                "description": "Modified date (integer).",
                                "type": "string",
                                "format": "date-time"
                            },
                            "Creator": {
                                "description": "Creator User ID.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Modifier": {
                                "description": "Modifier User ID.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "ContentTypes": {
                                "description": "Content types.",
                                "$ref": "#/components/schemas/BaseObject"
                            }
                        }
                    }
                ]
            },
            "ContentTypeGroupWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeGroup"
                ],
                "properties": {
                    "ContentTypeGroup": {
                        "$ref": "#/components/schemas/ContentTypeGroup"
                    }
                }
            },
            "ContentTypeGroupInput": {
                "type": "object"
            },
            "ContentTypeGroupInputWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeGroupInput"
                ],
                "properties": {
                    "ContentTypeGroupInput": {
                        "$ref": "#/components/schemas/ContentTypeGroupInput"
                    }
                }
            },
            "ContentTypeGroupListWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeGroupList"
                ],
                "properties": {
                    "ContentTypeGroupList": {
                        "$ref": "#/components/schemas/ContentTypeGroupList"
                    }
                }
            },
            "ContentTypeGroupRef": {
                "description": "Content type group reference.",
                "type": "array",
                "items": {
                    "allOf": [
                        {
                            "$ref": "#/components/schemas/BaseObject",
                            "type": "object",
                            "properties": {
                                "unlink": {
                                    "$ref": "#/components/schemas/Unlink"
                                }
                            }
                        }
                    ]
                }
            },
            "ContentTypeGroupRefList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of content type groups references.",
                        "type": "object",
                        "required": [
                            "ContentTypeGroupRef"
                        ],
                        "properties": {
                            "ContentTypeGroupRef": {
                                "$ref": "#/components/schemas/ContentTypeGroupRef"
                            }
                        }
                    }
                ]
            },
            "ContentTypeGroupList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of content type groups.",
                        "type": "object",
                        "required": [
                            "ContentTypeGroup"
                        ],
                        "properties": {
                            "ContentTypeGroup": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ContentTypeGroup"
                                }
                            }
                        }
                    }
                ]
            },
            "ContentTypeGroupRefListWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeGroupRefList"
                ],
                "properties": {
                    "ContentTypeGroupRefList": {
                        "$ref": "#/components/schemas/ContentTypeGroupRefList"
                    }
                }
            },
            "ContentType": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a content type.",
                        "type": "object",
                        "required": [
                            "id",
                            "status",
                            "identifier",
                            "names",
                            "descriptions",
                            "creationDate",
                            "modificationDate",
                            "Creator",
                            "Modifier",
                            "Groups",
                            "Draft",
                            "remoteId",
                            "urlAliasSchema",
                            "nameSchema",
                            "isContainer",
                            "defaultAlwaysAvailable",
                            "defaultSortField",
                            "defaultSortOrder",
                            "FieldDefinitions"
                        ],
                        "properties": {
                            "id": {
                                "description": "Content type ID.",
                                "type": "integer"
                            },
                            "status": {
                                "description": "The status of the content type. Possible values: const STATUS_DEFINED = 0; Status constant for defined (aka published) Type, const STATUS_DRAFT = 1; Status constant for draft (aka temporary) Type; const STATUS_MODIFIED = 2; Status constant for modified (aka deferred for publishing) Type.",
                                "enum": [
                                    "DEFINED",
                                    "DRAFT",
                                    "MODIFIED",
                                    "PUBLISHED"
                                ],
                                "type": "string"
                            },
                            "identifier": {
                                "description": "String identifier of a content type.",
                                "type": "string"
                            },
                            "names": {
                                "description": "Name of a content type."
                            },
                            "descriptions": {
                                "description": "Description of a content type."
                            },
                            "creationDate": {
                                "description": "Creation date of the content type.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "modificationDate": {
                                "description": "Modification date of the content type.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "Creator": {
                                "description": "Creator User of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Modifier": {
                                "description": "Modifier User of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Groups": {
                                "description": "Group User of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Draft": {
                                "description": "Draft of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "remoteId": {
                                "description": "Unique remote ID of the content type.",
                                "type": "string"
                            },
                            "urlAliasSchema": {
                                "description": "URL alias schema. If nothing is provided, $nameSchema will be used instead.",
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "nameSchema": {
                                "description": "Name schema. Can be composed of FieldDefinition identifier place holders.",
                                "type": "string"
                            },
                            "isContainer": {
                                "description": "A flag used to hint if content of this type may have children or not. It is highly recommended to respect this flag and not create/move content below non-containers. But this flag is not considered as part of the content model and the API will not in any way enforce this flag to be respected.",
                                "type": "boolean"
                            },
                            "defaultAlwaysAvailable": {
                                "description": "If an instance of a content type is created the always available flag is set by default to this value.",
                                "type": "boolean"
                            },
                            "defaultSortField": {
                                "description": "Specifies which property the child Locations should be sorted on by default when created. Map for Location sort fields to their respective SortClauses - class name/identifier and modified subnode. One of the fallowing values: const SORT_FIELD_PATH = 1; const SORT_FIELD_PUBLISHED = 2; const SORT_FIELD_MODIFIED = 3; const SORT_FIELD_SECTION = 4; const SORT_FIELD_DEPTH = 5; const SORT_FIELD_PRIORITY = 8; const SORT_FIELD_NAME = 9; const SORT_FIELD_NODE_ID = 11; const SORT_FIELD_CONTENTOBJECT_ID = 12.",
                                "enum": [
                                    "PATH",
                                    "PUBLISHED",
                                    "MODIFIED",
                                    "SECTION",
                                    "DEPTH",
                                    "PRIORITY",
                                    "NAME",
                                    "NODE_ID",
                                    "CONTENTOBJECT_ID"
                                ],
                                "type": "string"
                            },
                            "defaultSortOrder": {
                                "description": "Specifies whether the sort order should be ascending or descending by default when created. Map for Location sort order to their respective Query SORT constants. Possible values: const SORT_ORDER_DESC = 0; const SORT_ORDER_ASC = 1.",
                                "enum": [
                                    "ASC",
                                    "DESC"
                                ],
                                "type": "string"
                            },
                            "FieldDefinitions": {
                                "description": "This method returns the content type Field definitions from this type."
                            }
                        }
                    }
                ]
            },
            "ContentTypeWrapper": {
                "type": "object",
                "required": [
                    "ContentType"
                ],
                "properties": {
                    "ContentType": {
                        "$ref": "#/components/schemas/ContentType"
                    }
                }
            },
            "ContentTypeCreate": {
                "description": "This class is used to create a content type.",
                "type": "object",
                "required": [
                    "identifier",
                    "mainLanguageCode",
                    "remoteId",
                    "urlAliasSchema",
                    "nameSchema",
                    "isContainer",
                    "defaultSortField",
                    "defaultSortOrder",
                    "defaultAlwaysAvailable",
                    "names",
                    "descriptions"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "mainLanguageCode": {
                        "type": "string"
                    },
                    "remoteId": {
                        "type": "string"
                    },
                    "urlAliasSchema": {
                        "type": "string"
                    },
                    "nameSchema": {
                        "type": "string"
                    },
                    "isContainer": {
                        "type": "boolean"
                    },
                    "defaultSortField": {
                        "description": "Specifies which property the child Locations should be sorted on by default when created."
                    },
                    "defaultSortOrder": {
                        "description": "Specifies whether the sort order should be ascending or descending by default when created."
                    },
                    "defaultAlwaysAvailable": {
                        "type": "boolean"
                    },
                    "names": {
                        "$ref": "#/components/schemas/ValueObject"
                    },
                    "descriptions": {
                        "$ref": "#/components/schemas/ValueObject"
                    },
                    "FieldDefinition": {
                        "$ref": "#/components/schemas/FieldDefinition"
                    },
                    "creatorId": {
                        "description": "If set, this value overrides the current user as creator."
                    },
                    "creationDate": {
                        "type": "string",
                        "format": "date-time"
                    }
                }
            },
            "ContentTypeCreateWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeCreate"
                ],
                "properties": {
                    "ContentTypeCreate": {
                        "$ref": "#/components/schemas/ContentTypeCreate"
                    }
                }
            },
            "ContentTypeUpdateStruct": {
                "description": "This class is used for updating a content type.",
                "type": "object",
                "properties": {
                    "identifier": {
                        "description": "If set the unique identifier of a type is changed to this value.",
                        "type": "string"
                    },
                    "remoteId": {
                        "description": "If set the remote ID is changed to this value.",
                        "type": "string"
                    },
                    "urlAliasSchema": {
                        "description": "If set the URL alias schema is changed to this value.",
                        "type": "string"
                    },
                    "nameSchema": {
                        "description": "f set the name schema is changed to this value.",
                        "type": "string"
                    },
                    "isContainer": {
                        "description": "If set the container flag is set to this value.",
                        "type": "boolean"
                    },
                    "mainLanguageCode": {
                        "description": "If set the main language is changed to this value.",
                        "type": "string"
                    },
                    "defaultSortField": {
                        "description": "If set the default sort field is changed to this value.",
                        "enum": [
                            "PATH",
                            "PUBLISHED",
                            "MODIFIED",
                            "SECTION",
                            "DEPTH",
                            "PRIORITY",
                            "NAME",
                            "NODE_ID",
                            "CONTENTOBJECT_ID"
                        ],
                        "type": "string"
                    },
                    "defaultSortOrder": {
                        "description": "If set the default sort order is set to this value.",
                        "enum": [
                            "ASC",
                            "DESC"
                        ],
                        "type": "string"
                    },
                    "defaultAlwaysAvailable": {
                        "description": "If set the default always available flag is set to this value.",
                        "type": "boolean"
                    },
                    "modifierId": {
                        "description": "If set this value overrides the current User as creator.",
                        "type": "integer"
                    },
                    "modificationDate": {
                        "description": "If set this value overrides the current time for creation.",
                        "type": "string",
                        "format": "date-time"
                    },
                    "names": {
                        "description": "If set this array of names with languageCode keys replace the complete name collection."
                    },
                    "descriptions": {
                        "description": "If set this array of descriptions with languageCode keys replace the complete description collection."
                    }
                }
            },
            "ContentTypeUpdate": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class is used to update a content type.",
                        "type": "object",
                        "properties": {
                            "identifier": {
                                "type": "string"
                            },
                            "mainLanguageCode": {
                                "type": "string"
                            },
                            "remoteId": {
                                "type": "string"
                            },
                            "urlAliasSchema": {
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "nameSchema": {
                                "type": "string"
                            },
                            "isContainer": {
                                "type": "boolean"
                            },
                            "defaultSortField": {
                                "description": "Specifies which property the child Locations should be sorted on by default when updated."
                            },
                            "defaultSortOrder": {
                                "description": "Specifies whether the sort order should be ascending or descending by default when updated."
                            },
                            "defaultAlwaysAvailable": {
                                "type": [
                                    "string",
                                    "boolean"
                                ]
                            },
                            "names": {
                                "$ref": "#/components/schemas/ValueObject"
                            },
                            "descriptions": {
                                "$ref": "#/components/schemas/ValueObject"
                            },
                            "modifierId": {
                                "description": "If set, this value overrides the current user as creator."
                            },
                            "modificationDate": {
                                "type": "string",
                                "format": "date-time"
                            }
                        }
                    }
                ]
            },
            "ContentTypeUpdateWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeUpdate"
                ],
                "properties": {
                    "ContentTypeUpdate": {
                        "$ref": "#/components/schemas/ContentTypeUpdate"
                    }
                }
            },
            "ContentTypeList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of content types.",
                        "type": "object",
                        "required": [
                            "ContentType"
                        ],
                        "properties": {
                            "ContentType": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ContentType"
                                }
                            }
                        }
                    }
                ]
            },
            "ContentTypeListWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeList"
                ],
                "properties": {
                    "ContentTypeList": {
                        "$ref": "#/components/schemas/ContentTypeList"
                    }
                }
            },
            "ContentTypeInfo": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class stores content type information.",
                        "type": "object",
                        "required": [
                            "id",
                            "status",
                            "identifier",
                            "names",
                            "descriptions",
                            "creationDate",
                            "modificationDate",
                            "Creator",
                            "Modifier",
                            "Groups",
                            "Draft",
                            "remoteId",
                            "urlAliasSchema",
                            "nameSchema",
                            "isContainer",
                            "mainLanguageCode",
                            "defaultAlwaysAvailable",
                            "defaultSortField",
                            "defaultSortOrder"
                        ],
                        "properties": {
                            "id": {
                                "description": "Content type ID.",
                                "type": "integer"
                            },
                            "status": {
                                "description": "The status of the content type. Possible values: const STATUS_DEFINED = 0; Status constant for defined (aka published) Type, const STATUS_DRAFT = 1; Status constant for draft (aka temporary) Type; const STATUS_MODIFIED = 2; Status constant for modified (aka deferred for publishing) Type.",
                                "enum": [
                                    "DEFINED",
                                    "DRAFT",
                                    "MODIFIED",
                                    "PUBLISHED"
                                ],
                                "type": "string"
                            },
                            "identifier": {
                                "description": "String identifier of a content type.",
                                "type": "string"
                            },
                            "names": {
                                "description": "Name of a content type."
                            },
                            "descriptions": {
                                "description": "Description of a content type."
                            },
                            "creationDate": {
                                "description": "Creation date of the content type.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "modificationDate": {
                                "description": "Modification date of the content type.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "Creator": {
                                "description": "Creator User of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Modifier": {
                                "description": "Modifier User of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Groups": {
                                "description": "Group User of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "Draft": {
                                "description": "Draft of the content type.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "remoteId": {
                                "description": "Unique remote ID of the content type.",
                                "type": "string"
                            },
                            "urlAliasSchema": {
                                "description": "URL alias schema. If nothing is provided, $nameSchema will be used instead.",
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "nameSchema": {
                                "description": "Name schema. Can be composed of FieldDefinition identifier place holders.",
                                "type": "string"
                            },
                            "isContainer": {
                                "description": "A flag used to hint if content of this type may have children or not. It is highly recommended to respect this flag and not create/move content below non-containers. But this flag is not considered as part of the content model and the API will not in any way enforce this flag to be respected.",
                                "type": "boolean"
                            },
                            "mainLanguageCode": {
                                "description": "Main language code.",
                                "type": "string"
                            },
                            "defaultAlwaysAvailable": {
                                "description": "If an instance of a content type is created the always available flag is set by default to this value.",
                                "type": "boolean"
                            },
                            "defaultSortField": {
                                "description": "Specifies which property the child Locations should be sorted on by default when created. Map for Location sort fields to their respective SortClauses - class name/identifier and modified subnode. One of the fallowing values: const SORT_FIELD_PATH = 1; const SORT_FIELD_PUBLISHED = 2; const SORT_FIELD_MODIFIED = 3; const SORT_FIELD_SECTION = 4; const SORT_FIELD_DEPTH = 5; const SORT_FIELD_PRIORITY = 8; const SORT_FIELD_NAME = 9; const SORT_FIELD_NODE_ID = 11; const SORT_FIELD_CONTENTOBJECT_ID = 12.",
                                "enum": [
                                    "PATH",
                                    "PUBLISHED",
                                    "MODIFIED",
                                    "SECTION",
                                    "DEPTH",
                                    "PRIORITY",
                                    "NAME",
                                    "NODE_ID",
                                    "CONTENTOBJECT_ID"
                                ],
                                "type": "string"
                            },
                            "defaultSortOrder": {
                                "description": "Specifies whether the sort order should be ascending or descending by default when created. Map for Location sort order to their respective Query SORT constants. Possible values: const SORT_ORDER_DESC = 0; const SORT_ORDER_ASC = 1.",
                                "enum": [
                                    "ASC",
                                    "DESC"
                                ],
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "ContentTypeInfoWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeInfo"
                ],
                "properties": {
                    "ContentTypeInfo": {
                        "$ref": "#/components/schemas/ContentTypeInfo"
                    }
                }
            },
            "ContentTypeInfoList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of content type information.",
                        "type": "object",
                        "required": [
                            "ContentType"
                        ],
                        "properties": {
                            "ContentType": {
                                "description": "This class stores content type information.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ContentTypeInfo"
                                }
                            }
                        }
                    }
                ]
            },
            "ContentTypeInfoListWrapper": {
                "type": "object",
                "required": [
                    "ContentTypeList"
                ],
                "properties": {
                    "ContentTypeList": {
                        "$ref": "#/components/schemas/ContentTypeInfoList"
                    }
                }
            },
            "ContentTypeQuery": {
                "description": "This class represents a content type query.",
                "type": "object",
                "properties": {
                    "limit": {
                        "description": "The maximum number of results to return.",
                        "type": "integer"
                    },
                    "offset": {
                        "description": "The offset to start returning results from.",
                        "type": "integer"
                    },
                    "Query": {
                        "description": "An array of filters to apply to the query.",
                        "type": "object",
                        "properties": {
                            "ContentTypeIdCriterion": {
                                "oneOf": [
                                    {
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        }
                                    },
                                    {
                                        "type": "integer"
                                    }
                                ]
                            },
                            "ContentTypeIdentifierCriterion": {
                                "oneOf": [
                                    {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    {
                                        "type": "string"
                                    }
                                ]
                            },
                            "IsSystemCriterion": {
                                "type": "boolean"
                            },
                            "ContentTypeGroupIdCriterion": {
                                "oneOf": [
                                    {
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        }
                                    },
                                    {
                                        "type": "integer"
                                    }
                                ]
                            },
                            "ContainsFieldDefinitionIdCriterion": {
                                "oneOf": [
                                    {
                                        "type": "array",
                                        "items": {
                                            "type": "integer"
                                        }
                                    },
                                    {
                                        "type": "integer"
                                    }
                                ]
                            }
                        }
                    },
                    "SortClauses": {
                        "description": "An array of sort clauses to apply to the query.",
                        "type": "object",
                        "properties": {
                            "Id": {
                                "type": "string",
                                "enum": [
                                    "ascending",
                                    "descending"
                                ]
                            },
                            "Identifier": {
                                "type": "string",
                                "enum": [
                                    "ascending",
                                    "descending"
                                ]
                            }
                        }
                    }
                }
            },
            "ContentTypeViewInput": {
                "description": "This class represents a content type view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "identifier",
                    "ContentTypeQuery"
                ],
                "properties": {
                    "identifier": {
                        "description": "The identifier of a view.",
                        "type": "string"
                    },
                    "ContentTypeQuery": {
                        "$ref": "#/components/schemas/ContentTypeQuery"
                    }
                }
            },
            "ContentTypeViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/ContentTypeViewInput"
                    }
                }
            },
            "Field": {
                "description": "This class represents a field of a content item.",
                "type": "object",
                "required": [
                    "fieldDefinitionIdentifier",
                    "fieldValue"
                ],
                "properties": {
                    "id": {
                        "description": "The field ID.",
                        "type": "integer"
                    },
                    "fieldDefinitionIdentifier": {
                        "description": "The Field definition identifier.",
                        "type": "string"
                    },
                    "languageCode": {
                        "description": "The language code.",
                        "type": "string"
                    },
                    "fieldTypeIdentifier": {
                        "description": "Field Type identifier.",
                        "type": "string"
                    },
                    "fieldValue": {
                        "description": "A Field Type value or a value type which can be converted by the corresponding field type."
                    }
                }
            },
            "FieldDefinition": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a Field definition.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "fieldType",
                            "fieldGroup",
                            "position",
                            "isTranslatable",
                            "isRequired",
                            "isInfoCollector",
                            "defaultValue",
                            "isSearchable",
                            "names",
                            "descriptions",
                            "fieldSettings",
                            "validatorConfiguration"
                        ],
                        "properties": {
                            "id": {
                                "description": "The unique ID of this Field definition.",
                                "type": "integer"
                            },
                            "identifier": {
                                "description": "Readable string identifier of a Field definition.",
                                "type": "string"
                            },
                            "fieldType": {
                                "description": "String identifier of the field type.",
                                "type": "string"
                            },
                            "fieldGroup": {
                                "description": "Field group name.",
                                "type": "string"
                            },
                            "position": {
                                "description": "The position of the Field definition in the content type.",
                                "type": "integer"
                            },
                            "isTranslatable": {
                                "description": "If the field is translatable.",
                                "type": "boolean"
                            },
                            "isRequired": {
                                "description": "Is the field required.",
                                "type": "boolean"
                            },
                            "isInfoCollector": {
                                "description": "The flag if this field is used for information collection.",
                                "type": "boolean"
                            },
                            "defaultValue": {
                                "description": "Default value of the field."
                            },
                            "isSearchable": {
                                "description": "Indicates if th the content is searchable by this attribute.",
                                "type": "boolean"
                            },
                            "names": {
                                "description": "Names of content types."
                            },
                            "descriptions": {
                                "description": "Descriptions of content types."
                            },
                            "fieldSettings": {
                                "description": "Settings for the Field definition supported by the field type."
                            },
                            "validatorConfiguration": {
                                "description": "Validator configuration of this Field definition supported by the field type.",
                                "oneOf": [
                                    {
                                        "$ref": "#/components/schemas/StringLengthValidator"
                                    },
                                    {
                                        "$ref": "#/components/schemas/StringLengthValidatorWrapper"
                                    },
                                    {
                                        "type": "array"
                                    }
                                ]
                            }
                        }
                    }
                ]
            },
            "FieldDefinitionWrapper": {
                "type": "object",
                "required": [
                    "FieldDefinition"
                ],
                "properties": {
                    "FieldDefinition": {
                        "$ref": "#/components/schemas/FieldDefinition"
                    }
                }
            },
            "FieldDefinitionCreate": {
                "$ref": "#/components/schemas/BaseObject"
            },
            "FieldDefinitionCreateWrapper": {
                "type": "object",
                "required": [
                    "FieldDefinitionCreate"
                ],
                "properties": {
                    "FieldDefinitionCreate": {
                        "$ref": "#/components/schemas/FieldDefinitionCreate"
                    }
                }
            },
            "FieldDefinitionUpdate": {
                "$ref": "#/components/schemas/BaseObject"
            },
            "FieldDefinitionUpdateWrapper": {
                "type": "object",
                "required": [
                    "FieldDefinitionUpdate"
                ],
                "properties": {
                    "FieldDefinitionUpdate": {
                        "$ref": "#/components/schemas/FieldDefinitionUpdate"
                    }
                }
            },
            "FieldDefinitions": {
                "type": "object",
                "required": [
                    "FieldDefinition"
                ],
                "properties": {
                    "FieldDefinition": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/FieldDefinition"
                        }
                    }
                }
            },
            "FieldDefinitionsWrapper": {
                "type": "object",
                "required": [
                    "FieldDefinitions"
                ],
                "properties": {
                    "FieldDefinitions": {
                        "$ref": "#/components/schemas/FieldDefinitions"
                    }
                }
            },
            "StringLengthValidator": {
                "description": "Validator for checking min. and max. length of strings.",
                "type": "object",
                "required": [
                    "maxStringLength",
                    "minStringLength"
                ],
                "properties": {
                    "maxStringLength": {
                        "description": "Maximum length of strings.",
                        "type": [
                            "integer",
                            "null"
                        ]
                    },
                    "minStringLength": {
                        "description": "Minimum length of strings.",
                        "type": [
                            "integer",
                            "null"
                        ]
                    }
                }
            },
            "StringLengthValidatorWrapper": {
                "type": "object",
                "required": [
                    "StringLengthValidator"
                ],
                "properties": {
                    "StringLengthValidator": {
                        "$ref": "#/components/schemas/StringLengthValidator"
                    }
                }
            },
            "UrlAlias": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a URL alias in the Repository.",
                        "type": "object",
                        "required": [
                            "_id",
                            "_type",
                            "resource",
                            "path",
                            "languageCodes",
                            "alwaysAvailable",
                            "isHistory",
                            "forward",
                            "custom"
                        ],
                        "properties": {
                            "_id": {
                                "description": "A unique identifier for the alias.",
                                "xml": {
                                    "attribute": true,
                                    "name": "id"
                                },
                                "type": "string"
                            },
                            "_type": {
                                "description": "The type of the URL Alias i.e. one of URLAlias::LOCATION=0, URLAlias::RESOURCE=1, URLAlias::VIRTUAL=2.",
                                "enum": [
                                    "LOCATION",
                                    "RESOURCE",
                                    "VIRTUAL"
                                ],
                                "xml": {
                                    "attribute": true,
                                    "name": "type"
                                },
                                "type": "string"
                            },
                            "resource": {
                                "description": "If type = URLAlias::LOCATION it is a Location ID otherwise a string (e.g. /content/search)."
                            },
                            "path": {
                                "description": "The full path of the alias.",
                                "type": "string"
                            },
                            "languageCodes": {
                                "description": "The languageCodes for which this path is valid.",
                                "type": "string"
                            },
                            "alwaysAvailable": {
                                "description": "Fallback indicator for other languages.",
                                "type": "boolean"
                            },
                            "isHistory": {
                                "description": "Indicates that this alias was autogenerated for an in the meanwhile archived version of the content.",
                                "type": "boolean"
                            },
                            "forward": {
                                "description": "Indicates if the URL should be redirected.",
                                "type": "boolean"
                            },
                            "custom": {
                                "description": "If false this alias was autogenerated otherwise manually created.",
                                "type": "boolean"
                            }
                        }
                    }
                ]
            },
            "UrlAliasWrapper": {
                "type": "object",
                "required": [
                    "UrlAlias"
                ],
                "properties": {
                    "UrlAlias": {
                        "$ref": "#/components/schemas/UrlAlias"
                    }
                }
            },
            "UrlAliasCreate": {
                "type": "object",
                "required": [
                    "_type"
                ],
                "properties": {
                    "_type": {
                        "type": "string"
                    },
                    "location": {
                        "$ref": "#/components/schemas/Href"
                    },
                    "resource": {
                        "type": "string"
                    },
                    "languageCode": {
                        "type": "string"
                    },
                    "alwaysAvailable": {
                        "type": [
                            "string",
                            "boolean"
                        ]
                    },
                    "forward": {
                        "type": [
                            "string",
                            "boolean"
                        ]
                    }
                }
            },
            "UrlAliasCreateWrapper": {
                "type": "object",
                "required": [
                    "UrlAliasCreate"
                ],
                "properties": {
                    "UrlAliasCreate": {
                        "$ref": "#/components/schemas/UrlAliasCreate"
                    }
                }
            },
            "UrlAliasRefList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of URL alias in the Repository.",
                        "type": "object",
                        "required": [
                            "UrlAlias"
                        ],
                        "properties": {
                            "UrlAlias": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Ref"
                                }
                            }
                        }
                    }
                ]
            },
            "UrlAliasRefListWrapper": {
                "type": "object",
                "required": [
                    "UrlAliasRefList"
                ],
                "properties": {
                    "UrlAliasRefList": {
                        "$ref": "#/components/schemas/UrlAliasRefList"
                    }
                }
            },
            "UrlWildcard": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a URL alias in the Repository.",
                        "type": "object",
                        "required": [
                            "_id",
                            "sourceUrl",
                            "destinationUrl",
                            "forward"
                        ],
                        "properties": {
                            "_id": {
                                "description": "The unique ID.",
                                "xml": {
                                    "attribute": true,
                                    "name": "id"
                                },
                                "type": "integer"
                            },
                            "sourceUrl": {
                                "description": "The source URL.",
                                "type": "string"
                            },
                            "destinationUrl": {
                                "description": "The destination URL containing placeholders e.g. /destination/{1}.",
                                "type": "string"
                            },
                            "forward": {
                                "description": "Indicates if the URL is redirected or not.",
                                "type": "boolean"
                            }
                        }
                    }
                ]
            },
            "UrlWildcardWrapper": {
                "type": "object",
                "required": [
                    "UrlWildcard"
                ],
                "properties": {
                    "UrlWildcard": {
                        "$ref": "#/components/schemas/UrlWildcard"
                    }
                }
            },
            "UrlWildcardCreate": {
                "description": "Creates a new URL wildcard.",
                "type": "object",
                "required": [
                    "sourceUrl",
                    "destinationUrl",
                    "forward"
                ],
                "properties": {
                    "sourceUrl": {
                        "type": "string"
                    },
                    "destinationUrl": {
                        "type": "string"
                    },
                    "forward": {
                        "type": [
                            "string",
                            "boolean"
                        ]
                    }
                }
            },
            "UrlWildcardCreateWrapper": {
                "type": "object",
                "required": [
                    "URLWildcardCreate"
                ],
                "properties": {
                    "URLWildcardCreate": {
                        "$ref": "#/components/schemas/UrlWildcardCreate"
                    }
                }
            },
            "UrlWildcardList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of URL alias in the Repository.",
                        "type": "object",
                        "required": [
                            "UrlWildcard"
                        ],
                        "properties": {
                            "UrlWildcard": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/UrlWildcard"
                                }
                            }
                        }
                    }
                ]
            },
            "UrlWildcardListWrapper": {
                "type": "object",
                "required": [
                    "UrlWildcardList"
                ],
                "properties": {
                    "UrlWildcardList": {
                        "$ref": "#/components/schemas/UrlWildcardList"
                    }
                }
            },
            "Language": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a language in the Repository.",
                        "type": "object",
                        "required": [
                            "languageId",
                            "languageCode",
                            "name"
                        ],
                        "properties": {
                            "languageId": {
                                "description": "The language ID (auto generated).",
                                "type": [
                                    "string",
                                    "null"
                                ]
                            },
                            "languageCode": {
                                "description": "The languageCode code.",
                                "type": "string"
                            },
                            "name": {
                                "description": "Human readable name of the language.",
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "LanguageWrapper": {
                "type": "object",
                "required": [
                    "Language"
                ],
                "properties": {
                    "Language": {
                        "$ref": "#/components/schemas/Language"
                    }
                }
            },
            "LanguageList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of languages.",
                        "type": "object",
                        "required": [
                            "Language"
                        ],
                        "properties": {
                            "Language": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Language"
                                }
                            }
                        }
                    }
                ]
            },
            "LanguageListWrapper": {
                "type": "object",
                "required": [
                    "LanguageList"
                ],
                "properties": {
                    "LanguageList": {
                        "$ref": "#/components/schemas/LanguageList"
                    }
                }
            },
            "ObjectState": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a Object state value.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "priority",
                            "ObjectStateGroup",
                            "languageCodes",
                            "names",
                            "descriptions"
                        ],
                        "properties": {
                            "id": {
                                "description": "Primary key.",
                                "type": "integer"
                            },
                            "identifier": {
                                "description": "Readable string identifier of the Object state.",
                                "type": "string"
                            },
                            "priority": {
                                "description": "Priority for ordering.",
                                "type": "integer"
                            },
                            "ObjectStateGroup": {
                                "description": "The Object state group this Object state belongs to.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "languageCodes": {
                                "description": "The available language codes for names an descriptions.",
                                "type": "string"
                            },
                            "names": {
                                "description": "Names."
                            },
                            "descriptions": {
                                "description": "Descriptions."
                            }
                        }
                    }
                ]
            },
            "ObjectStateWrapper": {
                "type": "object",
                "required": [
                    "ObjectState"
                ],
                "properties": {
                    "ObjectState": {
                        "$ref": "#/components/schemas/ObjectState"
                    }
                }
            },
            "ObjectStateCreate": {
                "description": "This class represents a value for creating Object states.",
                "type": "object",
                "required": [
                    "identifier",
                    "priority",
                    "defaultLanguageCode",
                    "languageCodes",
                    "names",
                    "descriptions"
                ],
                "properties": {
                    "identifier": {
                        "description": "Readable unique string identifier of a group.",
                        "type": "string"
                    },
                    "priority": {
                        "description": "Priority for ordering. If not set the Object state is created as the last one.",
                        "type": "string"
                    },
                    "defaultLanguageCode": {
                        "description": "The default language code.",
                        "type": "string"
                    },
                    "languageCodes": {
                        "description": "Language codes.",
                        "type": "string"
                    },
                    "names": {
                        "description": "An array of names with languageCode keys. At least one name in the main language is required.",
                        "type": "object",
                        "required": [
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Value"
                                }
                            }
                        }
                    },
                    "descriptions": {
                        "description": "An array of descriptions with languageCode keys.",
                        "type": "object",
                        "required": [
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Value"
                                }
                            }
                        }
                    }
                }
            },
            "ObjectStateCreateWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateCreate"
                ],
                "properties": {
                    "ObjectStateCreate": {
                        "$ref": "#/components/schemas/ObjectStateCreate"
                    }
                }
            },
            "ObjectStateUpdate": {
                "description": "This class represents a value for updating Object states.",
                "type": "object",
                "properties": {
                    "identifier": {
                        "description": "Readable unique string identifier of a group.",
                        "type": "string"
                    },
                    "defaultLanguageCode": {
                        "description": "The default language code.",
                        "type": "string"
                    },
                    "names": {
                        "description": "An array of names with languageCode keys."
                    },
                    "descriptions": {
                        "description": "An array of descriptions with languageCode keys."
                    }
                }
            },
            "ObjectStateUpdateWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateUpdate"
                ],
                "properties": {
                    "ObjectStateUpdate": {
                        "$ref": "#/components/schemas/ObjectStateUpdate"
                    }
                }
            },
            "ObjectStateList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of Object states.",
                        "type": "object",
                        "required": [
                            "ObjectState"
                        ],
                        "properties": {
                            "ObjectState": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ObjectState"
                                }
                            }
                        }
                    }
                ]
            },
            "ObjectStateListWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateList"
                ],
                "properties": {
                    "ObjectStateList": {
                        "$ref": "#/components/schemas/ObjectStateList"
                    }
                }
            },
            "ObjectStateGroup": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents an Object state group value.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "defaultLanguageCode",
                            "languageCodes",
                            "ObjectStates",
                            "names",
                            "descriptions"
                        ],
                        "properties": {
                            "id": {
                                "description": "Primary key.",
                                "type": "integer"
                            },
                            "identifier": {
                                "description": "Readable string identifier of a group.",
                                "type": "string"
                            },
                            "defaultLanguageCode": {
                                "description": "The default language code.",
                                "type": "string"
                            },
                            "languageCodes": {
                                "description": "The available language codes for names an descriptions.",
                                "type": "string"
                            },
                            "ObjectStates": {
                                "description": "Object States.",
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            "names": {
                                "description": "List of names."
                            },
                            "descriptions": {
                                "description": "List of descriptions."
                            }
                        }
                    }
                ]
            },
            "ObjectStateGroupWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateGroup"
                ],
                "properties": {
                    "ObjectStateGroup": {
                        "$ref": "#/components/schemas/ObjectStateGroup"
                    }
                }
            },
            "ObjectStateGroupCreate": {
                "description": "This class represents a value for creating Object state groups.",
                "type": "object",
                "required": [
                    "identifier",
                    "defaultLanguageCode",
                    "names",
                    "descriptions"
                ],
                "properties": {
                    "identifier": {
                        "description": "Readable unique string identifier of a group.",
                        "type": "string"
                    },
                    "defaultLanguageCode": {
                        "description": "The default language code.",
                        "type": "string"
                    },
                    "names": {
                        "description": "An array of names with languageCode keys. At least one name in the main language is required."
                    },
                    "descriptions": {
                        "description": "An array of descriptions with languageCode keys."
                    }
                }
            },
            "ObjectStateGroupCreateWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateGroupCreate"
                ],
                "properties": {
                    "ObjectStateGroupCreate": {
                        "$ref": "#/components/schemas/ObjectStateGroupCreate"
                    }
                }
            },
            "ObjectStateGroupUpdate": {
                "description": "This class represents a value for updating Object state groups.",
                "type": "object",
                "properties": {
                    "identifier": {
                        "description": "Readable unique string identifier of a group.",
                        "type": "string"
                    },
                    "defaultLanguageCode": {
                        "description": "The default language code.",
                        "type": "string"
                    },
                    "names": {
                        "description": "An array of names with languageCode keys."
                    },
                    "descriptions": {
                        "description": "An array of descriptions with languageCode keys."
                    }
                }
            },
            "ObjectStateGroupUpdateWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateGroupUpdate"
                ],
                "properties": {
                    "ObjectStateGroupUpdate": {
                        "$ref": "#/components/schemas/ObjectStateGroupUpdate"
                    }
                }
            },
            "ObjectStateGroupList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of Object state groups.",
                        "type": "object",
                        "required": [
                            "ObjectStateGroup"
                        ],
                        "properties": {
                            "ObjectStateGroup": {
                                "description": "This class represents an Object state group value.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ObjectStateGroup"
                                }
                            }
                        }
                    }
                ]
            },
            "ObjectStateGroupListWrapper": {
                "type": "object",
                "required": [
                    "ObjectStateGroupList"
                ],
                "properties": {
                    "ObjectStateGroupList": {
                        "$ref": "#/components/schemas/ObjectStateGroupList"
                    }
                }
            },
            "CountryList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class is representing an ISO-3166 formatted list of world countries.",
                        "type": "object",
                        "required": [
                            "Country"
                        ],
                        "properties": {
                            "Country": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Country"
                                }
                            }
                        }
                    }
                ]
            },
            "Country": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class is representing a country.",
                        "type": "object",
                        "required": [
                            "_id",
                            "name",
                            "Alpha2",
                            "Alpha3",
                            "IDC"
                        ],
                        "properties": {
                            "_id": {
                                "description": "ID that represents a country name.",
                                "xml": {
                                    "attribute": true,
                                    "name": "id"
                                },
                                "type": "string"
                            },
                            "name": {
                                "description": "Name of the country.",
                                "type": "string"
                            },
                            "Alpha2": {
                                "description": "Two-letter code that represents a country name.",
                                "type": "string"
                            },
                            "Alpha3": {
                                "description": "Three-letter code that represents a country name.",
                                "type": "string"
                            },
                            "IDC": {
                                "description": "IDC",
                                "type": "integer"
                            }
                        }
                    }
                ]
            },
            "CountryListWrapper": {
                "type": "object",
                "required": [
                    "CountryList"
                ],
                "properties": {
                    "CountryList": {
                        "$ref": "#/components/schemas/CountryList"
                    }
                }
            },
            "View": {
                "description": "View.",
                "type": "object",
                "required": [
                    "identifier",
                    "User",
                    "public",
                    "LocationQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "description": "Content identifier.",
                        "type": "string"
                    },
                    "User": {
                        "$ref": "#/components/schemas/User"
                    },
                    "public": {
                        "type": "boolean"
                    },
                    "LocationQuery": {
                        "$ref": "#/components/schemas/LocationQuery"
                    },
                    "Result": {
                        "$ref": "#/components/schemas/BaseObject"
                    }
                }
            },
            "ViewInput": {
                "description": "This class represents a View input.",
                "type": "object",
                "required": [
                    "identifier",
                    "Query"
                ],
                "properties": {
                    "identifier": {
                        "description": "Content identifier.",
                        "type": "string"
                    },
                    "languageCode": {
                        "type": "string"
                    },
                    "useAlwaysAvailable": {
                        "type": "string"
                    },
                    "Query": {
                        "$ref": "#/components/schemas/Query"
                    }
                }
            },
            "ViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/ViewInput"
                    }
                }
            },
            "Query": {
                "description": "This class is used to perform a Content query.",
                "type": "object",
                "properties": {
                    "Filter": {
                        "description": "The Query filter. Can contain multiple criterion, as items of a logical one (by default AND).",
                        "$ref": "#/components/schemas/Criterion"
                    },
                    "Query": {
                        "description": "The Query query. Can contain multiple criterion, as items of a logical one (by default AND).",
                        "$ref": "#/components/schemas/Criterion"
                    },
                    "sortClauses": {
                        "description": "Query sorting clauses.",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SortClause"
                        }
                    },
                    "facetBuilders": {
                        "description": "An array of facet builders. Search engines may ignore any, or given facet builders they don't support and will just return search result facets supported by the engine. API consumer should dynamically iterate over returned facets for further use.",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/FacetBuilder"
                        }
                    },
                    "offset": {
                        "description": "Query offset. Sets the offset for search hits, used for paging the results.",
                        "type": "integer"
                    },
                    "limit": {
                        "description": "Query limit. Limit for number of search hits to return. If value is `0`, search query will not return any search hits, useful for doing a count.",
                        "type": "integer"
                    },
                    "spellcheck": {
                        "description": "If true spellcheck suggestions are returned.",
                        "type": "boolean"
                    },
                    "performCount": {
                        "description": "If true, search engine should perform count even if that means extra lookup.",
                        "type": "boolean"
                    }
                }
            },
            "LocationQuery": {
                "description": "This class is used to perform a Location query.",
                "$ref": "#/components/schemas/Query"
            },
            "Criterion": {
                "description": "Criterion implementations.",
                "type": "object",
                "properties": {
                    "operator": {
                        "description": "The operator used by the Criterion.",
                        "type": "string"
                    },
                    "value": {
                        "description": "The value(s) matched by the Criteria.",
                        "type": "array",
                        "items": {
                            "type": []
                        }
                    },
                    "target": {
                        "description": "The target used by the Criteria (field, metadata...).",
                        "type": "string"
                    },
                    "valueData": {
                        "description": "Additional value data, required by some Criteria, MapLocationDistance for instance."
                    },
                    "Specifications": {
                        "description": "Criterion description function. Returns the combination of the Criterion's supported operator/value, as an array of objects.",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Specifications"
                        }
                    }
                }
            },
            "FacetBuilder": {
                "description": "This class is the base class for facet builders.",
                "type": "object",
                "required": [
                    "name",
                    "global",
                    "filter",
                    "limit",
                    "minCount"
                ],
                "properties": {
                    "name": {
                        "description": "The name of the facet.",
                        "type": "string"
                    },
                    "global": {
                        "description": "If true the facet runs in a global mode not restricted by the query.",
                        "type": "boolean"
                    },
                    "filter": {
                        "description": "An additional facet filter that will further filter the documents the facet will be executed on.",
                        "$ref": "#/components/schemas/Criterion"
                    },
                    "limit": {
                        "description": "Number of facets (terms) returned.",
                        "type": "integer"
                    },
                    "minCount": {
                        "description": "Specifies the minimum count. Only facet groups with more or equal results are returned.",
                        "type": "integer"
                    }
                }
            },
            "Specifications": {
                "description": "This class is used by Criteria to describe which operators they support. Instances of this class are returned in an array by the {@see Criterion::getSpecifications()} method.",
                "type": "object",
                "required": [
                    "operator",
                    "valueFormat",
                    "valueTypes",
                    "valueCount"
                ],
                "properties": {
                    "operator": {
                        "description": "Specified operator, as one of the Operator::* constants.",
                        "type": "string"
                    },
                    "valueFormat": {
                        "description": "Format supported for the Criterion value, either {@see self::FORMAT_SINGLE} for single or {@see self::FORMAT_ARRAY} for multiple.",
                        "type": "string"
                    },
                    "valueTypes": {
                        "description": "Accepted values types, specifying what type of variables are accepted as a value. Criterion input value type description constants: const TYPE_INTEGER = 1; const TYPE_STRING = 2; const TYPE_BOOLEAN = 4.",
                        "type": "integer"
                    },
                    "valueCount": {
                        "description": "Limitation on the number of items as the value. Only usable if {@see $valueFormat} is {@see self::FORMAT_ARRAY}.",
                        "type": "integer"
                    }
                }
            },
            "Role": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a role.",
                        "type": "object",
                        "required": [
                            "identifier",
                            "Policies"
                        ],
                        "properties": {
                            "identifier": {
                                "description": "Readable string identifier of a role.",
                                "type": "string"
                            },
                            "Policies": {
                                "description": "Returns the list of policies of this role.",
                                "$ref": "#/components/schemas/BaseObject"
                            }
                        }
                    }
                ]
            },
            "RoleWrapper": {
                "type": "object",
                "required": [
                    "Role"
                ],
                "properties": {
                    "Role": {
                        "$ref": "#/components/schemas/Role"
                    }
                }
            },
            "RoleDraft": {
                "description": "This class represents a draft of a role, extends Role.",
                "$ref": "#/components/schemas/Role"
            },
            "RoleDraftWrapper": {
                "type": "object",
                "required": [
                    "Role"
                ],
                "properties": {
                    "Role": {
                        "$ref": "#/components/schemas/RoleDraft"
                    }
                }
            },
            "RoleInput": {
                "description": "This class represents a Role input.",
                "type": "object",
                "required": [
                    "identifier"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    }
                }
            },
            "RoleInputWrapper": {
                "type": "object",
                "required": [
                    "RoleInput"
                ],
                "properties": {
                    "RoleInput": {
                        "$ref": "#/components/schemas/RoleInput"
                    }
                }
            },
            "RoleList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a list roles.",
                        "type": "object",
                        "required": [
                            "Role"
                        ],
                        "properties": {
                            "Role": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Role"
                                }
                            }
                        }
                    }
                ]
            },
            "RoleListWrapper": {
                "type": "object",
                "required": [
                    "RoleList"
                ],
                "properties": {
                    "RoleList": {
                        "$ref": "#/components/schemas/RoleList"
                    }
                }
            },
            "Policy": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a policy value.",
                        "type": "object",
                        "required": [
                            "id",
                            "module",
                            "function"
                        ],
                        "properties": {
                            "id": {
                                "description": "ID of the policy.",
                                "type": "integer"
                            },
                            "module": {
                                "description": "Name of module, associated with the Policy e.g. content.",
                                "type": "string"
                            },
                            "function": {
                                "description": "Name of the module function Or all functions with '*' e.g. read.",
                                "type": "string"
                            },
                            "limitations": {
                                "description": "Limitations.",
                                "type": "object",
                                "required": [
                                    "limitation"
                                ],
                                "properties": {
                                    "limitation": {
                                        "type": "array",
                                        "items": {
                                            "$ref": "#/components/schemas/Limitation"
                                        }
                                    }
                                }
                            }
                        }
                    }
                ]
            },
            "PolicyWrapper": {
                "type": "object",
                "required": [
                    "Policy"
                ],
                "properties": {
                    "Policy": {
                        "$ref": "#/components/schemas/Policy"
                    }
                }
            },
            "Limitation": {
                "description": "This class represents a Limitation applied to a policy.",
                "type": "object",
                "required": [
                    "_identifier",
                    "values"
                ],
                "properties": {
                    "_identifier": {
                        "description": "Returns the limitation identifier (one of the defined constants) or a custom limitation. Constants: CONTENTTYPE = Class; LANGUAGE = Language; LOCATION = Node; OWNER = Owner; PARENTOWNER = ParentOwner; PARENTCONTENTTYPE = ParentClass; PARENTDEPTH = ParentDepth; SECTION = Section; NEWSECTION = NewSection; SITEACCESS = SiteAccess; STATE = State; NEWSTATE = NewState; SUBTREE = Subtree; USERGROUP = Group; PARENTUSERGROUP = ParentGroup; STATUS = Status.",
                        "enum": [
                            "ContentType",
                            "Language",
                            "Location",
                            "Owner",
                            "Parentowner",
                            "ParentContentType",
                            "ParentDepth",
                            "Section",
                            "NewSection",
                            "SiteAccess",
                            "State",
                            "NewState",
                            "Subtree",
                            "UserGroup",
                            "ParentUserGroup",
                            "Status",
                            "Class"
                        ],
                        "xml": {
                            "attribute": true,
                            "name": "identifier"
                        },
                        "type": "string"
                    },
                    "values": {
                        "description": "A read-only list of IDs or identifiers for which the limitation should be applied. The value of this property must conform to a hash, which means that it may only consist of array and scalar values, but must not contain objects or resources.",
                        "type": "object",
                        "required": [
                            "$ref"
                        ],
                        "properties": {
                            "ref": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Ref"
                                }
                            }
                        }
                    }
                }
            },
            "PolicyList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of policies.",
                        "type": "object",
                        "required": [
                            "Policy"
                        ],
                        "properties": {
                            "Policy": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Policy"
                                }
                            }
                        }
                    }
                ]
            },
            "PolicyListWrapper": {
                "type": "object",
                "required": [
                    "PolicyList"
                ],
                "properties": {
                    "PolicyList": {
                        "$ref": "#/components/schemas/PolicyList"
                    }
                }
            },
            "PolicyCreate": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class is used to create a Policy.",
                        "type": "object",
                        "required": [
                            "module",
                            "function",
                            "Limitations"
                        ],
                        "properties": {
                            "module": {
                                "description": "Name of module associated with the Policy. For example, content.",
                                "type": "string"
                            },
                            "function": {
                                "description": "Name of the module function, or all functions with ''*''. For example, read.",
                                "type": "string"
                            },
                            "Limitations": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Limitation"
                                }
                            }
                        }
                    }
                ]
            },
            "PolicyCreateWrapper": {
                "type": "object",
                "required": [
                    "PolicyCreate"
                ],
                "properties": {
                    "PolicyCreate": {
                        "$ref": "#/components/schemas/PolicyCreate"
                    }
                }
            },
            "PolicyUpdate": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class is used to update a Policy.",
                        "type": "object",
                        "required": [
                            "Limitations"
                        ],
                        "properties": {
                            "Limitations": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Limitation"
                                }
                            }
                        }
                    }
                ]
            },
            "PolicyUpdateWrapper": {
                "type": "object",
                "required": [
                    "PolicyUpdate"
                ],
                "properties": {
                    "PolicyUpdate": {
                        "$ref": "#/components/schemas/PolicyUpdate"
                    }
                }
            },
            "RoleAssignment": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This value object represents an assignment of a User or User group to a role including a limitation.",
                        "type": "object",
                        "required": [
                            "Role"
                        ],
                        "properties": {
                            "limitation": {
                                "description": "Returns the limitation of the role assignment."
                            },
                            "Role": {
                                "description": "Returns the role to which the User or User group is assigned to.",
                                "$ref": "#/components/schemas/Ref"
                            }
                        }
                    }
                ]
            },
            "RoleAssignmentWrapper": {
                "type": "object",
                "required": [
                    "RoleAssignment"
                ],
                "properties": {
                    "RoleAssignment": {
                        "$ref": "#/components/schemas/RoleAssignment"
                    }
                }
            },
            "RoleAssignInput": {
                "description": "This class represents a Role assign input.",
                "type": "object",
                "required": [
                    "Role",
                    "limitation"
                ],
                "properties": {
                    "Role": {
                        "description": "Returns the Role to which the user or user group is assigned to.",
                        "$ref": "#/components/schemas/Ref"
                    },
                    "limitation": {
                        "description": "Returns the Limitation of the Role assignment.",
                        "$ref": "#/components/schemas/Limitation"
                    }
                }
            },
            "RoleAssignInputWrapper": {
                "type": "object",
                "required": [
                    "RoleAssignInput"
                ],
                "properties": {
                    "RoleAssignInput": {
                        "$ref": "#/components/schemas/RoleAssignInput"
                    }
                }
            },
            "RoleAssignmentList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This value object represents a list of assignments of a User or User group to a role including a limitation.",
                        "type": "object",
                        "required": [
                            "RoleAssignment"
                        ],
                        "properties": {
                            "RoleAssignment": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/RoleAssignment"
                                }
                            }
                        }
                    }
                ]
            },
            "RoleAssignmentListWrapper": {
                "type": "object",
                "required": [
                    "RoleAssignmentList"
                ],
                "properties": {
                    "RoleAssignmentList": {
                        "$ref": "#/components/schemas/RoleAssignmentList"
                    }
                }
            },
            "Session": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Value for session.",
                        "type": "object",
                        "required": [
                            "name",
                            "identifier",
                            "csrfToken",
                            "User"
                        ],
                        "properties": {
                            "name": {
                                "description": "Name.",
                                "type": "string"
                            },
                            "identifier": {
                                "description": "Identifier.",
                                "type": "string"
                            },
                            "csrfToken": {
                                "description": "csrfToken.",
                                "type": "string"
                            },
                            "User": {
                                "description": "User.",
                                "$ref": "#/components/schemas/BaseObject"
                            }
                        }
                    }
                ]
            },
            "SessionWrapper": {
                "type": "object",
                "required": [
                    "Session"
                ],
                "properties": {
                    "Session": {
                        "$ref": "#/components/schemas/Session"
                    }
                }
            },
            "SessionInput": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a session input.",
                        "type": "object",
                        "required": [
                            "login",
                            "password"
                        ],
                        "properties": {
                            "login": {
                                "type": "string"
                            },
                            "password": {
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "SessionInputWrapper": {
                "type": "object",
                "required": [
                    "SessionInput"
                ],
                "properties": {
                    "SessionInput": {
                        "$ref": "#/components/schemas/SessionInput"
                    }
                }
            },
            "JWT": {
                "description": "This class represents the JWT authentication token",
                "type": "object",
                "required": [
                    "token"
                ],
                "properties": {
                    "token": {
                        "description": "JWT authentication token",
                        "type": "string"
                    }
                }
            },
            "JWTWrapper": {
                "type": "object",
                "required": [
                    "JWT"
                ],
                "properties": {
                    "JWT": {
                        "$ref": "#/components/schemas/JWT"
                    }
                }
            },
            "JWTInput": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents the input for a JWT authentication token",
                        "type": "object",
                        "required": [
                            "username",
                            "password"
                        ],
                        "properties": {
                            "username": {
                                "description": "User name",
                                "type": "string"
                            },
                            "password": {
                                "description": "User password",
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "JWTInputWrapper": {
                "type": "object",
                "required": [
                    "JWTInput"
                ],
                "properties": {
                    "JWTInput": {
                        "$ref": "#/components/schemas/JWTInput"
                    }
                }
            },
            "UserGroup": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Content ID matcher class.",
                        "type": "object",
                        "required": [
                            "_remoteId",
                            "_id",
                            "ContentType",
                            "name",
                            "Versions",
                            "Section",
                            "MainLocation",
                            "Locations",
                            "Owner",
                            "lastModificationDate",
                            "mainLanguageCode",
                            "alwaysAvailable",
                            "Version",
                            "ParentUserGroup",
                            "Subgroups",
                            "Users",
                            "Roles"
                        ],
                        "properties": {
                            "_remoteId": {
                                "description": "Remote ID of the content type.",
                                "xml": {
                                    "attribute": true,
                                    "name": "remoteId"
                                },
                                "type": "string"
                            },
                            "_id": {
                                "description": "Unique ID of the content type.",
                                "xml": {
                                    "attribute": true,
                                    "name": "id"
                                },
                                "type": "integer"
                            },
                            "ContentType": {
                                "description": "Content type.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "name": {
                                "type": "string"
                            },
                            "Versions": {
                                "description": "Returns the VersionInfo for this version.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Section": {
                                "description": "The Section to which the content item is assigned to.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "MainLocation": {
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Locations": {
                                "description": "Location of the content item.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Owner": {
                                "description": "The owner of the content item.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "lastModificationDate": {
                                "description": "Content item modification date.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "mainLanguageCode": {
                                "description": "The main language code of the content item.",
                                "type": "string"
                            },
                            "alwaysAvailable": {
                                "type": "boolean"
                            },
                            "Version": {
                                "$ref": "#/components/schemas/Version"
                            },
                            "ParentUserGroup": {
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Subgroups": {
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Users": {
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Roles": {
                                "$ref": "#/components/schemas/Ref"
                            }
                        }
                    }
                ]
            },
            "UserGroupWrapper": {
                "type": "object",
                "required": [
                    "UserGroup"
                ],
                "properties": {
                    "UserGroup": {
                        "$ref": "#/components/schemas/UserGroup"
                    }
                }
            },
            "UserGroupList": {
                "description": "This class represents a User Group list.",
                "$ref": "#/components/schemas/BaseObject"
            },
            "UserGroupListWrapper": {
                "type": "object",
                "required": [
                    "UserGroupList"
                ],
                "properties": {
                    "UserGroupList": {
                        "$ref": "#/components/schemas/UserGroupList"
                    }
                }
            },
            "UserGroupRefList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Returns a list of the sub groups.",
                        "type": "object",
                        "required": [
                            "UserGroup"
                        ],
                        "properties": {
                            "UserGroup": {
                                "description": "This class represents a User group.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Ref"
                                }
                            }
                        }
                    }
                ]
            },
            "UserGroupRefListWrapper": {
                "type": "object",
                "required": [
                    "UserGroupRefList"
                ],
                "properties": {
                    "UserGroupRefList": {
                        "$ref": "#/components/schemas/UserGroupRefList"
                    }
                }
            },
            "UserGroupCreate": {
                "description": "This class is used to create a User Group.",
                "type": "object",
                "required": [
                    "mainLanguageCode",
                    "remoteId",
                    "fields"
                ],
                "properties": {
                    "mainLanguageCode": {
                        "type": "string"
                    },
                    "remoteId": {
                        "type": "string"
                    },
                    "fields": {
                        "$ref": "#/components/schemas/Fields"
                    }
                }
            },
            "UserGroupCreateWrapper": {
                "type": "object",
                "required": [
                    "UserGroupCreate"
                ],
                "properties": {
                    "UserGroupCreate": {
                        "$ref": "#/components/schemas/UserGroupCreate"
                    }
                }
            },
            "UserGroupUpdate": {
                "description": "This class is used to update a User group in the Repository.",
                "type": "object",
                "required": [
                    "Section"
                ],
                "properties": {
                    "Section": {
                        "type": "object",
                        "required": [
                            "_href"
                        ],
                        "properties": {
                            "_href": {
                                "xml": {
                                    "attribute": true,
                                    "name": "href"
                                },
                                "type": "string"
                            }
                        }
                    }
                }
            },
            "UserGroupUpdateWrapper": {
                "type": "object",
                "required": [
                    "UserGroupUpdate"
                ],
                "properties": {
                    "UserGroupUpdate": {
                        "$ref": "#/components/schemas/UserGroupUpdate"
                    }
                }
            },
            "UserGroupUnassign": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a User group.",
                        "type": "object",
                        "required": [
                            "Unassign"
                        ],
                        "properties": {
                            "Unassign": {
                                "$ref": "#/components/schemas/Unlink"
                            }
                        }
                    }
                ]
            },
            "Unlink": {
                "description": "Unlink a content type group from a content type.",
                "type": "object",
                "required": [
                    "_href",
                    "_method"
                ],
                "properties": {
                    "_href": {
                        "type": "string"
                    },
                    "_method": {
                        "enum": [
                            "DELETE"
                        ],
                        "type": "string"
                    }
                }
            },
            "User": {
                "type": "object",
                "description": "Reference to a registered user account",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the user reference"
                    },
                    "_href": {
                        "type": "string",
                        "description": "REST API URL reference to the user resource",
                        "format": "uri"
                    }
                },
                "required": [
                    "_media-type",
                    "_href"
                ],
                "additionalProperties": false
            },
            "UserWrapper": {
                "type": "object",
                "required": [
                    "User"
                ],
                "properties": {
                    "User": {
                        "$ref": "#/components/schemas/User"
                    }
                }
            },
            "UserList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a list of users.",
                        "type": "object",
                        "required": [
                            "User"
                        ],
                        "properties": {
                            "User": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/User"
                                }
                            }
                        }
                    }
                ]
            },
            "UserListWrapper": {
                "type": "object",
                "required": [
                    "UserList"
                ],
                "properties": {
                    "UserList": {
                        "$ref": "#/components/schemas/UserList"
                    }
                }
            },
            "UserRefList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Returns a list of the users.",
                        "type": "object",
                        "required": [
                            "User"
                        ],
                        "properties": {
                            "User": {
                                "description": "This class represents a User.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/BaseObject"
                                }
                            }
                        }
                    }
                ]
            },
            "UserRefListWrapper": {
                "type": "object",
                "required": [
                    "UserRefList"
                ],
                "properties": {
                    "UserRefList": {
                        "$ref": "#/components/schemas/UserRefList"
                    }
                }
            },
            "UserUpdate": {
                "description": "This class is used to update a User.",
                "type": "object",
                "required": [
                    "login"
                ],
                "properties": {
                    "login": {
                        "type": "string"
                    },
                    "email": {
                        "type": "string"
                    },
                    "password": {
                        "type": "string"
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "maxLogin": {
                        "type": "integer"
                    },
                    "ContentUpdate": {
                        "description": "The update structure for the profile content."
                    },
                    "ContentMetadataUpdate": {
                        "description": "The update structure for the profile metadata."
                    }
                }
            },
            "UserUpdateWrapper": {
                "type": "object",
                "required": [
                    "UserUpdate"
                ],
                "properties": {
                    "UserUpdate": {
                        "$ref": "#/components/schemas/UserUpdate"
                    }
                }
            },
            "UserCreate": {
                "description": "This class is used to create a User.",
                "type": "object",
                "required": [
                    "mainLanguageCode",
                    "remoteId",
                    "login",
                    "email",
                    "password"
                ],
                "properties": {
                    "mainLanguageCode": {
                        "type": "string"
                    },
                    "remoteId": {
                        "type": "string"
                    },
                    "login": {
                        "type": "string"
                    },
                    "email": {
                        "type": "string"
                    },
                    "password": {
                        "type": "string"
                    },
                    "enabled": {
                        "type": "boolean"
                    }
                }
            },
            "UserCreateWrapper": {
                "type": "object",
                "required": [
                    "UserCreate"
                ],
                "properties": {
                    "UserCreate": {
                        "$ref": "#/components/schemas/UserCreate"
                    }
                }
            },
            "Event": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Calendar event.",
                        "type": "object",
                        "required": [
                            "id",
                            "datetime",
                            "type",
                            "name",
                            "attributes"
                        ],
                        "properties": {
                            "id": {
                                "description": "The unique ID.",
                                "type": "string"
                            },
                            "datetime": {
                                "type": "string",
                                "format": "date-time"
                            },
                            "type": {
                                "description": "Event type identifier or name.",
                                "type": "string"
                            },
                            "name": {
                                "description": "Name of the calendar event.",
                                "type": "string"
                            },
                            "attributes": {
                                "description": "List of event attributes.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/EventAttribute"
                                }
                            }
                        }
                    }
                ]
            },
            "EventAttribute": {
                "type": "object",
                "required": [
                    "label",
                    "value"
                ],
                "properties": {
                    "label": {
                        "description": "Label of the attribute.",
                        "type": "string"
                    },
                    "value": {
                        "description": "Value of the attribute.",
                        "type": "string"
                    }
                }
            },
            "EventList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "List of calendar events.",
                        "type": "object",
                        "required": [
                            "_currentPage",
                            "totalCount",
                            "events"
                        ],
                        "properties": {
                            "_currentPage": {
                                "description": "Current page representation.",
                                "xml": {
                                    "attribute": true,
                                    "name": "currentPage"
                                },
                                "type": "string"
                            },
                            "nextPage": {
                                "description": "Next page representation.",
                                "type": "string"
                            },
                            "totalCount": {
                                "description": "Total count of events.",
                                "type": "integer"
                            },
                            "events": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Event"
                                }
                            }
                        }
                    }
                ]
            },
            "EventListWrapper": {
                "type": "object",
                "required": [
                    "EventList"
                ],
                "properties": {
                    "EventList": {
                        "$ref": "#/components/schemas/EventList"
                    }
                }
            },
            "EventGroup": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Event group.",
                        "type": "object",
                        "required": [
                            "_currentPage",
                            "totalCount",
                            "events"
                        ],
                        "properties": {
                            "_currentPage": {
                                "description": "Current page representation.",
                                "xml": {
                                    "attribute": true,
                                    "name": "currentPage"
                                },
                                "type": "string"
                            },
                            "nextPage": {
                                "description": "Next page representation.",
                                "type": "string"
                            },
                            "groupKey": {
                                "$ref": "#/components/schemas/DateRange"
                            },
                            "totalCount": {
                                "description": "Total count of events.",
                                "type": "integer"
                            },
                            "events": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Event"
                                }
                            }
                        }
                    }
                ]
            },
            "EventGroupList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "Grouped calendar event list.",
                        "type": "object",
                        "required": [
                            "groups"
                        ],
                        "properties": {
                            "groups": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/EventGroup"
                                }
                            }
                        }
                    }
                ]
            },
            "EventGroupListWrapper": {
                "type": "object",
                "required": [
                    "EventGroupList"
                ],
                "properties": {
                    "EventGroupList": {
                        "$ref": "#/components/schemas/EventGroupList"
                    }
                }
            },
            "UnscheduleAction": {
                "description": "This class represents events to unschedule",
                "type": "object",
                "required": [
                    "events"
                ],
                "properties": {
                    "events": {
                        "description": "list of events",
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "UnscheduleActionWrapper": {
                "type": "object",
                "required": [
                    "UnscheduleAction"
                ],
                "properties": {
                    "UnscheduleAction": {
                        "$ref": "#/components/schemas/UnscheduleAction"
                    }
                }
            },
            "AttributeGroup": {
                "description": "This class represents an attribute group.",
                "type": "object",
                "required": [
                    "name",
                    "identifier",
                    "position"
                ],
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "position": {
                        "type": "integer"
                    }
                }
            },
            "AttributeGroupWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroup"
                ],
                "properties": {
                    "AttributeGroup": {
                        "$ref": "#/components/schemas/AttributeGroup"
                    }
                }
            },
            "AttributeGroupCreate": {
                "description": "This class is used to create an attribute group.",
                "type": "object",
                "required": [
                    "identifier",
                    "names",
                    "position"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "names": {
                        "type": "object"
                    },
                    "position": {
                        "type": "integer"
                    }
                }
            },
            "AttributeGroupCreateWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroupCreate"
                ],
                "properties": {
                    "AttributeGroupCreate": {
                        "$ref": "#/components/schemas/AttributeGroupCreate"
                    }
                }
            },
            "AttributeGroupUpdate": {
                "description": "This class is used to update an attribute group.",
                "type": "object",
                "required": [
                    "identifier",
                    "names",
                    "position"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "names": {
                        "type": "object"
                    },
                    "position": {
                        "type": "integer"
                    }
                }
            },
            "AttributeGroupUpdateWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroupUpdate"
                ],
                "properties": {
                    "AttributeGroupUpdate": {
                        "$ref": "#/components/schemas/AttributeGroupUpdate"
                    }
                }
            },
            "AttributeGroupList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents an attribute group list.",
                        "type": "object",
                        "required": [
                            "AttributeGroup"
                        ],
                        "properties": {
                            "AttributeGroup": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/AttributeGroup"
                                }
                            }
                        }
                    }
                ]
            },
            "AttributeGroupListWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroupList"
                ],
                "properties": {
                    "AttributeGroupList": {
                        "$ref": "#/components/schemas/AttributeGroupList"
                    }
                }
            },
            "AttributeGroupListGet": {
                "description": "This class represents an attribute group list request.",
                "type": "object",
                "required": [
                    "prefix",
                    "offset",
                    "limit"
                ],
                "properties": {
                    "prefix": {
                        "type": "string"
                    },
                    "offset": {
                        "type": "integer"
                    },
                    "limit": {
                        "type": "integer"
                    }
                }
            },
            "AttributeGroupListGetWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroupListGet"
                ],
                "properties": {
                    "AttributeGroupListGet": {
                        "$ref": "#/components/schemas/AttributeGroupListGet"
                    }
                }
            },
            "AttributeGroupGet": {
                "description": "This class represents an attribute group query.",
                "type": "object",
                "required": [
                    "languages"
                ],
                "properties": {
                    "languages": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "AttributeGroupGetWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroupGet"
                ],
                "properties": {
                    "AttributeGroupGet": {
                        "$ref": "#/components/schemas/AttributeGroupGet"
                    }
                }
            },
            "AttributeGroupListResult": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "count",
                            "AttributeGroupList"
                        ],
                        "properties": {
                            "count": {
                                "type": "integer"
                            },
                            "AttributeGroupList": {
                                "$ref": "#/components/schemas/AttributeGroupList"
                            }
                        }
                    }
                ]
            },
            "AttributeGroupView": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents an attribute group view.",
                        "type": "object",
                        "required": [
                            "identifier",
                            "Result"
                        ],
                        "properties": {
                            "identifier": {
                                "type": "string"
                            },
                            "Result": {
                                "$ref": "#/components/schemas/AttributeGroupListResult"
                            }
                        }
                    }
                ]
            },
            "AttributeGroupViewWrapper": {
                "type": "object",
                "required": [
                    "AttributeGroupView"
                ],
                "properties": {
                    "AttributeGroupView": {
                        "$ref": "#/components/schemas/AttributeGroupView"
                    }
                }
            },
            "AttributeGroupViewInput": {
                "description": "This class represents an attribute group view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "identifier",
                    "AttributeGroupQuery"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "AttributeGroupQuery": {
                        "type": "object",
                        "required": [
                            "limit",
                            "offset",
                            "name_prefix"
                        ],
                        "properties": {
                            "limit": {
                                "type": "string"
                            },
                            "offset": {
                                "type": "string"
                            },
                            "name_prefix": {
                                "type": "string"
                            }
                        }
                    }
                }
            },
            "AttributeGroupViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/AttributeGroupViewInput"
                    }
                }
            },
            "AttributeType": {
                "description": "This class represents an attribute type.",
                "type": "object",
                "required": [
                    "identifier",
                    "name"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "AttributeTypeWrapper": {
                "type": "object",
                "required": [
                    "AttributeType"
                ],
                "properties": {
                    "AttributeType": {
                        "$ref": "#/components/schemas/AttributeType"
                    }
                }
            },
            "AttributeTypeList": {
                "description": "This class represents an attribute type list.",
                "type": "object",
                "required": [
                    "attributeTypes"
                ],
                "properties": {
                    "attributeTypes": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AttributeType"
                        }
                    }
                }
            },
            "AttributeTypeListWrapper": {
                "type": "object",
                "required": [
                    "AttributeTypeList"
                ],
                "properties": {
                    "AttributeTypeList": {
                        "$ref": "#/components/schemas/AttributeTypeList"
                    }
                }
            },
            "CartList": {
                "type": "object"
            },
            "Attribute": {
                "description": "This class represents an attribute.",
                "type": "object",
                "required": [
                    "name",
                    "identifier",
                    "description",
                    "type",
                    "type_identifier",
                    "value",
                    "group",
                    "position",
                    "options"
                ],
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "type_identifier": {
                        "type": "string"
                    },
                    "value": {
                        "type": []
                    },
                    "group": {
                        "type": "string"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "options": {
                        "type": [
                            "object",
                            "array"
                        ]
                    }
                }
            },
            "AttributeWrapper": {
                "type": "object",
                "required": [
                    "Attribute"
                ],
                "properties": {
                    "Attribute": {
                        "$ref": "#/components/schemas/Attribute"
                    }
                }
            },
            "AttributeCreate": {
                "description": "This class is used to create an attribute.",
                "type": "object",
                "required": [
                    "identifier",
                    "type",
                    "group",
                    "names",
                    "descriptions",
                    "position",
                    "options"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "group": {
                        "type": "string"
                    },
                    "names": {
                        "type": "object"
                    },
                    "descriptions": {
                        "type": "object"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "options": {
                        "type": [
                            "object",
                            "array"
                        ]
                    }
                }
            },
            "AttributeCreateWrapper": {
                "type": "object",
                "required": [
                    "AttributeCreate"
                ],
                "properties": {
                    "AttributeCreate": {
                        "$ref": "#/components/schemas/AttributeCreate"
                    }
                }
            },
            "AttributeUpdate": {
                "description": "This class is used to update an attribute.",
                "type": "object",
                "required": [
                    "identifier",
                    "names",
                    "descriptions",
                    "position",
                    "options"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "names": {
                        "type": "object"
                    },
                    "descriptions": {
                        "type": "object"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "options": {
                        "type": "object"
                    }
                }
            },
            "AttributeUpdateWrapper": {
                "type": "object",
                "required": [
                    "AttributeUpdate"
                ],
                "properties": {
                    "AttributeUpdate": {
                        "$ref": "#/components/schemas/AttributeUpdate"
                    }
                }
            },
            "AttributeList": {
                "description": "This class represents an attribute list.",
                "type": "object",
                "required": [
                    "Attribute"
                ],
                "properties": {
                    "Attribute": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Attribute"
                        }
                    }
                }
            },
            "AttributeListWrapper": {
                "type": "object",
                "required": [
                    "AttributeList"
                ],
                "properties": {
                    "AttributeList": {
                        "$ref": "#/components/schemas/AttributeList"
                    }
                }
            },
            "AttributeView": {
                "description": "This class represents an attribute view.",
                "type": "object",
                "required": [
                    "identifier",
                    "AttributeQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "AttributeQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "type": "object"
                    }
                }
            },
            "AttributeViewWrapper": {
                "type": "object",
                "required": [
                    "AttributeView"
                ],
                "properties": {
                    "AttributeView": {
                        "$ref": "#/components/schemas/AttributeView"
                    }
                }
            },
            "AttributeViewInput": {
                "description": "This class represents an attribute view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "identifier",
                    "AttributeQuery"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "AttributeQuery": {
                        "type": "object"
                    }
                }
            },
            "AttributeViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/AttributeViewInput"
                    }
                }
            },
            "AttributeAssignment": {
                "type": "object",
                "required": [
                    "is_required",
                    "is_discriminator",
                    "Attribute"
                ],
                "properties": {
                    "is_required": {
                        "type": "boolean"
                    },
                    "is_discriminator": {
                        "type": "boolean"
                    },
                    "Attribute": {
                        "$ref": "#/components/schemas/Attribute"
                    }
                }
            },
            "Catalog": {
                "description": "This class represents a catalog.",
                "type": "object",
                "required": [
                    "identifier",
                    "name",
                    "description",
                    "created",
                    "modified",
                    "status",
                    "User",
                    "Criteria"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "created": {
                        "type": "integer"
                    },
                    "modified": {
                        "type": "integer"
                    },
                    "status": {
                        "type": "string"
                    },
                    "User": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Criteria": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Criterion"
                        }
                    }
                }
            },
            "CatalogWrapper": {
                "type": "object",
                "required": [
                    "Catalog"
                ],
                "properties": {
                    "Catalog": {
                        "$ref": "#/components/schemas/Catalog"
                    }
                }
            },
            "CatalogCreate": {
                "description": "This class is used to create a catalog.",
                "type": "object",
                "required": [
                    "identifier",
                    "criteria",
                    "names",
                    "status"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "criteria": {
                        "$ref": "#/components/schemas/Criterion"
                    },
                    "names": {
                        "type": "object"
                    },
                    "descriptions": {
                        "type": "object"
                    },
                    "status": {
                        "type": "string"
                    },
                    "creator_id": {
                        "type": "integer"
                    }
                }
            },
            "CatalogCreateWrapper": {
                "type": "object",
                "required": [
                    "CatalogCreate"
                ],
                "properties": {
                    "CatalogCreate": {
                        "$ref": "#/components/schemas/CatalogCreate"
                    }
                }
            },
            "CatalogUpdate": {
                "description": "This class is used to update a catalog.",
                "type": "object",
                "required": [
                    "identifier",
                    "transition",
                    "criteria",
                    "names",
                    "descriptions"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "transition": {
                        "type": "string"
                    },
                    "criteria": {
                        "$ref": "#/components/schemas/Criterion"
                    },
                    "names": {
                        "type": "object"
                    },
                    "descriptions": {
                        "type": "object"
                    }
                }
            },
            "CatalogUpdateWrapper": {
                "type": "object",
                "required": [
                    "CatalogUpdate"
                ],
                "properties": {
                    "CatalogUpdate": {
                        "$ref": "#/components/schemas/CatalogUpdate"
                    }
                }
            },
            "CatalogCopy": {
                "description": "This class is used to copy a catalog.",
                "type": "object",
                "required": [
                    "identifier",
                    "creator_id"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "creator_id": {
                        "description": "Optional",
                        "type": "integer"
                    }
                }
            },
            "CatalogCopyWrapper": {
                "type": "object",
                "required": [
                    "CatalogCopy"
                ],
                "properties": {
                    "CatalogCopy": {
                        "$ref": "#/components/schemas/CatalogCopy"
                    }
                }
            },
            "CatalogList": {
                "description": "This class represents a catalog list.",
                "type": "object",
                "required": [
                    "Catalog"
                ],
                "properties": {
                    "Catalog": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Catalog"
                        }
                    }
                }
            },
            "CatalogListViewResult": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "CatalogList"
                        ],
                        "properties": {
                            "CatalogList": {
                                "$ref": "#/components/schemas/CatalogList"
                            }
                        }
                    }
                ]
            },
            "CatalogView": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "identifier",
                            "CatalogQuery",
                            "Result"
                        ],
                        "properties": {
                            "identifier": {
                                "type": "string"
                            },
                            "CatalogQuery": {
                                "$ref": "#/components/schemas/Ref"
                            },
                            "Result": {
                                "$ref": "#/components/schemas/CatalogListViewResult"
                            }
                        }
                    }
                ]
            },
            "CatalogViewWrapper": {
                "type": "object",
                "required": [
                    "CatalogView"
                ],
                "properties": {
                    "CatalogView": {
                        "$ref": "#/components/schemas/CatalogView"
                    }
                }
            },
            "CatalogViewInput": {
                "description": "This class represents a catalog view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "CatalogQuery"
                ],
                "properties": {
                    "CatalogQuery": {
                        "type": "object"
                    }
                }
            },
            "CatalogViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/CatalogViewInput"
                    }
                }
            },
            "Currency": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents currency.",
                        "type": "object",
                        "required": [
                            "id",
                            "code",
                            "subunits",
                            "enabled"
                        ],
                        "properties": {
                            "id": {
                                "type": "integer"
                            },
                            "code": {
                                "type": "string"
                            },
                            "subunits": {
                                "type": "integer"
                            },
                            "enabled": {
                                "type": "boolean"
                            }
                        }
                    }
                ]
            },
            "CurrencyWrapper": {
                "type": "object",
                "required": [
                    "Currency"
                ],
                "properties": {
                    "Currency": {
                        "$ref": "#/components/schemas/Currency"
                    }
                }
            },
            "CurrencyCreate": {
                "description": "This class is used to create currency.",
                "type": "object",
                "required": [
                    "code",
                    "subunits",
                    "enabled"
                ],
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "subunits": {
                        "type": "integer"
                    },
                    "enabled": {
                        "type": "boolean"
                    }
                }
            },
            "CurrencyCreateWrapper": {
                "type": "object",
                "required": [
                    "CurrencyCreate"
                ],
                "properties": {
                    "CurrencyCreate": {
                        "$ref": "#/components/schemas/CurrencyCreate"
                    }
                }
            },
            "CurrencyUpdate": {
                "description": "This class is used to update currency.",
                "type": "object",
                "required": [
                    "subunits",
                    "enabled"
                ],
                "properties": {
                    "subunits": {
                        "type": "integer"
                    },
                    "enabled": {
                        "type": "boolean"
                    }
                }
            },
            "CurrencyUpdateWrapper": {
                "type": "object",
                "required": [
                    "CurrencyUpdate"
                ],
                "properties": {
                    "CurrencyUpdate": {
                        "$ref": "#/components/schemas/CurrencyUpdate"
                    }
                }
            },
            "CurrencyView": {
                "description": "This class represents a currency view.",
                "type": "object",
                "required": [
                    "identifier",
                    "CurrencyQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "CurrencyQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "type": "object"
                    }
                }
            },
            "CurrencyViewWrapper": {
                "type": "object",
                "required": [
                    "CurrencyView"
                ],
                "properties": {
                    "CurrencyView": {
                        "$ref": "#/components/schemas/CurrencyView"
                    }
                }
            },
            "CurrencyViewInput": {
                "description": "This class represents a currency view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "CurrencyQuery"
                ],
                "properties": {
                    "CurrencyQuery": {
                        "type": "object"
                    }
                }
            },
            "CurrencyViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/CurrencyViewInput"
                    }
                }
            },
            "CurrencyList": {
                "description": "This class represents a currency list.",
                "type": "object",
                "required": [
                    "Currency"
                ],
                "properties": {
                    "Currency": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Currency"
                        }
                    }
                }
            },
            "CurrencyListWrapper": {
                "type": "object",
                "required": [
                    "CurrencyList"
                ],
                "properties": {
                    "CurrencyList": {
                        "$ref": "#/components/schemas/CurrencyList"
                    }
                }
            },
            "CustomerGroup": {
                "description": "This class represents a customer group.",
                "type": "object",
                "required": [
                    "id",
                    "name",
                    "identifier",
                    "description",
                    "users",
                    "global_price_rate"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "users": {
                        "description": "A list of users attached to the customer group.",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/User"
                        }
                    },
                    "global_price_rate": {
                        "description": "A numeric string",
                        "type": "string"
                    }
                }
            },
            "CustomerGroupWrapper": {
                "type": "object",
                "required": [
                    "CustomerGroup"
                ],
                "properties": {
                    "CustomerGroup": {
                        "$ref": "#/components/schemas/CustomerGroup"
                    }
                }
            },
            "CustomerGroupCreate": {
                "description": "This class is used to create a customer group.",
                "type": "object",
                "required": [
                    "identifier",
                    "names",
                    "descriptions",
                    "global_price_rate"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "names": {
                        "type": "object"
                    },
                    "descriptions": {
                        "type": "object"
                    },
                    "global_price_rate": {
                        "description": "numeric-string",
                        "type": "string"
                    }
                }
            },
            "CustomerGroupCreateWrapper": {
                "type": "object",
                "required": [
                    "CustomerGroupCreate"
                ],
                "properties": {
                    "CustomerGroupCreate": {
                        "$ref": "#/components/schemas/CustomerGroupCreate"
                    }
                }
            },
            "CustomerGroupUpdate": {
                "description": "This class is used to update a customer group.",
                "type": "object",
                "required": [
                    "names",
                    "identifier",
                    "global_price_rate"
                ],
                "properties": {
                    "names": {
                        "type": "object"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "global_price_rate": {
                        "type": "string"
                    },
                    "descriptions": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "CustomerGroupUpdateWrapper": {
                "type": "object",
                "required": [
                    "CustomerGroupUpdate"
                ],
                "properties": {
                    "CustomerGroupUpdate": {
                        "$ref": "#/components/schemas/CustomerGroupUpdate"
                    }
                }
            },
            "CustomerGroupList": {
                "description": "This class represents a customer group list.",
                "type": "object",
                "required": [
                    "CustomerGroup"
                ],
                "properties": {
                    "CustomerGroup": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CustomerGroup"
                        }
                    }
                }
            },
            "CustomerGroupListWrapper": {
                "type": "object",
                "required": [
                    "CustomerGroupList"
                ],
                "properties": {
                    "CustomerGroupList": {
                        "$ref": "#/components/schemas/CustomerGroupList"
                    }
                }
            },
            "CustomerGroupListResult": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "CustomerGroupList"
                        ],
                        "properties": {
                            "CustomerGroupList": {
                                "allOf": [
                                    {
                                        "$ref": "#/components/schemas/BaseObject"
                                    },
                                    {
                                        "type": "object",
                                        "required": [
                                            "CustomerGroup"
                                        ],
                                        "properties": {
                                            "CustomerGroup": {
                                                "type": "array",
                                                "items": {
                                                    "$ref": "#/components/schemas/CustomerGroup"
                                                }
                                            }
                                        }
                                    }
                                ]
                            }
                        }
                    }
                ]
            },
            "CustomerGroupViewInput": {
                "description": "This class represents a customer group view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "CustomerGroupQuery"
                ],
                "properties": {
                    "CustomerGroupQuery": {
                        "type": "object"
                    }
                }
            },
            "CustomerGroupViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/CustomerGroupViewInput"
                    }
                }
            },
            "CustomerGroupView": {
                "description": "This class represents a customer group view.",
                "type": "object",
                "required": [
                    "identifier",
                    "CustomerGroupQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "CustomerGroupQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "$ref": "#/components/schemas/CustomerGroupListResult"
                    }
                }
            },
            "CustomerGroupViewWrapper": {
                "type": "object",
                "required": [
                    "CustomerGroupView"
                ],
                "properties": {
                    "CustomerGroupView": {
                        "$ref": "#/components/schemas/CustomerGroupView"
                    }
                }
            },
            "Region": {
                "description": "This class represents a region.",
                "type": "object",
                "required": [
                    "identifier"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    }
                }
            },
            "RegionWrapper": {
                "type": "object",
                "required": [
                    "Region"
                ],
                "properties": {
                    "Region": {
                        "$ref": "#/components/schemas/Region"
                    }
                }
            },
            "RegionList": {
                "description": "This class represents a region list.",
                "type": "object",
                "required": [
                    "Region"
                ],
                "properties": {
                    "Region": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Ref"
                        }
                    }
                }
            },
            "RegionListWrapper": {
                "type": "object",
                "required": [
                    "RegionList"
                ],
                "properties": {
                    "RegionList": {
                        "$ref": "#/components/schemas/RegionList"
                    }
                }
            },
            "RegionView": {
                "description": "This class represents a region view.",
                "type": "object",
                "required": [
                    "identifier",
                    "RegionQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "RegionQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "type": "object"
                    }
                }
            },
            "RegionViewWrapper": {
                "type": "object",
                "required": [
                    "RegionView"
                ],
                "properties": {
                    "RegionView": {
                        "$ref": "#/components/schemas/RegionView"
                    }
                }
            },
            "RegionViewInput": {
                "description": "This class represents a region view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "RegionQuery"
                ],
                "properties": {
                    "RegionQuery": {
                        "type": "object"
                    }
                }
            },
            "RegionViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/RegionViewInput"
                    }
                }
            },
            "ProductType": {
                "description": "This class represents a product type.",
                "type": "object",
                "required": [
                    "identifier",
                    "name",
                    "AttributeAssignmentList"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "AttributeAssignmentList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AttributeAssignment"
                        }
                    }
                }
            },
            "ProductTypeWrapper": {
                "type": "object",
                "required": [
                    "ProductType"
                ],
                "properties": {
                    "ProductType": {
                        "$ref": "#/components/schemas/ProductType"
                    }
                }
            },
            "ProductTypeCreate": {
                "description": "This class is used to create a product type.",
                "type": "object",
                "required": [
                    "ContentTypeCreateStruct",
                    "main_language_code",
                    "assigned_attributes"
                ],
                "properties": {
                    "ContentTypeCreateStruct": {
                        "type": "object"
                    },
                    "main_language_code": {
                        "type": "string"
                    },
                    "assigned_attributes": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductTypeAssignedAttribute"
                        }
                    }
                }
            },
            "ProductTypeCreateWrapper": {
                "type": "object",
                "required": [
                    "ProductTypeCreate"
                ],
                "properties": {
                    "ProductTypeCreate": {
                        "$ref": "#/components/schemas/ProductTypeCreate"
                    }
                }
            },
            "ProductTypeUpdate": {
                "description": "This class is used to update a product type.",
                "type": "object",
                "required": [
                    "ContentTypeUpdateStruct",
                    "assigned_attributes"
                ],
                "properties": {
                    "ContentTypeUpdateStruct": {
                        "$ref": "#/components/schemas/ContentTypeUpdateStruct"
                    },
                    "assigned_attributes": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductTypeAssignedAttribute"
                        }
                    }
                }
            },
            "ProductTypeUpdateWrapper": {
                "type": "object",
                "required": [
                    "ProductTypeUpdate"
                ],
                "properties": {
                    "ProductTypeUpdate": {
                        "$ref": "#/components/schemas/ProductTypeUpdate"
                    }
                }
            },
            "ProductTypeUsage": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a product type usage.",
                        "type": "object",
                        "required": [
                            "is_used"
                        ],
                        "properties": {
                            "is_used": {
                                "type": "boolean"
                            }
                        }
                    }
                ]
            },
            "ProductTypeUsageWrapper": {
                "type": "object",
                "required": [
                    "ProductTypeUsage"
                ],
                "properties": {
                    "ProductTypeUsage": {
                        "$ref": "#/components/schemas/ProductTypeUsage"
                    }
                }
            },
            "ProductTypeView": {
                "description": "This class represents a product type view.",
                "type": "object",
                "required": [
                    "identifier",
                    "ProductTypeQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "ProductTypeQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "type": "object"
                    }
                }
            },
            "ProductTypeViewWrapper": {
                "type": "object",
                "required": [
                    "ProductTypeView"
                ],
                "properties": {
                    "ProductTypeView": {
                        "$ref": "#/components/schemas/ProductTypeView"
                    }
                }
            },
            "ProductTypeList": {
                "description": "This class represents a product type list.",
                "type": "object",
                "required": [
                    "ProductType"
                ],
                "properties": {
                    "ProductType": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductType"
                        }
                    }
                }
            },
            "ProductTypeListWrapper": {
                "type": "object",
                "required": [
                    "ProductTypeList"
                ],
                "properties": {
                    "ProductTypeList": {
                        "$ref": "#/components/schemas/ProductTypeList"
                    }
                }
            },
            "ProductTypeListGet": {
                "description": "This class represents a product type list query.",
                "type": "object",
                "required": [
                    "name_prefix",
                    "offset",
                    "limit"
                ],
                "properties": {
                    "name_prefix": {
                        "type": "string"
                    },
                    "offset": {
                        "type": "integer"
                    },
                    "limit": {
                        "type": "integer"
                    },
                    "languages": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "ProductTypeListGetWrapper": {
                "type": "object",
                "required": [
                    "ProductTypeListGet"
                ],
                "properties": {
                    "ProductTypeListGet": {
                        "$ref": "#/components/schemas/ProductTypeListGet"
                    }
                }
            },
            "ProductTypeViewInput": {
                "description": "This class represents a product type view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "ProductTypeQuery"
                ],
                "properties": {
                    "ProductTypeQuery": {
                        "type": "object"
                    }
                }
            },
            "ProductTypeViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/ProductTypeViewInput"
                    }
                }
            },
            "ProductTypeAssignedAttribute": {
                "type": "object",
                "required": [
                    "identifier",
                    "is_required",
                    "is_discriminator"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "is_required": {
                        "type": "boolean"
                    },
                    "is_discriminator": {
                        "type": "boolean"
                    }
                }
            },
            "ProductVariant": {
                "description": "This class represents a product variant.",
                "type": "object",
                "required": [
                    "code",
                    "name",
                    "Product",
                    "DiscriminatorAttributesList"
                ],
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "Product": {
                        "$ref": "#/components/schemas/Product"
                    },
                    "DiscriminatorAttributesList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Attribute"
                        }
                    }
                }
            },
            "ProductVariantWrapper": {
                "type": "object",
                "required": [
                    "ProductVariant"
                ],
                "properties": {
                    "ProductVariant": {
                        "$ref": "#/components/schemas/ProductVariant"
                    }
                }
            },
            "ProductVariantView": {
                "description": "This class represents a product variant view.",
                "type": "object",
                "required": [
                    "identifier",
                    "ProductVariantQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "ProductVariantQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "type": "object"
                    }
                }
            },
            "ProductVariantViewWrapper": {
                "type": "object",
                "required": [
                    "ProductVariantView"
                ],
                "properties": {
                    "ProductVariantView": {
                        "$ref": "#/components/schemas/ProductVariantView"
                    }
                }
            },
            "ProductVariantViewInput": {
                "description": "This class represents a product variant view input.",
                "type": "object",
                "required": [
                    "ProductVariantQuery"
                ],
                "properties": {
                    "ProductVariantQuery": {
                        "type": "object"
                    }
                }
            },
            "ProductVariantViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/ProductVariantViewInput"
                    }
                }
            },
            "ProductVariantCreate": {
                "description": "This class is used to create a product variant.",
                "type": "object",
                "required": [
                    "code",
                    "attributes"
                ],
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "attributes": {
                        "description": "array<int|string,mixed>",
                        "type": "object"
                    }
                }
            },
            "ProductVariantCreateWrapper": {
                "type": "object",
                "required": [
                    "ProductVariantCreate"
                ],
                "properties": {
                    "ProductVariantCreate": {
                        "$ref": "#/components/schemas/ProductVariantCreate"
                    }
                }
            },
            "ProductVariantUpdate": {
                "description": "This class is used to update a product variant.",
                "type": "object",
                "required": [
                    "code",
                    "attributes"
                ],
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "attributes": {
                        "description": "array<int|string,mixed>",
                        "type": "object"
                    }
                }
            },
            "ProductVariantUpdateWrapper": {
                "type": "object",
                "required": [
                    "ProductVariantUpdate"
                ],
                "properties": {
                    "ProductVariantUpdate": {
                        "$ref": "#/components/schemas/ProductVariantUpdate"
                    }
                }
            },
            "ProductVariantGenerate": {
                "description": "This class is used to generate a product variant.",
                "type": "object",
                "required": [
                    "attributes"
                ],
                "properties": {
                    "attributes": {
                        "description": "array<int|string,mixed>",
                        "type": "object"
                    }
                }
            },
            "ProductVariantGenerateWrapper": {
                "type": "object",
                "required": [
                    "ProductVariantGenerate"
                ],
                "properties": {
                    "ProductVariantGenerate": {
                        "$ref": "#/components/schemas/ProductVariantGenerate"
                    }
                }
            },
            "ProductSortClause": {
                "type": "object",
                "required": [
                    "name"
                ],
                "properties": {
                    "name": {
                        "type": "string"
                    }
                }
            },
            "ProductSortClauseList": {
                "description": "This class represents a product sort clause list.",
                "type": "object",
                "required": [
                    "ProductSortClause"
                ],
                "properties": {
                    "ProductSortClause": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductSortClause"
                        }
                    }
                }
            },
            "ProductSortClauseListWrapper": {
                "type": "object",
                "required": [
                    "ProductSortClauseList"
                ],
                "properties": {
                    "ProductSortClauseList": {
                        "$ref": "#/components/schemas/ProductSortClauseList"
                    }
                }
            },
            "Product": {
                "description": "This class represents a product.",
                "type": "object",
                "required": [
                    "code",
                    "name",
                    "ProductType",
                    "AttributesList"
                ],
                "properties": {
                    "isVariant": {
                        "type": "boolean"
                    },
                    "isBaseProduct": {
                        "type": "boolean"
                    },
                    "code": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "ProductType": {
                        "$ref": "#/components/schemas/ProductType"
                    },
                    "Content": {
                        "$ref": "#/components/schemas/Content"
                    },
                    "Thumbnail": {
                        "$ref": "#/components/schemas/Thumbnail"
                    },
                    "created_at": {
                        "type": "integer"
                    },
                    "updated_at": {
                        "type": "integer"
                    },
                    "AttributesList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Attribute"
                        }
                    }
                }
            },
            "ProductWrapper": {
                "type": "object",
                "required": [
                    "Product"
                ],
                "properties": {
                    "Product": {
                        "$ref": "#/components/schemas/Product"
                    }
                }
            },
            "ProductCreate": {
                "description": "This class is used to create a product.",
                "type": "object",
                "required": [
                    "ContentCreate",
                    "code",
                    "attributes"
                ],
                "properties": {
                    "ContentCreate": {
                        "$ref": "#/components/schemas/ContentCreate"
                    },
                    "code": {
                        "type": "string"
                    },
                    "attributes": {
                        "type": "object"
                    }
                }
            },
            "ProductCreateWrapper": {
                "type": "object",
                "required": [
                    "ProductCreate"
                ],
                "properties": {
                    "ProductCreate": {
                        "$ref": "#/components/schemas/ProductCreate"
                    }
                }
            },
            "ProductUpdate": {
                "description": "This class is used to update a product.",
                "type": "object",
                "required": [
                    "ContentUpdate",
                    "code"
                ],
                "properties": {
                    "ContentUpdate": {
                        "$ref": "#/components/schemas/ContentUpdate"
                    },
                    "code": {
                        "type": "string"
                    },
                    "attributes": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    }
                }
            },
            "ProductUpdateWrapper": {
                "type": "object",
                "required": [
                    "ProductUpdate"
                ],
                "properties": {
                    "ProductUpdate": {
                        "$ref": "#/components/schemas/ProductUpdate"
                    }
                }
            },
            "ProductContentUpdate": {
                "type": "object",
                "required": [
                    "__url",
                    "fields"
                ],
                "properties": {
                    "__url": {
                        "xml": {
                            "attribute": true,
                            "name": "url"
                        },
                        "type": "string"
                    },
                    "fields": {
                        "type": "object",
                        "required": [
                            "field"
                        ],
                        "properties": {
                            "field": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Field"
                                }
                            }
                        }
                    }
                }
            },
            "ProductView": {
                "description": "This class represents a product view.",
                "type": "object",
                "required": [
                    "identifier",
                    "ProductQuery",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "ProductQuery": {
                        "type": "object"
                    },
                    "Result": {
                        "type": "object"
                    }
                }
            },
            "ProductViewWrapper": {
                "type": "object",
                "required": [
                    "ProductView"
                ],
                "properties": {
                    "ProductView": {
                        "$ref": "#/components/schemas/ProductView"
                    }
                }
            },
            "ProductViewInput": {
                "description": "This class represents a product view input.",
                "xml": {
                    "name": "ViewInput"
                },
                "type": "object",
                "required": [
                    "ProductQuery"
                ],
                "properties": {
                    "ProductQuery": {
                        "type": "object"
                    }
                }
            },
            "ProductViewInputWrapper": {
                "type": "object",
                "required": [
                    "ViewInput"
                ],
                "properties": {
                    "ViewInput": {
                        "$ref": "#/components/schemas/ProductViewInput"
                    }
                }
            },
            "ProductList": {
                "description": "This class represents a product list.",
                "type": "object",
                "required": [
                    "Product"
                ],
                "properties": {
                    "Product": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Product"
                        }
                    }
                }
            },
            "ProductListWrapper": {
                "type": "object",
                "required": [
                    "ProductList"
                ],
                "properties": {
                    "ProductList": {
                        "$ref": "#/components/schemas/ProductList"
                    }
                }
            },
            "ProductListGet": {
                "description": "This class represents a product list GET.",
                "type": "object",
                "required": [
                    "offset",
                    "limit",
                    "languages"
                ],
                "properties": {
                    "offset": {
                        "type": "integer"
                    },
                    "limit": {
                        "type": "integer"
                    },
                    "languages": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "ProductListGetWrapper": {
                "type": "object",
                "required": [
                    "ProductListGet"
                ],
                "properties": {
                    "ProductListGet": {
                        "$ref": "#/components/schemas/ProductListGet"
                    }
                }
            },
            "ProductGet": {
                "description": "This class represents a product GET.",
                "type": "object",
                "required": [
                    "languages"
                ],
                "properties": {
                    "languages": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "ProductGetWrapper": {
                "type": "object",
                "required": [
                    "ProductGet"
                ],
                "properties": {
                    "ProductGet": {
                        "$ref": "#/components/schemas/ProductGet"
                    }
                }
            },
            "ProductFilter": {
                "type": "object",
                "required": [
                    "name"
                ],
                "properties": {
                    "name": {
                        "type": "string"
                    }
                }
            },
            "ProductFilterList": {
                "description": "This class represents a product filter list.",
                "type": "object",
                "required": [
                    "ProductFilter"
                ],
                "properties": {
                    "ProductFilter": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductFilter"
                        }
                    }
                }
            },
            "ProductFilterListWrapper": {
                "type": "object",
                "required": [
                    "ProductFilterList"
                ],
                "properties": {
                    "ProductFilterList": {
                        "$ref": "#/components/schemas/ProductFilterList"
                    }
                }
            },
            "Price": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a price.",
                        "type": "object",
                        "required": [
                            "amount",
                            "Currency"
                        ],
                        "properties": {
                            "amount": {
                                "type": "string"
                            },
                            "base_amount": {
                                "type": "string"
                            },
                            "Currency": {
                                "$ref": "#/components/schemas/Currency"
                            },
                            "money": {
                                "type": "string"
                            },
                            "base_money": {
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "PriceWrapper": {
                "type": "object",
                "required": [
                    "Price"
                ],
                "properties": {
                    "Price": {
                        "$ref": "#/components/schemas/Price"
                    }
                }
            },
            "PriceCreateStruct": {
                "description": "This class represents a price creation structure.",
                "type": "object",
                "required": [
                    "amount",
                    "currency"
                ],
                "properties": {
                    "amount": {
                        "type": "integer"
                    },
                    "currency": {
                        "type": "string"
                    }
                }
            },
            "PriceCreateStructWrapper": {
                "type": "object",
                "required": [
                    "PriceCreateStruct"
                ],
                "properties": {
                    "PriceCreateStruct": {
                        "$ref": "#/components/schemas/PriceCreateStruct"
                    }
                }
            },
            "RestPrice": {
                "type": "object",
                "required": [
                    "Price",
                    "formatted"
                ],
                "properties": {
                    "Price": {
                        "$ref": "#/components/schemas/Price"
                    },
                    "formatted": {
                        "type": "string"
                    }
                }
            },
            "RestPriceWrapper": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "required": [
                            "RestPrice"
                        ],
                        "properties": {
                            "RestPrice": {
                                "$ref": "#/components/schemas/RestPrice"
                            }
                        }
                    }
                ]
            },
            "CustomPrice": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a custom price.",
                        "type": "object",
                        "required": [
                            "amount",
                            "base_amount",
                            "Currency",
                            "money",
                            "base_money",
                            "custom_money",
                            "custom_amount"
                        ],
                        "properties": {
                            "amount": {
                                "type": "string"
                            },
                            "base_amount": {
                                "type": "string"
                            },
                            "Currency": {
                                "$ref": "#/components/schemas/Currency"
                            },
                            "money": {
                                "type": "string"
                            },
                            "base_money": {
                                "type": "string"
                            },
                            "custom_money": {
                                "type": "string"
                            },
                            "custom_amount": {
                                "type": "string"
                            },
                            "custom_rule": {
                                "type": [
                                    "string",
                                    "null"
                                ]
                            }
                        }
                    }
                ]
            },
            "CustomPriceWrapper": {
                "type": "object",
                "required": [
                    "CustomPrice"
                ],
                "properties": {
                    "CustomPrice": {
                        "$ref": "#/components/schemas/CustomPrice"
                    }
                }
            },
            "CustomPriceCreateStruct": {
                "description": "This class represents a custom price creation structure.",
                "type": "object",
                "required": [
                    "amount",
                    "currency",
                    "customAmount",
                    "customerGroup"
                ],
                "properties": {
                    "amount": {
                        "type": "integer"
                    },
                    "currency": {
                        "type": "string"
                    },
                    "customAmount": {
                        "type": "integer"
                    },
                    "customerGroup": {
                        "type": "string"
                    }
                }
            },
            "CustomPriceCreateStructWrapper": {
                "type": "object",
                "required": [
                    "CustomPriceCreateStruct"
                ],
                "properties": {
                    "CustomPriceCreateStruct": {
                        "$ref": "#/components/schemas/CustomPriceCreateStruct"
                    }
                }
            },
            "CustomPriceUpdateStruct": {
                "description": "This class represents a custom price updating structure.",
                "type": "object",
                "required": [
                    "amount",
                    "currency",
                    "customAmount"
                ],
                "properties": {
                    "amount": {
                        "type": "integer"
                    },
                    "currency": {
                        "type": "string"
                    },
                    "customAmount": {
                        "type": "integer"
                    }
                }
            },
            "CustomPriceUpdateStructWrapper": {
                "type": "object",
                "required": [
                    "CustomPriceUpdateStruct"
                ],
                "properties": {
                    "CustomPriceUpdateStruct": {
                        "$ref": "#/components/schemas/CustomPriceUpdateStruct"
                    }
                }
            },
            "PriceUpdateStruct": {
                "description": "This class represents a price updating structure.",
                "type": "object",
                "required": [
                    "amount",
                    "currency"
                ],
                "properties": {
                    "amount": {
                        "type": "integer"
                    },
                    "currency": {
                        "type": "string"
                    }
                }
            },
            "PriceUpdateStructWrapper": {
                "type": "object",
                "required": [
                    "PriceUpdateStruct"
                ],
                "properties": {
                    "PriceUpdateStruct": {
                        "$ref": "#/components/schemas/PriceUpdateStruct"
                    }
                }
            },
            "PriceList": {
                "description": "This class represents a price list.",
                "type": "object",
                "required": [
                    "prices"
                ],
                "properties": {
                    "prices": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Price"
                        }
                    }
                }
            },
            "PriceListWrapper": {
                "type": "object",
                "required": [
                    "PriceList"
                ],
                "properties": {
                    "PriceList": {
                        "$ref": "#/components/schemas/PriceList"
                    }
                }
            },
            "Thumbnail": {
                "description": "This class represents a thumbnail that can be a target URL or a Base64 data.",
                "type": "object",
                "required": [
                    "resource",
                    "width",
                    "height",
                    "mimeType"
                ],
                "properties": {
                    "resource": {
                        "type": "string"
                    },
                    "width": {
                        "type": [
                            "integer",
                            "null"
                        ]
                    },
                    "height": {
                        "type": [
                            "integer",
                            "null"
                        ]
                    },
                    "mimeType": {
                        "type": "string"
                    }
                }
            },
            "VatCategory": {
                "description": "This class represents a VAT category.",
                "type": "object",
                "required": [
                    "identifier",
                    "region",
                    "vatValue"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "vatValue": {
                        "type": [
                            "number",
                            "null"
                        ]
                    }
                }
            },
            "VatCategoryWrapper": {
                "type": "object",
                "required": [
                    "VatCategory"
                ],
                "properties": {
                    "VatCategory": {
                        "$ref": "#/components/schemas/VatCategory"
                    }
                }
            },
            "VatCategoryList": {
                "description": "This class represents a VAT category list.",
                "type": "object",
                "required": [
                    "VatCategory"
                ],
                "properties": {
                    "VatCategory": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/VatCategory"
                        }
                    }
                }
            },
            "VatCategoryListWrapper": {
                "type": "object",
                "required": [
                    "VatCategoryList"
                ],
                "properties": {
                    "VatCategoryList": {
                        "$ref": "#/components/schemas/VatCategoryList"
                    }
                }
            },
            "VatCategorySummary": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a VAT category summary.",
                        "type": "object",
                        "required": [
                            "VatCategory",
                            "RestPrice"
                        ],
                        "properties": {
                            "VatCategory": {
                                "$ref": "#/components/schemas/VatCategory"
                            },
                            "RestPrice": {
                                "$ref": "#/components/schemas/RestPrice"
                            }
                        }
                    }
                ]
            },
            "TaxonomyEntry": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a taxonomy entry.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "name",
                            "content",
                            "taxonomy"
                        ],
                        "properties": {
                            "id": {
                                "type": "integer"
                            },
                            "identifier": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "content": {
                                "$ref": "#/components/schemas/Ref"
                            },
                            "taxonomy": {
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "TaxonomyEntryWrapper": {
                "type": "object",
                "required": [
                    "TaxonomyEntry"
                ],
                "properties": {
                    "TaxonomyEntry": {
                        "$ref": "#/components/schemas/TaxonomyEntry"
                    }
                }
            },
            "TaxonomyEntryBulkRemove": {
                "description": "This class is used to bulk remove taxonomy entries.",
                "type": "object",
                "required": [
                    "entries"
                ],
                "properties": {
                    "entries": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    }
                }
            },
            "TaxonomyEntryBulkRemoveWrapper": {
                "type": "object",
                "required": [
                    "TaxonomyEntryBulkRemove"
                ],
                "properties": {
                    "TaxonomyEntryBulkRemove": {
                        "$ref": "#/components/schemas/TaxonomyEntryBulkRemove"
                    }
                }
            },
            "TaxonomyEntryMove": {
                "type": "object",
                "required": [
                    "entry",
                    "sibling",
                    "position"
                ],
                "properties": {
                    "entry": {
                        "type": "integer"
                    },
                    "sibling": {
                        "type": "integer"
                    },
                    "position": {
                        "type": "string"
                    }
                }
            },
            "TaxonomyEntryBulkMove": {
                "description": "This class is used to bulk move taxonomy entries.",
                "type": "object",
                "required": [
                    "entries"
                ],
                "properties": {
                    "entries": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/TaxonomyEntryMove"
                        }
                    }
                }
            },
            "TaxonomyEntryBulkMoveWrapper": {
                "type": "object",
                "required": [
                    "TaxonomyEntryBulkMove"
                ],
                "properties": {
                    "TaxonomyEntryBulkMove": {
                        "$ref": "#/components/schemas/TaxonomyEntryBulkMove"
                    }
                }
            },
            "TaxonomyEntryAssignment": {
                "description": "This class represents a taxonomy entry assignment.",
                "type": "object",
                "required": [
                    "id",
                    "content",
                    "entry"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "content": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            {
                                "type": "object",
                                "required": [
                                    "Content"
                                ],
                                "properties": {
                                    "Content": {
                                        "$ref": "#/components/schemas/Content"
                                    }
                                }
                            }
                        ]
                    },
                    "entry": {
                        "allOf": [
                            {
                                "$ref": "#/components/schemas/BaseObject"
                            },
                            {
                                "type": "object",
                                "required": [
                                    "TaxonomyEntry"
                                ],
                                "properties": {
                                    "TaxonomyEntry": {
                                        "$ref": "#/components/schemas/TaxonomyEntry"
                                    }
                                }
                            }
                        ]
                    }
                }
            },
            "TaxonomyEntryAssignmentWrapper": {
                "type": "object",
                "required": [
                    "TaxonomyEntryAssignment"
                ],
                "properties": {
                    "TaxonomyEntryAssignment": {
                        "$ref": "#/components/schemas/TaxonomyEntryAssignment"
                    }
                }
            },
            "TaxonomyEntryAssignToContent": {
                "description": "This class is used to assign taxonomy entry to content.",
                "type": "object",
                "required": [
                    "content",
                    "entries"
                ],
                "properties": {
                    "content": {
                        "type": "integer"
                    },
                    "entries": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    }
                }
            },
            "TaxonomyEntryAssignToContentWrapper": {
                "type": "object",
                "required": [
                    "TaxonomyEntryAssignToContent"
                ],
                "properties": {
                    "TaxonomyEntryAssignToContent": {
                        "$ref": "#/components/schemas/TaxonomyEntryAssignToContent"
                    }
                }
            },
            "TaxonomyEntryUnassignFromContent": {
                "description": "This class is used to unassign taxonomy entry from content.",
                "type": "object",
                "required": [
                    "content",
                    "entries"
                ],
                "properties": {
                    "content": {
                        "type": "integer"
                    },
                    "entries": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    }
                }
            },
            "TaxonomyEntryUnassignFromContentWrapper": {
                "type": "object",
                "required": [
                    "TaxonomyEntryUnassignFromContent"
                ],
                "properties": {
                    "TaxonomyEntryUnassignFromContent": {
                        "$ref": "#/components/schemas/TaxonomyEntryUnassignFromContent"
                    }
                }
            },
            "EntryAssignmentCollection": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a taxonomy assignment collection.",
                        "type": "object",
                        "required": [
                            "content",
                            "assignments"
                        ],
                        "properties": {
                            "content": {
                                "allOf": [
                                    {
                                        "$ref": "#/components/schemas/BaseObject"
                                    },
                                    {
                                        "type": "object",
                                        "required": [
                                            "Content"
                                        ],
                                        "properties": {
                                            "Content": {
                                                "$ref": "#/components/schemas/Content"
                                            }
                                        }
                                    }
                                ]
                            },
                            "assignments": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/TaxonomyEntryAssignment"
                                }
                            }
                        }
                    }
                ]
            },
            "EntryAssignmentCollectionWrapper": {
                "type": "object",
                "required": [
                    "EntryAssignmentCollection"
                ],
                "properties": {
                    "EntryAssignmentCollection": {
                        "$ref": "#/components/schemas/EntryAssignmentCollection"
                    }
                }
            },
            "Segment": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a segment.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "name",
                            "SegmentGroup"
                        ],
                        "properties": {
                            "id": {
                                "type": "integer"
                            },
                            "identifier": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "SegmentGroup": {
                                "$ref": "#/components/schemas/SegmentGroup"
                            }
                        }
                    }
                ]
            },
            "SegmentWrapper": {
                "type": "object",
                "required": [
                    "Segment"
                ],
                "properties": {
                    "Segment": {
                        "$ref": "#/components/schemas/Segment"
                    }
                }
            },
            "SegmentList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class lists segments.",
                        "type": "object",
                        "required": [
                            "Segment"
                        ],
                        "properties": {
                            "Segment": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Segment"
                                }
                            }
                        }
                    }
                ]
            },
            "SegmentListWrapper": {
                "type": "object",
                "required": [
                    "SegmentList"
                ],
                "properties": {
                    "SegmentList": {
                        "$ref": "#/components/schemas/SegmentList"
                    }
                }
            },
            "SegmentGroup": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a segment group.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "name"
                        ],
                        "properties": {
                            "id": {
                                "type": "integer"
                            },
                            "identifier": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "SegmentGroupWrapper": {
                "type": "object",
                "required": [
                    "SegmentGroup"
                ],
                "properties": {
                    "SegmentGroup": {
                        "$ref": "#/components/schemas/SegmentGroup"
                    }
                }
            },
            "SegmentGroupList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class lists segment groups.",
                        "type": "object",
                        "required": [
                            "SegmentGroup"
                        ],
                        "properties": {
                            "SegmentGroup": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/SegmentGroup"
                                }
                            }
                        }
                    }
                ]
            },
            "SegmentGroupListWrapper": {
                "type": "object",
                "required": [
                    "SegmentGroupList"
                ],
                "properties": {
                    "SegmentGroupList": {
                        "$ref": "#/components/schemas/SegmentGroupList"
                    }
                }
            },
            "UserSegment": {
                "description": "This class represents a segment and a user it's associate to.",
                "type": "object",
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "SegmentGroup": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "User": {
                        "$ref": "#/components/schemas/Ref"
                    }
                }
            },
            "UserSegmentList": {
                "description": "this class lists segments associated to users.",
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "type": "object",
                        "properties": {
                            "UserSegment": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/UserSegment"
                                }
                            }
                        }
                    }
                ]
            },
            "UserSegmentListWrapper": {
                "type": "object",
                "required": [
                    "UserSegmentList"
                ],
                "properties": {
                    "UserSegmentList": {
                        "$ref": "#/components/schemas/SegmentList"
                    }
                }
            },
            "UserSegmentAssignInput": {
                "type": "object",
                "properties": {
                    "segments": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "UserSegmentAssignInputWrapper": {
                "type": "object",
                "required": [
                    "UserSegmentAssignInput"
                ],
                "properties": {
                    "UserSegmentAssignInput": {
                        "$ref": "#/components/schemas/UserSegmentAssignInput"
                    }
                }
            },
            "CorporateAccountRoot": {
                "description": "This class represents Corporate Account Root resource information.",
                "type": "object",
                "required": [
                    "links"
                ],
                "properties": {
                    "links": {
                        "xml": {
                            "wrapped": false
                        },
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Link"
                        }
                    }
                }
            },
            "CorporateAccountRootWrapper": {
                "type": "object",
                "required": [
                    "CorporateAccountRoot"
                ],
                "properties": {
                    "CorporateAccountRoot": {
                        "$ref": "#/components/schemas/CorporateAccountRoot"
                    }
                }
            },
            "Link": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents REST resource information.",
                        "type": "object",
                        "required": [
                            "_rel"
                        ],
                        "properties": {
                            "_rel": {
                                "description": "Unique identifier of a resource.",
                                "xml": {
                                    "attribute": true,
                                    "name": "rel"
                                },
                                "type": "string"
                            }
                        }
                    }
                ]
            },
            "Company": {
                "description": "This class represents a company.",
                "type": "object",
                "required": [
                    "id",
                    "name",
                    "Content",
                    "billingAddress",
                    "contactId",
                    "salesRepresentativeId",
                    "defaultAddressId",
                    "addressBookId",
                    "membersId",
                    "MemberList",
                    "Location",
                    "locationPath",
                    "isActive"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "Content": {
                        "$ref": "#/components/schemas/Content"
                    },
                    "billingAddress": {
                        "$ref": "#/components/schemas/BillingAddress"
                    },
                    "contactId": {
                        "type": [
                            "integer",
                            "null"
                        ]
                    },
                    "salesRepresentativeId": {
                        "type": "integer"
                    },
                    "defaultAddressId": {
                        "type": [
                            "integer",
                            "null"
                        ]
                    },
                    "addressBookId": {
                        "description": "Address book Folder Content ID.",
                        "type": "integer"
                    },
                    "membersId": {
                        "description": "Members Folder Content ID.",
                        "type": "integer"
                    },
                    "MemberList": {
                        "description": "Reference to Members List resource.",
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    "Location": {
                        "description": "Reference to Location resource.",
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    "locationPath": {
                        "description": "Company content item Location path string.",
                        "type": "string"
                    },
                    "isActive": {
                        "type": "boolean"
                    }
                }
            },
            "CompanyWrapper": {
                "type": "object",
                "required": [
                    "Company"
                ],
                "properties": {
                    "Company": {
                        "$ref": "#/components/schemas/Company"
                    }
                }
            },
            "CompanyCreate": {
                "description": "This class is used to create a company.",
                "type": "object",
                "required": [
                    "fields"
                ],
                "properties": {
                    "fields": {
                        "type": "object",
                        "required": [
                            "field"
                        ],
                        "properties": {
                            "field": {
                                "description": "Fields of a Company content item.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Field"
                                }
                            }
                        }
                    }
                }
            },
            "CompanyCreateWrapper": {
                "type": "object",
                "required": [
                    "CompanyCreate"
                ],
                "properties": {
                    "CompanyCreate": {
                        "$ref": "#/components/schemas/CompanyCreate"
                    }
                }
            },
            "CompanyUpdate": {
                "description": "This class is used to update a Company.",
                "type": "object",
                "required": [
                    "fields"
                ],
                "properties": {
                    "fields": {
                        "type": "object",
                        "required": [
                            "field"
                        ],
                        "properties": {
                            "field": {
                                "description": "Fields of a Company content item.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Field"
                                }
                            }
                        }
                    }
                }
            },
            "CompanyUpdateWrapper": {
                "type": "object",
                "required": [
                    "CompanyUpdate"
                ],
                "properties": {
                    "CompanyUpdate": {
                        "$ref": "#/components/schemas/CompanyUpdate"
                    }
                }
            },
            "CompanyList": {
                "description": "This class represents a list of companies.",
                "type": "object",
                "required": [
                    "companies"
                ],
                "properties": {
                    "companies": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Company"
                        }
                    }
                }
            },
            "CompanyListWrapper": {
                "type": "object",
                "required": [
                    "CompanyList"
                ],
                "properties": {
                    "CompanyList": {
                        "$ref": "#/components/schemas/CompanyList"
                    }
                }
            },
            "Member": {
                "description": "This class represents a company member.",
                "type": "object",
                "required": [
                    "id",
                    "name",
                    "Company",
                    "User",
                    "Role"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "Company": {
                        "$ref": "#/components/schemas/Company"
                    },
                    "User": {
                        "description": "Underlying User object of a member.",
                        "$ref": "#/components/schemas/User"
                    },
                    "Role": {
                        "description": "Reference to the member role in a Company resource.",
                        "$ref": "#/components/schemas/BaseObject"
                    }
                }
            },
            "MemberWrapper": {
                "type": "object",
                "required": [
                    "Member"
                ],
                "properties": {
                    "Member": {
                        "$ref": "#/components/schemas/Member"
                    }
                }
            },
            "MemberCreate": {
                "description": "This class is used to create a member.",
                "type": "object",
                "required": [
                    "login",
                    "email",
                    "password",
                    "Role",
                    "fields"
                ],
                "properties": {
                    "login": {
                        "type": "string"
                    },
                    "email": {
                        "type": "string"
                    },
                    "password": {
                        "type": "string"
                    },
                    "Role": {
                        "description": "Reference to a Role resource company member should be given.",
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    "fields": {
                        "type": "object",
                        "required": [
                            "field"
                        ],
                        "properties": {
                            "field": {
                                "description": "Fields of a Member content item.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Field"
                                }
                            }
                        }
                    }
                }
            },
            "MemberCreateWrapper": {
                "type": "object",
                "required": [
                    "MemberCreate"
                ],
                "properties": {
                    "MemberCreate": {
                        "$ref": "#/components/schemas/MemberCreate"
                    }
                }
            },
            "MemberUpdate": {
                "description": "This class is used to update a member.",
                "type": "object",
                "required": [
                    "email",
                    "password",
                    "enabled",
                    "maxLogin",
                    "Role",
                    "fields"
                ],
                "properties": {
                    "email": {
                        "type": "string"
                    },
                    "password": {
                        "type": "string"
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "maxLogin": {
                        "description": "Max number of failed login attempts.",
                        "type": "integer"
                    },
                    "Role": {
                        "description": "Reference to a Role resource company member should be given.",
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    "fields": {
                        "type": "object",
                        "required": [
                            "field"
                        ],
                        "properties": {
                            "field": {
                                "description": "Fields of a Member content item.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Field"
                                }
                            }
                        }
                    }
                }
            },
            "MemberUpdateWrapper": {
                "type": "object",
                "required": [
                    "MemberUpdate"
                ],
                "properties": {
                    "MemberUpdate": {
                        "$ref": "#/components/schemas/MemberUpdate"
                    }
                }
            },
            "MemberList": {
                "description": "This class represents a list of company members.",
                "type": "object",
                "required": [
                    "members"
                ],
                "properties": {
                    "members": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Member"
                        }
                    }
                }
            },
            "MemberListWrapper": {
                "type": "object",
                "required": [
                    "MemberList"
                ],
                "properties": {
                    "MemberList": {
                        "$ref": "#/components/schemas/MemberList"
                    }
                }
            },
            "SalesRepresentativesList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a list of sales representatives.",
                        "type": "object",
                        "required": [
                            "users"
                        ],
                        "properties": {
                            "users": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/User"
                                }
                            }
                        }
                    }
                ]
            },
            "SalesRepresentativesListWrapper": {
                "type": "object",
                "required": [
                    "SalesRepresentativesList"
                ],
                "properties": {
                    "SalesRepresentativesList": {
                        "$ref": "#/components/schemas/SalesRepresentativesList"
                    }
                }
            },
            "BillingAddress": {
                "type": "object",
                "required": [
                    "name",
                    "country",
                    "fields"
                ],
                "properties": {
                    "name": {
                        "type": [
                            "string",
                            "null"
                        ]
                    },
                    "country": {
                        "type": [
                            "string",
                            "null"
                        ]
                    },
                    "fields": {
                        "type": [
                            "object",
                            "array"
                        ]
                    }
                }
            },
            "ActivityLog": {
                "description": "This class represents an activity log entry.",
                "type": "object"
            },
            "ActivityLogGroup": {
                "type": "object",
                "required": [
                    "user_id",
                    "logged_at",
                    "ActivityLogEntries"
                ],
                "properties": {
                    "user_id": {
                        "description": "The ID of the user performing the logged actions",
                        "type": "integer"
                    },
                    "logged_at": {
                        "description": "Timestamp representing when the group has been logged",
                        "type": "integer"
                    },
                    "ActivityLogEntries": {
                        "description": "Log entries from the group",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ActivityLog"
                        }
                    }
                }
            },
            "ActivityLogGroupListInput": {
                "description": "This class represents the activity log group search query's criteria and sort clauses.",
                "type": "object"
            },
            "ActivityLogGroupListInputWrapper": {
                "type": "object",
                "required": [
                    "ActivityLogGroupListInput"
                ],
                "properties": {
                    "ActivityLogGroupListInput": {
                        "$ref": "#/components/schemas/ActivityLogGroupListInput"
                    }
                }
            },
            "ActivityLogGroupList": {
                "description": "This class represents activity log context groups",
                "type": "object",
                "required": [
                    "ActivityLogGroups"
                ],
                "properties": {
                    "ActivityLogGroups": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ActivityLogGroup"
                        }
                    }
                }
            },
            "ActivityLogGroupListWrapper": {
                "type": "object",
                "required": [
                    "ActivityLogGroupList"
                ],
                "properties": {
                    "ActivityLogGroupList": {
                        "$ref": "#/components/schemas/ActivityLogGroupList"
                    }
                }
            },
            "Cart": {
                "description": "This class represents a Cart",
                "type": "object",
                "required": [
                    "id",
                    "identifier",
                    "owner",
                    "Currency",
                    "entries"
                ],
                "properties": {
                    "id": {
                        "description": "Cart ID",
                        "type": "integer"
                    },
                    "identifier": {
                        "description": "Cart unique identifier",
                        "type": "string"
                    },
                    "owner": {
                        "description": "User reference",
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Currency": {
                        "$ref": "#/components/schemas/Currency"
                    },
                    "entries": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CartEntry"
                        }
                    }
                }
            },
            "CartWrapper": {
                "type": "object",
                "required": [
                    "Cart"
                ],
                "properties": {
                    "Cart": {
                        "$ref": "#/components/schemas/Cart"
                    }
                }
            },
            "CartCreate": {
                "description": "This class represents a new Cart to create",
                "type": "object",
                "required": [
                    "name",
                    "currencyCode"
                ],
                "properties": {
                    "name": {
                        "description": "the name of the new Cart",
                        "type": "string"
                    },
                    "currencyCode": {
                        "description": "the currency code such as `EUR`",
                        "type": "string"
                    },
                    "context": {
                        "description": "associative array of scalars describing additional, contextual data attached to the cart",
                        "type": "object"
                    }
                }
            },
            "CartCreateWrapper": {
                "type": "object",
                "required": [
                    "CartCreate"
                ],
                "properties": {
                    "CartCreate": {
                        "$ref": "#/components/schemas/CartCreate"
                    }
                }
            },
            "CartProduct": {
                "description": "This class represents a cart entry product",
                "type": "object",
                "required": [
                    "code"
                ],
                "properties": {
                    "code": {
                        "description": "product's code",
                        "type": "string"
                    }
                }
            },
            "CartView": {
                "description": "This class represents a cart view.",
                "type": "object",
                "required": [
                    "identifier",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "Result": {
                        "$ref": "#/components/schemas/CartListViewResult"
                    }
                }
            },
            "CartViewWrapper": {
                "type": "object",
                "required": [
                    "CartView"
                ],
                "properties": {
                    "CartView": {
                        "$ref": "#/components/schemas/CartView"
                    }
                }
            },
            "CartViewInput": {
                "description": "This class represents a cart view input.",
                "type": "object",
                "required": [
                    "identifier",
                    "CartQuery"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "CartQuery": {
                        "$ref": "#/components/schemas/CartViewInput"
                    }
                }
            },
            "CartViewInputWrapper": {
                "type": "object",
                "required": [
                    "CartViewInput"
                ],
                "properties": {
                    "CartViewInput": {
                        "$ref": "#/components/schemas/CartViewInput"
                    }
                }
            },
            "CartQuery": {
                "type": "object",
                "required": [
                    "offset",
                    "limit",
                    "ownerId"
                ],
                "properties": {
                    "offset": {
                        "type": "integer"
                    },
                    "limit": {
                        "type": "integer"
                    },
                    "ownerId": {
                        "type": "integer"
                    }
                }
            },
            "CartEntry": {
                "type": "object",
                "required": [
                    "identifier",
                    "id",
                    "names",
                    "quantity",
                    "Price"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "id": {
                        "type": "integer"
                    },
                    "names": {
                        "type": "array",
                        "items": {
                            "type": "object"
                        }
                    },
                    "quantity": {
                        "type": "integer"
                    },
                    "Price": {
                        "$ref": "#/components/schemas/Price"
                    }
                }
            },
            "CartEntryAdd": {
                "description": "This class represents a cart entry",
                "type": "object",
                "required": [
                    "quantity",
                    "Product"
                ],
                "properties": {
                    "quantity": {
                        "description": "the quantity of entry items",
                        "type": "integer"
                    },
                    "Product": {
                        "description": "product data"
                    },
                    "context": {
                        "description": "associative array of scalars describing additional, contextual data attached to the cart entry",
                        "type": "object"
                    }
                }
            },
            "CartEntryAddWrapper": {
                "type": "object",
                "required": [
                    "CartEntryAdd"
                ],
                "properties": {
                    "CartEntryAdd": {
                        "$ref": "#/components/schemas/CartEntryAdd"
                    }
                }
            },
            "CartEntryUpdate": {
                "type": "object",
                "required": [
                    "quantity"
                ],
                "properties": {
                    "quantity": {
                        "type": "integer"
                    },
                    "context": {
                        "description": "associative array of scalars describing additional, contextual data attached to the cart entry",
                        "type": "object"
                    }
                }
            },
            "CartEntryUpdateWrapper": {
                "type": "object",
                "required": [
                    "CartEntryUpdate"
                ],
                "properties": {
                    "CartEntryUpdate": {
                        "$ref": "#/components/schemas/CartEntryUpdate"
                    }
                }
            },
            "CartMetadataUpdate": {
                "description": "This class represents the update of cart metadata.",
                "type": "object",
                "required": [
                    "identifier",
                    "defaultLanguageCode",
                    "names",
                    "descriptions"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "defaultLanguageCode": {
                        "type": "string"
                    },
                    "names": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Value"
                        }
                    },
                    "descriptions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Value"
                        }
                    }
                }
            },
            "CartMetadataUpdateWrapper": {
                "type": "object",
                "required": [
                    "CartMetadataUpdate"
                ],
                "properties": {
                    "CartMetadataUpdate": {
                        "$ref": "#/components/schemas/CartMetadataUpdate"
                    }
                }
            },
            "CartSummary": {
                "description": "This class represents a cart summary.",
                "type": "object",
                "required": [
                    "id",
                    "identifier",
                    "name",
                    "createdAt",
                    "updatedAt",
                    "Owner",
                    "SummaryEntryCollection",
                    "TotalPrice",
                    "TotalPriceInclVat",
                    "vatCategorySummary",
                    "Currency"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "createdAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "Owner": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "SummaryEntryCollection": {
                        "$ref": "#/components/schemas/SummaryEntryCollection"
                    },
                    "TotalPrice": {
                        "$ref": "#/components/schemas/RestPriceWrapper"
                    },
                    "TotalPriceInclVat": {
                        "$ref": "#/components/schemas/RestPriceWrapper"
                    },
                    "vatCategorySummary": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/VatCategorySummary"
                        }
                    },
                    "Currency": {
                        "$ref": "#/components/schemas/Currency"
                    }
                }
            },
            "CartSummaryWrapper": {
                "type": "object",
                "required": [
                    "CartSummary"
                ],
                "properties": {
                    "CartSummary": {
                        "$ref": "#/components/schemas/CartSummary"
                    }
                }
            },
            "CartListViewResult": {
                "type": "object",
                "required": [
                    "count",
                    "Result"
                ],
                "properties": {
                    "count": {
                        "type": "integer"
                    },
                    "Result": {
                        "$ref": "#/components/schemas/CartList"
                    }
                }
            },
            "SummaryEntryCollection": {
                "description": "This class represents a summary entry collection.",
                "type": "object",
                "required": [
                    "count",
                    "SummaryEntry"
                ],
                "properties": {
                    "count": {
                        "type": "string"
                    },
                    "SummaryEntry": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SummaryEntry"
                        }
                    }
                }
            },
            "ShoppingListEntryIdentifiers": {
                "description": "This class represents a list of shopping list entry identifiers to add to cart",
                "type": "object",
                "required": [
                    "entries"
                ],
                "properties": {
                    "entries": {
                        "description": "Array of entry identifiers",
                        "type": "array",
                        "items": {
                            "type": "object",
                            "required": [
                                "identifier"
                            ],
                            "properties": {
                                "identifier": {
                                    "description": "Entry identifier",
                                    "type": "string"
                                }
                            }
                        }
                    }
                }
            },
            "ShoppingListEntryIdentifiersWrapper": {
                "type": "object",
                "required": [
                    "ShoppingListEntryIdentifiers"
                ],
                "properties": {
                    "ShoppingListEntryIdentifiers": {
                        "$ref": "#/components/schemas/ShoppingListEntryIdentifiers"
                    }
                }
            },
            "CartEntryIdentifiers": {
                "description": "This class represents a list of cart entry identifiers",
                "type": "object",
                "required": [
                    "entries"
                ],
                "properties": {
                    "entries": {
                        "description": "Array of entry identifiers",
                        "type": "array",
                        "items": {
                            "type": "object",
                            "required": [
                                "identifier"
                            ],
                            "properties": {
                                "identifier": {
                                    "description": "Entry identifier",
                                    "type": "string"
                                }
                            }
                        }
                    }
                }
            },
            "CartEntryIdentifiersWrapper": {
                "type": "object",
                "required": [
                    "CartEntryIdentifiers"
                ],
                "properties": {
                    "CartEntryIdentifiers": {
                        "$ref": "#/components/schemas/CartEntryIdentifiers"
                    }
                }
            },
            "TimezoneDate": {
                "type": "object",
                "required": [
                    "date",
                    "timezone_type",
                    "timezone"
                ],
                "properties": {
                    "date": {
                        "type": "string"
                    },
                    "timezone_type": {
                        "type": "integer"
                    },
                    "timezone": {
                        "type": "string"
                    }
                }
            },
            "Order": {
                "description": "This class represents order.",
                "type": "object",
                "required": [
                    "id",
                    "identifier",
                    "created",
                    "modified",
                    "status",
                    "OrderUser",
                    "OrderCurrency",
                    "OrderValue",
                    "OrderItemsList",
                    "context"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "created": {
                        "$ref": "#/components/schemas/TimezoneDate"
                    },
                    "modified": {
                        "$ref": "#/components/schemas/TimezoneDate"
                    },
                    "status": {
                        "type": "string"
                    },
                    "source": {
                        "type": "string"
                    },
                    "OrderUser": {
                        "$ref": "#/components/schemas/OrderUser"
                    },
                    "OrderCurrency": {
                        "$ref": "#/components/schemas/OrderCurrency"
                    },
                    "OrderValue": {
                        "$ref": "#/components/schemas/OrderValue"
                    },
                    "OrderCompany": {
                        "$ref": "#/components/schemas/OrderCompany"
                    },
                    "OrderItemsList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/OrderItem"
                        }
                    },
                    "context": {
                        "type": "object"
                    }
                }
            },
            "OrderWrapper": {
                "type": "object",
                "required": [
                    "Order"
                ],
                "properties": {
                    "Order": {
                        "$ref": "#/components/schemas/Order"
                    }
                }
            },
            "OrderList": {
                "description": "This class represents an orders list.",
                "type": "object",
                "required": [
                    "Order"
                ],
                "properties": {
                    "Order": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Order"
                        }
                    }
                }
            },
            "OrderListWrapper": {
                "type": "object",
                "required": [
                    "OrderList"
                ],
                "properties": {
                    "OrderList": {
                        "$ref": "#/components/schemas/OrderList"
                    }
                }
            },
            "OrderUser": {
                "description": "This class represents order user.",
                "type": "object",
                "required": [
                    "id",
                    "name",
                    "email"
                ],
                "properties": {
                    "id": {
                        "type": [
                            "null",
                            "integer"
                        ]
                    },
                    "name": {
                        "type": "string"
                    },
                    "email": {
                        "type": "string"
                    }
                }
            },
            "OrderCurrency": {
                "description": "This class represents order currency.",
                "type": "object",
                "required": [
                    "id",
                    "code"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "code": {
                        "type": "string"
                    }
                }
            },
            "OrderValue": {
                "description": "This class represents order value.",
                "type": "object",
                "required": [
                    "vat",
                    "total_gross",
                    "total_net"
                ],
                "properties": {
                    "vat": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    },
                    "total_gross": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    },
                    "total_net": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    }
                }
            },
            "OrderCompany": {
                "description": "This class represents order company.",
                "type": "object",
                "required": [
                    "id",
                    "name"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "OrderPrice": {
                "type": "object",
                "required": [
                    "amount",
                    "currency"
                ],
                "properties": {
                    "amount": {
                        "type": "string"
                    },
                    "currency": {
                        "type": "string"
                    }
                }
            },
            "OrderCreate": {
                "description": "This class is used to create order.",
                "type": "object",
                "required": [
                    "source",
                    "OrderUser",
                    "OrderCurrency",
                    "OrderValue",
                    "OrderCompany",
                    "items"
                ],
                "properties": {
                    "source": {
                        "type": "string"
                    },
                    "OrderUser": {
                        "$ref": "#/components/schemas/OrderUser"
                    },
                    "OrderCurrency": {
                        "$ref": "#/components/schemas/OrderCurrency"
                    },
                    "OrderValue": {
                        "$ref": "#/components/schemas/OrderValue"
                    },
                    "OrderCompany": {
                        "$ref": "#/components/schemas/OrderCompany"
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/OrderItemWrapper"
                        }
                    }
                }
            },
            "OrderCreateWrapper": {
                "type": "object",
                "required": [
                    "OrderCreate"
                ],
                "properties": {
                    "OrderCreate": {
                        "$ref": "#/components/schemas/OrderCreate"
                    }
                }
            },
            "OrderItem": {
                "description": "This class represents order item.",
                "type": "object",
                "required": [
                    "OrderItemValue",
                    "OrderItemProduct"
                ],
                "properties": {
                    "OrderItemValue": {
                        "$ref": "#/components/schemas/OrderItemValue"
                    },
                    "OrderItemProduct": {
                        "$ref": "#/components/schemas/OrderItemProduct"
                    },
                    "quantity": {
                        "type": "integer"
                    },
                    "context": {
                        "type": "object"
                    }
                }
            },
            "OrderItemWrapper": {
                "type": "object",
                "required": [
                    "OrderItem"
                ],
                "properties": {
                    "OrderItem": {
                        "$ref": "#/components/schemas/OrderItem"
                    }
                }
            },
            "OrderItemValue": {
                "description": "This class represents order item value.",
                "type": "object",
                "required": [
                    "unit_price_gross",
                    "unit_price_net",
                    "vat_rate",
                    "subtotal_price_gross",
                    "subtotal_price_net"
                ],
                "properties": {
                    "unit_price_gross": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    },
                    "unit_price_net": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    },
                    "vat_rate": {
                        "type": "string"
                    },
                    "subtotal_price_gross": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    },
                    "subtotal_price_net": {
                        "oneOf": [
                            {
                                "type": "string"
                            },
                            {
                                "$ref": "#/components/schemas/OrderPrice"
                            }
                        ]
                    }
                }
            },
            "OrderItemProduct": {
                "description": "This class represents order item product.",
                "type": "object",
                "required": [
                    "id",
                    "code",
                    "name"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "code": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "OrderUpdate": {
                "description": "This class is used to update order.",
                "type": "object",
                "required": [
                    "status",
                    "transition"
                ],
                "properties": {
                    "status": {
                        "type": "string"
                    },
                    "transition": {
                        "type": "string"
                    }
                }
            },
            "OrderUpdateWrapper": {
                "type": "object",
                "required": [
                    "OrderUpdate"
                ],
                "properties": {
                    "OrderUpdate": {
                        "$ref": "#/components/schemas/OrderUpdate"
                    }
                }
            },
            "PaymentMethod": {
                "type": "object",
                "required": [
                    "id",
                    "identifier",
                    "enabled",
                    "name",
                    "description"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    }
                }
            },
            "PaymentMethodWrapper": {
                "type": "object",
                "required": [
                    "PaymentMethod"
                ],
                "properties": {
                    "PaymentMethod": {
                        "$ref": "#/components/schemas/PaymentMethod"
                    }
                }
            },
            "PaymentMethodCreateStruct": {
                "type": "object",
                "required": [
                    "identifier",
                    "type",
                    "names"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "names": {
                        "description": "If set this array of names with languageCode keys replace the complete name collection.",
                        "type": "object"
                    },
                    "descriptions": {
                        "description": "An array of descriptions with languageCode keys.",
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "options": {
                        "type": "object"
                    }
                }
            },
            "PaymentMethodCreateStructWrapper": {
                "type": "object",
                "required": [
                    "PaymentMethodCreateStruct"
                ],
                "properties": {
                    "PaymentMethodCreateStruct": {
                        "$ref": "#/components/schemas/PaymentMethodCreateStruct"
                    }
                }
            },
            "PaymentMethodUpdateStruct": {
                "type": "object",
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "names": {
                        "description": "If set this array of names with languageCode keys replace the complete name collection.",
                        "type": "object"
                    },
                    "descriptions": {
                        "description": "An array of descriptions with languageCode keys.",
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "type": []
                        }
                    }
                }
            },
            "PaymentMethodUpdateStructWrapper": {
                "type": "object",
                "required": [
                    "PaymentMethodUpdateStructParser"
                ],
                "properties": {
                    "PaymentMethodUpdateStructParser": {
                        "$ref": "#/components/schemas/PaymentMethodUpdateStruct"
                    }
                }
            },
            "PaymentMethodView": {
                "type": "object",
                "required": [
                    "identifier",
                    "Result"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "Result": {
                        "$ref": "#/components/schemas/PaymentMethodList"
                    }
                }
            },
            "PaymentMethodViewWrapper": {
                "type": "object",
                "required": [
                    "PaymentMethodView"
                ],
                "properties": {
                    "PaymentMethodView": {
                        "$ref": "#/components/schemas/PaymentMethodView"
                    }
                }
            },
            "PaymentMethodViewInput": {
                "type": "object",
                "required": [
                    "identifier",
                    "PaymentMethodQuery"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "PaymentMethodQuery": {
                        "type": "object"
                    }
                }
            },
            "PaymentMethodViewInputWrapper": {
                "type": "object",
                "required": [
                    "PaymentMethodViewInput"
                ],
                "properties": {
                    "PaymentMethodViewInput": {
                        "$ref": "#/components/schemas/PaymentMethodViewInput"
                    }
                }
            },
            "PaymentMethodList": {
                "type": "object",
                "required": [
                    "count",
                    "PaymentMethodList"
                ],
                "properties": {
                    "count": {
                        "type": "integer"
                    },
                    "PaymentMethodList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PaymentMethod"
                        }
                    }
                }
            },
            "Shipment": {
                "description": "This class represents a single shipment.",
                "type": "object",
                "required": [
                    "id",
                    "identifier",
                    "status",
                    "transitions",
                    "Order",
                    "Amount",
                    "createdAt",
                    "updatedAt",
                    "Owner",
                    "Method"
                ],
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "status": {
                        "type": "string"
                    },
                    "transitions": {
                        "type": "object",
                        "required": [
                            "transitionList"
                        ],
                        "properties": {
                            "transitionList": {
                                "description": "Next steps available in the shipment workflow for the current status",
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "Order": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Amount": {
                        "type": "object",
                        "required": [
                            "value",
                            "currency"
                        ],
                        "properties": {
                            "value": {
                                "type": "string"
                            },
                            "currency": {
                                "type": "string"
                            }
                        }
                    },
                    "createdAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "Owner": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Method": {
                        "$ref": "#/components/schemas/Ref"
                    }
                }
            },
            "ShipmentWrapper": {
                "type": "object",
                "required": [
                    "Shipment"
                ],
                "properties": {
                    "Shipment": {
                        "$ref": "#/components/schemas/Shipment"
                    }
                }
            },
            "ShipmentRefList": {
                "description": "This class represents a list of Shipments",
                "type": "object",
                "required": [
                    "shipmentRefList"
                ],
                "properties": {
                    "shipmentRefList": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Ref"
                        }
                    }
                }
            },
            "ShipmentRefListWrapper": {
                "type": "object",
                "required": [
                    "ShipmentRefList"
                ],
                "properties": {
                    "ShipmentRefList": {
                        "$ref": "#/components/schemas/ShipmentRefList"
                    }
                }
            },
            "ShipmentUpdate": {
                "description": "This class represents the update of a shipment.",
                "type": "object",
                "required": [
                    "identifier",
                    "transition",
                    "Owner",
                    "Context"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "transition": {
                        "type": "string"
                    },
                    "Owner": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Context": {
                        "type": "object"
                    }
                }
            },
            "ShipmentUpdateWrapper": {
                "type": "object",
                "required": [
                    "ShipmentUpdate"
                ],
                "properties": {
                    "ShipmentUpdate": {
                        "$ref": "#/components/schemas/ShipmentUpdate"
                    }
                }
            },
            "ShipmentCreate": {
                "description": "This class represents the creation of a shipment.",
                "type": "object",
                "required": [
                    "identifier",
                    "ShippingMethod",
                    "Owner",
                    "Context"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "ShippingMethod": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Owner": {
                        "$ref": "#/components/schemas/Ref"
                    },
                    "Context": {
                        "type": "object"
                    }
                }
            },
            "ShipmentCreateWrapper": {
                "type": "object",
                "required": [
                    "ShipmentCreate"
                ],
                "properties": {
                    "ShipmentCreate": {
                        "$ref": "#/components/schemas/ShipmentCreate"
                    }
                }
            },
            "ShippingMethod": {
                "description": "This class represents a shipping method.",
                "type": "object",
                "required": [
                    "identifier",
                    "name",
                    "names",
                    "description",
                    "descriptions",
                    "enabled",
                    "options",
                    "regions",
                    "type"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "names": {
                        "type": "object",
                        "required": [
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/MultilingualValue"
                                }
                            }
                        }
                    },
                    "description": {
                        "type": "string"
                    },
                    "descriptions": {
                        "type": "object",
                        "required": [
                            "value"
                        ],
                        "properties": {
                            "value": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/MultilingualValue"
                                }
                            }
                        }
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "options": {
                        "type": "object",
                        "required": [
                            "option"
                        ],
                        "properties": {
                            "option": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/KeyValue"
                                }
                            }
                        }
                    },
                    "regions": {
                        "type": "object",
                        "required": [
                            "RegionRefList"
                        ],
                        "properties": {
                            "RegionRefList": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Ref"
                                }
                            }
                        }
                    },
                    "type": {
                        "$ref": "#/components/schemas/Ref"
                    }
                }
            },
            "ShippingMethodWrapper": {
                "type": "object",
                "required": [
                    "ShippingMethod"
                ],
                "properties": {
                    "ShippingMethod": {
                        "$ref": "#/components/schemas/ShippingMethod"
                    }
                }
            },
            "ShippingMethodType": {
                "description": "This class represents a shipping method type.",
                "type": "object",
                "required": [
                    "identifier",
                    "name"
                ],
                "properties": {
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                }
            },
            "ShippingMethodTypeWrapper": {
                "type": "object",
                "required": [
                    "ShippingMethodType"
                ],
                "properties": {
                    "ShippingMethodType": {
                        "$ref": "#/components/schemas/ShippingMethodType"
                    }
                }
            },
            "ShippingMethodTypesList": {
                "description": "This class represents a list of shipping method types.",
                "type": "object",
                "required": [
                    "ShippingMethodTypes"
                ],
                "properties": {
                    "ShippingMethodTypes": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShippingMethodType"
                        }
                    }
                }
            },
            "ShippingMethodTypesListWrapper": {
                "type": "object",
                "required": [
                    "ShippingMethodTypesList"
                ],
                "properties": {
                    "ShippingMethodTypesList": {
                        "$ref": "#/components/schemas/ShippingMethodTypesList"
                    }
                }
            },
            "ShippingMethodRefList": {
                "description": "This class represents a list of shipping methods",
                "type": "object",
                "required": [
                    "ShippingMethodRefs"
                ],
                "properties": {
                    "ShippingMethodRefs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Ref"
                        }
                    }
                }
            },
            "ShippingMethodRefListWrapper": {
                "type": "object",
                "required": [
                    "ShippingMethodRefList"
                ],
                "properties": {
                    "ShippingMethodRefList": {
                        "$ref": "#/components/schemas/ShippingMethodRefList"
                    }
                }
            },
            "ExampleSessionCreate": {
                "type": "object",
                "description": "Schema for creating a new collaboration session",
                "properties": {
                    "ExampleSessionCreate": {
                        "type": "object",
                        "properties": {
                            "Owner": {
                                "$ref": "#/components/schemas/UserReference",
                                "description": "Reference to the session owner"
                            },
                            "ParticipantListCreate": {
                                "$ref": "#/components/schemas/ParticipantListCreate",
                                "description": "List of participants to add to the session"
                            },
                            "subject": {
                                "type": "string",
                                "description": "Subject or title of the collaboration session"
                            }
                        },
                        "required": [
                            "Owner",
                            "ParticipantListCreate",
                            "subject"
                        ]
                    }
                },
                "required": [
                    "ExampleSessionCreate"
                ],
                "additionalProperties": false
            },
            "ExampleSessionUpdate": {
                "type": "object",
                "description": "Schema for updating a collaboration session",
                "properties": {
                    "ExampleSessionUpdate": {
                        "type": "object",
                        "properties": {
                            "hasPublicLink": {
                                "type": "boolean",
                                "description": "Whether the session should have a public access link enabled"
                            }
                        },
                        "required": [
                            "hasPublicLink"
                        ]
                    }
                },
                "required": [
                    "ExampleSessionUpdate"
                ],
                "additionalProperties": false
            },
            "InternalParticipantUpdate": {
                "type": "object",
                "description": "Schema for updating an internal participant",
                "properties": {
                    "InternalParticipantUpdate": {
                        "type": "object",
                        "properties": {
                            "scope": {
                                "type": "string",
                                "description": "Permission scope for the participant",
                                "enum": [
                                    "view",
                                    "edit",
                                    "admin"
                                ]
                            }
                        },
                        "required": [
                            "scope"
                        ]
                    }
                },
                "required": [
                    "InternalParticipantUpdate"
                ],
                "additionalProperties": false
            },
            "ExternalParticipantUpdate": {
                "type": "object",
                "description": "Schema for updating an external participant",
                "properties": {
                    "ExternalParticipantUpdate": {
                        "type": "object",
                        "properties": {
                            "scope": {
                                "type": "string",
                                "description": "Permission scope for the participant",
                                "enum": [
                                    "view",
                                    "edit",
                                    "admin"
                                ]
                            }
                        },
                        "required": [
                            "scope"
                        ]
                    }
                },
                "required": [
                    "ExternalParticipantUpdate"
                ],
                "additionalProperties": false
            },
            "InvitationCreate": {
                "type": "object",
                "description": "Schema for creating a new invitation",
                "properties": {
                    "InvitationCreate": {
                        "type": "object",
                        "properties": {
                            "email": {
                                "type": "string",
                                "description": "Email address of the invitation recipient",
                                "format": "email"
                            },
                            "Sender": {
                                "$ref": "#/components/schemas/UserReference",
                                "description": "Reference to the user sending the invitation"
                            },
                            "context": {
                                "type": "object",
                                "description": "Additional context information for the invitation",
                                "properties": {
                                    "single_value": {
                                        "type": "string",
                                        "description": "A single context value"
                                    },
                                    "simple_array": {
                                        "type": "array",
                                        "description": "An array of simple values",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "extended_array": {
                                        "type": "object",
                                        "description": "An object with key-value pairs",
                                        "additionalProperties": {
                                            "type": "string"
                                        }
                                    }
                                },
                                "additionalProperties": true
                            }
                        },
                        "required": [
                            "email",
                            "Sender",
                            "context"
                        ]
                    }
                },
                "required": [
                    "InvitationCreate"
                ],
                "additionalProperties": false
            },
            "ParticipantListCreate": {
                "type": "object",
                "description": "Schema for creating a list of participants",
                "properties": {
                    "ParticipantListCreate": {
                        "type": "object",
                        "properties": {
                            "ParticipantCreate": {
                                "type": "array",
                                "description": "Array of participants to create",
                                "items": {
                                    "oneOf": [
                                        {
                                            "$ref": "#/components/schemas/InternalParticipantCreate"
                                        },
                                        {
                                            "$ref": "#/components/schemas/ExternalParticipantCreate"
                                        }
                                    ]
                                },
                                "minItems": 1
                            }
                        },
                        "required": [
                            "ParticipantCreate"
                        ]
                    }
                },
                "required": [
                    "ParticipantListCreate"
                ],
                "additionalProperties": false
            },
            "InternalParticipantCreate": {
                "type": "object",
                "description": "Schema for creating an internal participant",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for internal participant creation",
                        "enum": [
                            "application/vnd.ibexa.api.InternalParticipantCreate+json"
                        ]
                    },
                    "User": {
                        "$ref": "#/components/schemas/UserReference",
                        "description": "Reference to the user account"
                    },
                    "scope": {
                        "type": "string",
                        "description": "Permission scope for the participant",
                        "enum": [
                            "view",
                            "edit",
                            "admin"
                        ]
                    }
                },
                "required": [
                    "_media-type",
                    "User",
                    "scope"
                ],
                "additionalProperties": false
            },
            "ExternalParticipantCreate": {
                "type": "object",
                "description": "Schema for creating an external participant",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for external participant creation",
                        "enum": [
                            "application/vnd.ibexa.api.ExternalParticipantCreate+json"
                        ]
                    },
                    "email": {
                        "type": "string",
                        "description": "Email address of the external participant",
                        "format": "email"
                    },
                    "scope": {
                        "type": "string",
                        "description": "Permission scope for the participant",
                        "enum": [
                            "view",
                            "edit",
                            "admin"
                        ]
                    }
                },
                "required": [
                    "_media-type",
                    "email",
                    "scope"
                ],
                "additionalProperties": false
            },
            "UserReference": {
                "type": "object",
                "description": "Reference to a user resource",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the user reference",
                        "enum": [
                            "application/vnd.ibexa.api.User+json"
                        ]
                    },
                    "_href": {
                        "type": "string",
                        "description": "REST API URL reference to the user resource",
                        "format": "uri",
                        "pattern": "^/api/ibexa/v2/user/users/[0-9]+$"
                    }
                },
                "required": [
                    "_media-type",
                    "_href"
                ],
                "additionalProperties": false
            },
            "ExampleSessionWrapper": {
                "type": "object",
                "description": "Wrapper object containing a collaboration session",
                "properties": {
                    "CollaborationSession": {
                        "$ref": "#/components/schemas/CollaborationSession",
                        "description": "The collaboration session object"
                    }
                },
                "required": [
                    "CollaborationSession"
                ],
                "additionalProperties": false
            },
            "CollaborationSession": {
                "type": "object",
                "description": "A collaboration session representing a shared workspace for participants",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the collaboration session"
                    },
                    "id": {
                        "type": "integer",
                        "description": "Unique identifier of the collaboration session"
                    },
                    "token": {
                        "type": "string",
                        "description": "Session access token for authentication and authorization"
                    },
                    "ParticipantList": {
                        "$ref": "#/components/schemas/ParticipantListObject",
                        "description": "List of participants in the collaboration session"
                    },
                    "Owner": {
                        "$ref": "#/components/schemas/Owner",
                        "description": "Owner of the collaboration session"
                    },
                    "createdAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the session was created",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the session was last updated",
                        "format": "date-time"
                    },
                    "subject": {
                        "type": "string",
                        "description": "Subject or title of the collaboration session"
                    },
                    "isActive": {
                        "type": "boolean",
                        "description": "Whether the collaboration session is currently active"
                    },
                    "hasPublicLink": {
                        "type": "boolean",
                        "description": "Whether the session has a public access link enabled"
                    }
                },
                "required": [
                    "_media-type",
                    "id",
                    "token",
                    "ParticipantList",
                    "Owner",
                    "createdAt",
                    "updatedAt",
                    "subject"
                ],
                "additionalProperties": false
            },
            "Owner": {
                "type": "object",
                "description": "Owner of a collaboration session",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the owner"
                    },
                    "_href": {
                        "type": "string",
                        "description": "REST API URL reference to the owner resource",
                        "format": "uri"
                    }
                },
                "required": [
                    "_media-type",
                    "_href"
                ],
                "additionalProperties": false
            },
            "ExternalParticipantWrapper": {
                "type": "object",
                "description": "Wrapper object containing an external participant",
                "properties": {
                    "Participant": {
                        "$ref": "#/components/schemas/ExternalParticipant",
                        "description": "The external participant object"
                    }
                },
                "required": [
                    "Participant"
                ],
                "additionalProperties": false
            },
            "ExternalParticipant": {
                "type": "object",
                "description": "An external participant in a collaboration session (not a registered user)",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the external participant"
                    },
                    "id": {
                        "type": "integer",
                        "description": "Unique identifier of the participant"
                    },
                    "name": {
                        "type": "string",
                        "description": "Display name of the external participant"
                    },
                    "scope": {
                        "type": "string",
                        "description": "Permission scope for the participant (e.g., 'read', 'write', 'admin')"
                    },
                    "email": {
                        "type": "string",
                        "description": "Email address of the external participant",
                        "format": "email"
                    },
                    "createdAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the participant was added",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the participant was last updated",
                        "format": "date-time"
                    }
                },
                "required": [
                    "_media-type",
                    "id",
                    "name",
                    "scope",
                    "email",
                    "createdAt",
                    "updatedAt"
                ],
                "additionalProperties": false
            },
            "InternalParticipantWrapper": {
                "type": "object",
                "description": "Wrapper object containing an internal participant",
                "properties": {
                    "Participant": {
                        "$ref": "#/components/schemas/InternalParticipant",
                        "description": "The internal participant object"
                    }
                },
                "required": [
                    "Participant"
                ],
                "additionalProperties": false
            },
            "InternalParticipant": {
                "type": "object",
                "description": "An internal participant in a collaboration session (registered user)",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the internal participant"
                    },
                    "id": {
                        "type": "integer",
                        "description": "Unique identifier of the participant"
                    },
                    "name": {
                        "type": "string",
                        "description": "Display name of the internal participant"
                    },
                    "scope": {
                        "type": "string",
                        "description": "Permission scope for the participant (e.g., 'read', 'write', 'admin')"
                    },
                    "User": {
                        "$ref": "#/components/schemas/User",
                        "description": "Reference to the associated user account"
                    },
                    "createdAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the participant was added",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the participant was last updated",
                        "format": "date-time"
                    }
                },
                "required": [
                    "_media-type",
                    "id",
                    "name",
                    "scope",
                    "User",
                    "createdAt",
                    "updatedAt"
                ],
                "additionalProperties": false
            },
            "ParticipantListWrapper": {
                "type": "object",
                "description": "Wrapper object containing a list of participants",
                "properties": {
                    "ParticipantList": {
                        "$ref": "#/components/schemas/ParticipantListObject",
                        "description": "The participant list object"
                    }
                },
                "required": [
                    "ParticipantList"
                ],
                "additionalProperties": false
            },
            "ParticipantListObject": {
                "type": "object",
                "description": "A list of participants in a collaboration session",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the participant list"
                    },
                    "Participants": {
                        "type": "array",
                        "description": "Array of participants in the collaboration session",
                        "items": {
                            "$ref": "#/components/schemas/ParticipantItem"
                        }
                    }
                },
                "required": [
                    "_media-type",
                    "Participants"
                ],
                "additionalProperties": false
            },
            "ParticipantItem": {
                "type": "object",
                "description": "A participant item that can be either internal or external",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the participant"
                    },
                    "id": {
                        "type": "integer",
                        "description": "Unique identifier of the participant"
                    },
                    "name": {
                        "type": "string",
                        "description": "Display name of the participant"
                    },
                    "scope": {
                        "type": "string",
                        "description": "Permission scope for the participant (e.g., 'read', 'write', 'admin')"
                    },
                    "User": {
                        "$ref": "#/components/schemas/User",
                        "description": "Reference to the associated user account (for internal participants only)"
                    },
                    "email": {
                        "type": "string",
                        "description": "Email address of the participant (for external participants only)",
                        "format": "email"
                    },
                    "createdAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the participant was added",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the participant was last updated",
                        "format": "date-time"
                    }
                },
                "required": [
                    "_media-type",
                    "id",
                    "name",
                    "scope",
                    "createdAt",
                    "updatedAt"
                ],
                "additionalProperties": false
            },
            "InvitationWrapper": {
                "type": "object",
                "description": "Wrapper object containing an invitation",
                "properties": {
                    "Invitation": {
                        "$ref": "#/components/schemas/Invitation",
                        "description": "The invitation object"
                    }
                },
                "required": [
                    "Invitation"
                ],
                "additionalProperties": false
            },
            "Invitation": {
                "type": "object",
                "description": "An invitation to join a collaboration session",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the invitation"
                    },
                    "id": {
                        "type": "integer",
                        "description": "Unique identifier of the invitation"
                    },
                    "status": {
                        "type": "string",
                        "description": "Current status of the invitation (e.g., 'pending', 'accepted', 'declined')",
                        "enum": [
                            "pending",
                            "accepted",
                            "declined",
                            "expired"
                        ]
                    },
                    "createdAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the invitation was created",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "description": "ISO 8601 timestamp when the invitation was last updated",
                        "format": "date-time"
                    },
                    "context": {
                        "oneOf": [
                            {
                                "type": "array",
                                "description": "Additional context data as an array"
                            },
                            {
                                "type": "object",
                                "description": "Additional context data as an object"
                            }
                        ],
                        "description": "Additional context information for the invitation"
                    },
                    "Sender": {
                        "$ref": "#/components/schemas/Sender",
                        "description": "Reference to the user who sent the invitation"
                    }
                },
                "required": [
                    "_media-type",
                    "id",
                    "status",
                    "createdAt",
                    "updatedAt",
                    "context",
                    "Sender"
                ],
                "additionalProperties": false
            },
            "Sender": {
                "type": "object",
                "description": "Reference to the sender of an invitation",
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "description": "Media type identifier for the sender reference"
                    },
                    "_href": {
                        "type": "string",
                        "description": "REST API URL reference to the sender resource",
                        "format": "uri"
                    }
                },
                "required": [
                    "_media-type",
                    "_href"
                ],
                "additionalProperties": false
            },
            "ActionType": {
                "type": "object",
                "required": [
                    "ActionType"
                ],
                "properties": {
                    "ActionType": {
                        "type": "object",
                        "required": [
                            "_media-type",
                            "identifier",
                            "name",
                            "inputIdentifier",
                            "outputIdentifier",
                            "options"
                        ],
                        "properties": {
                            "_media-type": {
                                "type": "string",
                                "enum": [
                                    "application/vnd.ibexa.api.ai.ActionType+json",
                                    "application/vnd.ibexa.api.ai.ActionType+xml"
                                ]
                            },
                            "identifier": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "inputIdentifier": {
                                "type": "string"
                            },
                            "outputIdentifier": {
                                "type": "string"
                            },
                            "options": {
                                "type": "object",
                                "additionalProperties": true
                            }
                        }
                    }
                }
            },
            "ActionTypeList": {
                "type": "object",
                "required": [
                    "_media-type",
                    "_href",
                    "ActionType"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.ai.ActionTypeList+json",
                            "application/vnd.ibexa.api.ai.ActionTypeList+xml"
                        ]
                    },
                    "_href": {
                        "type": "string",
                        "enum": [
                            "/api/ibexa/v2/ai/action-types"
                        ]
                    },
                    "ActionType": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ActionType"
                        }
                    }
                }
            },
            "ActionConfiguration": {
                "type": "object",
                "properties": {
                    "ActionConfiguration": {
                        "type": "object",
                        "required": [
                            "_media-type",
                            "identifier",
                            "name",
                            "description",
                            "enabled",
                            "ActionType",
                            "actionTypeOptions",
                            "actionHandlerIdentifier",
                            "actionHandlerOptions",
                            "createdAt",
                            "updatedAt"
                        ],
                        "properties": {
                            "_media-type": {
                                "type": "string",
                                "enum": [
                                    "application/vnd.ibexa.api.ai.ActionConfiguration+json",
                                    "application/vnd.ibexa.api.ai.ActionConfiguration+xml"
                                ]
                            },
                            "identifier": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "description": {
                                "type": "string",
                                "nullable": true
                            },
                            "enabled": {
                                "type": "boolean"
                            },
                            "ActionType": {
                                "$ref": "#/components/schemas/ActionType"
                            },
                            "actionTypeOptions": {
                                "type": "object",
                                "additionalProperties": true
                            },
                            "actionHandlerIdentifier": {
                                "type": "string"
                            },
                            "actionHandlerOptions": {
                                "type": "object",
                                "additionalProperties": true
                            },
                            "createdAt": {
                                "type": "string"
                            },
                            "updatedAt": {
                                "type": "string"
                            }
                        }
                    }
                }
            },
            "ActionConfigurationList": {
                "type": "object",
                "required": [
                    "_media-type",
                    "ActionConfiguration"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.ai.ActionConfigurationList+json",
                            "application/vnd.ibexa.api.ai.ActionConfigurationList+xml"
                        ]
                    },
                    "_href": {
                        "type": "string",
                        "example": "/api/ibexa/v2/ai/actions"
                    },
                    "ActionConfiguration": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ActionConfiguration"
                        }
                    }
                }
            },
            "ActionConfigurationListInput": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string"
                    },
                    "action_type_identifier": {
                        "type": "string"
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "limit": {
                        "type": "integer"
                    },
                    "page": {
                        "type": "integer"
                    }
                }
            },
            "RuntimeContext": {
                "type": "object",
                "additionalProperties": true
            },
            "Text": {
                "type": "object",
                "required": [
                    "_media-type",
                    "text"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.ai.Text+json",
                            "application/vnd.ibexa.api.ai.Text+xml"
                        ]
                    },
                    "text": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "RefineText": {
                "type": "object",
                "required": [
                    "Text",
                    "RuntimeContext"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.ai.RefineText+json",
                            "application/vnd.ibexa.api.ai.RefineText+xml"
                        ]
                    },
                    "Text": {
                        "type": "object",
                        "required": [
                            "text"
                        ],
                        "properties": {
                            "text": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "RuntimeContext": {
                        "$ref": "#/components/schemas/RuntimeContext"
                    }
                }
            },
            "GenerateAltText": {
                "type": "object",
                "required": [
                    "Image",
                    "RuntimeContext"
                ],
                "properties": {
                    "Image": {
                        "type": "object",
                        "required": [
                            "base64"
                        ],
                        "properties": {
                            "base64": {
                                "type": "string"
                            }
                        }
                    },
                    "RuntimeContext": {
                        "$ref": "#/components/schemas/RuntimeContext"
                    }
                }
            },
            "AltText": {
                "type": "object",
                "required": [
                    "_media-type",
                    "Text"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.ai.AltText+json",
                            "application/vnd.ibexa.api.ai.AltText+xml"
                        ]
                    },
                    "Text": {
                        "type": "object",
                        "required": [
                            "_media-type",
                            "text"
                        ],
                        "properties": {
                            "_media-type": {
                                "type": "string",
                                "enum": [
                                    "application/vnd.ibexa.api.ai.Text+json",
                                    "application/vnd.ibexa.api.ai.Text+xml"
                                ]
                            },
                            "text": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            }
                        }
                    }
                }
            },
            "DiscountList": {
                "type": "object",
                "required": [
                    "_media-type",
                    "Discount"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.DiscountList+json"
                        ]
                    },
                    "Discount": {
                        "type": "array",
                        "items": {
                            "oneOf": [
                                {
                                    "$ref": "#/components/schemas/Discount"
                                }
                            ]
                        }
                    }
                }
            },
            "Discount": {
                "type": "object",
                "required": [
                    "id",
                    "identifier",
                    "name",
                    "type",
                    "label",
                    "labelDescription",
                    "priority",
                    "isEnabled",
                    "createdAt",
                    "updatedAt",
                    "startDate",
                    "DiscountRule",
                    "DiscountExpressionAware",
                    "DiscountConditions",
                    "DiscountTranslations"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.Discount+json"
                        ]
                    },
                    "id": {
                        "type": "integer"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string",
                        "required": true
                    },
                    "label": {
                        "type": "string",
                        "nullable": true
                    },
                    "labelDescription": {
                        "type": "string",
                        "nullable": true
                    },
                    "priority": {
                        "type": "integer"
                    },
                    "isEnabled": {
                        "type": "boolean"
                    },
                    "createdAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "startDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "endDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "DiscountRule": {
                        "$ref": "#/components/schemas/DiscountRule"
                    },
                    "DiscountExpressionAware": {
                        "$ref": "#/components/schemas/DiscountExpressionAware"
                    },
                    "DiscountConditions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/DiscountCondition"
                        }
                    },
                    "DiscountTranslations": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/DiscountTranslation"
                        }
                    }
                }
            },
            "DiscountRule": {
                "type": "object",
                "required": [
                    "_media-type",
                    "type",
                    "expressionValues"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "expressionValues": {
                        "type": "object",
                        "additionalProperties": true
                    }
                }
            },
            "DiscountExpressionAware": {
                "type": "object",
                "required": [
                    "_media-type",
                    "expressionValues"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.DiscountExpressionAware+json"
                        ]
                    },
                    "expressionValues": {
                        "type": "object",
                        "additionalProperties": true
                    }
                }
            },
            "DiscountCondition": {
                "type": "object",
                "required": [
                    "_media-type",
                    "identifier",
                    "expressionValues"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string"
                    },
                    "identifier": {
                        "type": "string"
                    },
                    "expressionValues": {
                        "type": "object",
                        "additionalProperties": true
                    }
                }
            },
            "DiscountTranslation": {
                "type": "object",
                "required": [
                    "_media-type",
                    "languageCode",
                    "name",
                    "description",
                    "label",
                    "labelDescription"
                ],
                "properties": {
                    "_media-type": {
                        "type": "string",
                        "enum": [
                            "application/vnd.ibexa.api.DiscountTranslation+json"
                        ]
                    },
                    "languageCode": {
                        "$ref": "#/components/schemas/Language"
                    },
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "object",
                        "nullable": true
                    },
                    "label": {
                        "type": "string",
                        "nullable": true
                    },
                    "labelDescription": {
                        "type": "string",
                        "nullable": true
                    }
                }
            },
            "DiscountCreate": {
                "type": "object",
                "required": [
                    "identifier",
                    "type",
                    "priority",
                    "isEnabled",
                    "userId",
                    "rule",
                    "translations"
                ],
                "properties": {
                    "identifier": {
                        "type": "string",
                        "minLength": 1
                    },
                    "type": {
                        "type": "string",
                        "enum": [
                            "cart",
                            "catalog"
                        ]
                    },
                    "priority": {
                        "type": "integer",
                        "minimum": 1,
                        "maximum": 10
                    },
                    "isEnabled": {
                        "type": "boolean"
                    },
                    "userId": {
                        "type": "integer"
                    },
                    "rule": {
                        "type": "object",
                        "properties": {
                            "type": {
                                "type": "string",
                                "required": true,
                                "enum": [
                                    "fixed_amount",
                                    "percentage"
                                ]
                            },
                            "amount": {
                                "type": "string",
                                "required": true
                            }
                        }
                    },
                    "conditions": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "class": {
                                    "type": "string",
                                    "required": true,
                                    "description": "The fully qualified class name, must implement \\Ibexa\\Contracts\\Discounts\\Value\\DiscountConditionInterface"
                                },
                                "parameters": {
                                    "type": "array",
                                    "required": true,
                                    "description": "A list of arguments for the given class constructor",
                                    "items": []
                                }
                            }
                        }
                    },
                    "startDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "endDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "createdAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "translations": {
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "languageCode",
                                "name"
                            ],
                            "properties": {
                                "languageCode": {
                                    "type": "string"
                                },
                                "name": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "labelDescription": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "context": {
                        "type": "object",
                        "additionalProperties": true
                    }
                }
            },
            "DiscountUpdate": {
                "type": "object",
                "required": [
                    "identifier"
                ],
                "properties": {
                    "identifier": {
                        "type": "string",
                        "minLength": 1
                    },
                    "priority": {
                        "type": "integer",
                        "minimum": 1,
                        "maximum": 10
                    },
                    "isEnabled": {
                        "type": "boolean"
                    },
                    "userId": {
                        "type": "integer"
                    },
                    "lastContributorId": {
                        "type": "integer"
                    },
                    "rule": {
                        "type": "object",
                        "required": [
                            "type",
                            "amount"
                        ],
                        "properties": {
                            "type": {
                                "type": "string",
                                "enum": [
                                    "fixed_amount",
                                    "percentage"
                                ]
                            },
                            "amount": {
                                "type": "string"
                            }
                        }
                    },
                    "conditions": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "required": [
                                "class",
                                "parameters"
                            ],
                            "properties": {
                                "class": {
                                    "type": "string",
                                    "description": "The fully qualified class name, must implement \\Ibexa\\Contracts\\Discounts\\Value\\DiscountConditionInterface"
                                },
                                "parameters": {
                                    "type": "array",
                                    "description": "A list of arguments for the given class constructor",
                                    "items": []
                                }
                            }
                        }
                    },
                    "startDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "endDate": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "createdAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "updatedAt": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "translations": {
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "object",
                            "required": [
                                "languageCode",
                                "name"
                            ],
                            "properties": {
                                "languageCode": {
                                    "type": "string"
                                },
                                "name": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "label": {
                                    "type": "string"
                                },
                                "labelDescription": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "context": {
                        "type": "object",
                        "additionalProperties": true
                    }
                }
            },
            "ShoppingList": {
                "allOf": [
                    {
                        "$ref": "#/components/schemas/BaseObject"
                    },
                    {
                        "description": "This class represents a shopping list in the Repository.",
                        "type": "object",
                        "required": [
                            "id",
                            "identifier",
                            "owner",
                            "entries",
                            "createdAt",
                            "updatedAt"
                        ],
                        "properties": {
                            "id": {
                                "description": "The unique shopping list ID.",
                                "type": "integer"
                            },
                            "identifier": {
                                "description": "The unique identifier (UUID) of the shopping list.",
                                "type": "string"
                            },
                            "name": {
                                "description": "The name of the shopping list (optional).",
                                "type": "string",
                                "nullable": true
                            },
                            "isDefault": {
                                "description": "Indicates if this is the user's default shopping list.",
                                "type": "boolean"
                            },
                            "owner": {
                                "description": "Reference to the user who owns this shopping list.",
                                "$ref": "#/components/schemas/Ref"
                            },
                            "entries": {
                                "description": "Array of shopping list entries.",
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/ShoppingListEntry"
                                }
                            },
                            "createdAt": {
                                "description": "The date and time when the shopping list was created.",
                                "type": "string",
                                "format": "date-time"
                            },
                            "updatedAt": {
                                "description": "The date and time when the shopping list was last updated.",
                                "type": "string",
                                "format": "date-time"
                            }
                        }
                    }
                ]
            },
            "ShoppingListWrapper": {
                "type": "object",
                "required": [
                    "ShoppingList"
                ],
                "properties": {
                    "ShoppingList": {
                        "$ref": "#/components/schemas/ShoppingList"
                    }
                }
            },
            "ShoppingListEntry": {
                "description": "This class represents an entry in a shopping list.",
                "type": "object",
                "required": [
                    "identifier",
                    "product",
                    "addedAt"
                ],
                "properties": {
                    "identifier": {
                        "description": "The unique identifier (UUID) of the entry.",
                        "type": "string",
                        "format": "uuid"
                    },
                    "product": {
                        "description": "Reference to the product with embedded details.",
                        "type": "object",
                        "required": [
                            "_href",
                            "_media-type",
                            "code",
                            "name"
                        ],
                        "properties": {
                            "_href": {
                                "description": "URI to the product resource.",
                                "type": "string"
                            },
                            "_media-type": {
                                "description": "Media type of the product resource.",
                                "type": "string"
                            },
                            "code": {
                                "description": "Product code.",
                                "type": "string"
                            },
                            "name": {
                                "description": "Product name.",
                                "type": "string"
                            }
                        }
                    },
                    "addedAt": {
                        "description": "The date and time when the entry was added.",
                        "type": "string",
                        "format": "date-time"
                    }
                }
            },
            "ShoppingListCreate": {
                "description": "Creates a new shopping list.",
                "type": "object",
                "required": [
                    "name"
                ],
                "properties": {
                    "name": {
                        "description": "The name of the shopping list (required).",
                        "type": "string"
                    }
                }
            },
            "ShoppingListCreateWrapper": {
                "type": "object",
                "required": [
                    "ShoppingListCreate"
                ],
                "properties": {
                    "ShoppingListCreate": {
                        "$ref": "#/components/schemas/ShoppingListCreate"
                    }
                }
            },
            "ShoppingListUpdate": {
                "description": "Updates an existing shopping list.",
                "type": "object",
                "required": [
                    "name"
                ],
                "properties": {
                    "name": {
                        "description": "The name of the shopping list (required).",
                        "type": "string"
                    }
                }
            },
            "ShoppingListUpdateWrapper": {
                "type": "object",
                "required": [
                    "ShoppingListUpdate"
                ],
                "properties": {
                    "ShoppingListUpdate": {
                        "$ref": "#/components/schemas/ShoppingListUpdate"
                    }
                }
            },
            "ShoppingListEntriesAdd": {
                "description": "Adds one or more product entries to an existing shopping list.",
                "type": "object",
                "required": [
                    "entries"
                ],
                "properties": {
                    "entries": {
                        "description": "Array of entries to add (required, min 1).",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "$ref": "#/components/schemas/ShoppingListEntryAdd"
                        }
                    }
                }
            },
            "ShoppingListEntriesAddWrapper": {
                "type": "object",
                "required": [
                    "ShoppingListEntriesAdd"
                ],
                "properties": {
                    "ShoppingListEntriesAdd": {
                        "$ref": "#/components/schemas/ShoppingListEntriesAdd"
                    }
                }
            },
            "ShoppingListEntriesRemove": {
                "description": "Removes one or more entries from a shopping list by their identifiers.",
                "type": "object",
                "required": [
                    "identifiers"
                ],
                "properties": {
                    "identifiers": {
                        "description": "Array of entry identifiers (UUIDs) to remove (required, min 1).",
                        "type": "array",
                        "minItems": 1,
                        "items": {
                            "type": "string",
                            "format": "uuid"
                        }
                    }
                }
            },
            "ShoppingListEntriesRemoveWrapper": {
                "type": "object",
                "required": [
                    "ShoppingListEntriesRemove"
                ],
                "properties": {
                    "ShoppingListEntriesRemove": {
                        "$ref": "#/components/schemas/ShoppingListEntriesRemove"
                    }
                }
            },
            "ShoppingListEntryAdd": {
                "description": "Represents a single entry to add to a shopping list.",
                "type": "object",
                "required": [
                    "productCode"
                ],
                "properties": {
                    "productCode": {
                        "description": "Product code (required).",
                        "type": "string"
                    }
                }
            },
            "ShoppingListCollection": {
                "description": "This class represents a collection of shopping lists.",
                "type": "object",
                "required": [
                    "totalCount",
                    "count",
                    "ShoppingList"
                ],
                "properties": {
                    "totalCount": {
                        "description": "Total number of shopping lists.",
                        "type": "integer"
                    },
                    "count": {
                        "description": "Number of shopping lists in this response.",
                        "type": "integer"
                    },
                    "ShoppingList": {
                        "description": "Array of shopping lists.",
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShoppingList"
                        }
                    }
                }
            },
            "ShoppingListCollectionWrapper": {
                "type": "object",
                "required": [
                    "ShoppingListCollection"
                ],
                "properties": {
                    "ShoppingListCollection": {
                        "$ref": "#/components/schemas/ShoppingListCollection"
                    }
                }
            }
        },
        "responses": [],
        "parameters": [],
        "examples": [],
        "requestBodies": [],
        "headers": [],
        "securitySchemes": []
    },
    "security": [],
    "tags": [
        {
            "name": "Section"
        },
        {
            "name": "Objects"
        },
        {
            "name": "Type Groups"
        },
        {
            "name": "Type"
        },
        {
            "name": "User"
        },
        {
            "name": "User Group"
        },
        {
            "name": "User Role"
        },
        {
            "name": "User Policy"
        },
        {
            "name": "Language"
        },
        {
            "name": "Location"
        },
        {
            "name": "Object State Groups"
        },
        {
            "name": "Trash"
        },
        {
            "name": "Url Wildcard"
        },
        {
            "name": "Url Alias"
        },
        {
            "name": "Views",
            "description": "Controller for Repository Views (Search, mostly)."
        },
        {
            "name": "User Session"
        },
        {
            "name": "Bookmark"
        },
        {
            "name": "User Token"
        },
        {
            "name": "Calendar"
        },
        {
            "name": "Product Attribute"
        },
        {
            "name": "Product Attribute Type"
        },
        {
            "name": "Product Attribute Group"
        },
        {
            "name": "Product Catalog"
        },
        {
            "name": "Product Currency"
        },
        {
            "name": "Product Customer Group"
        },
        {
            "name": "Product"
        },
        {
            "name": "Product Type"
        },
        {
            "name": "Product Variant"
        },
        {
            "name": "Product Region"
        },
        {
            "name": "Product Vat"
        },
        {
            "name": "Taxonomy"
        },
        {
            "name": "Segmentation"
        },
        {
            "name": "Corporate Account"
        },
        {
            "name": "Activity Log"
        },
        {
            "name": "Cart"
        },
        {
            "name": "Shopping List"
        },
        {
            "name": "Orders"
        },
        {
            "name": "Payments"
        },
        {
            "name": "Shipping"
        },
        {
            "name": "Collaboration Sessions"
        },
        {
            "name": "Connector AI"
        },
        {
            "name": "Discounts"
        }
    ],
    "webhooks": []
}