diff --git a/openapi.json b/openapi.json index 1f9cff6b..922adfb8 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2.0.0", - "x-box-commit-hash": "8b906fd435" + "x-box-commit-hash": "e95e44fb19" }, "servers": [ { @@ -28925,43 +28925,26 @@ "x-box-resource-id": "folder_locks", "x-box-tag": "folder_locks", "description": "A list of folder locks", - "allOf": [ - { - "type": "object", - "description": "The part of an API response that describes marker\nbased pagination", - "properties": { - "limit": { - "description": "The limit that was used for these entries. This will be the same as the\n`limit` query parameter unless that value exceeded the maximum value\nallowed. The maximum value varies by API.", - "example": 1000, - "type": "integer", - "format": "int64" - }, - "next_marker": { - "description": "The marker for the start of the next page of results.", - "example": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", - "type": "string", - "nullable": true - }, - "prev_marker": { - "description": "The marker for the start of the previous page of results.", - "example": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih", - "type": "string", - "nullable": true - } + "properties": { + "entries": { + "type": "array", + "description": "A list of folder locks", + "items": { + "$ref": "#/components/schemas/FolderLock" } }, - { - "properties": { - "entries": { - "type": "array", - "description": "A list of folder locks", - "items": { - "$ref": "#/components/schemas/FolderLock" - } - } - } + "limit": { + "description": "The limit that was used for these entries. This will be the same as the\n`limit` query parameter unless that value exceeded the maximum value\nallowed. The maximum value varies by API.", + "example": "1000", + "type": "string" + }, + "next_marker": { + "description": "The marker for the start of the next page of results.", + "example": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", + "type": "string", + "nullable": true } - ] + } }, "IntegrationMapping": { "title": "Integration mapping",