|
14 | 14 | "url": "http://www.apache.org/licenses/LICENSE-2.0" |
15 | 15 | }, |
16 | 16 | "version": "2.0.0", |
17 | | - "x-box-commit-hash": "8b906fd435" |
| 17 | + "x-box-commit-hash": "e95e44fb19" |
18 | 18 | }, |
19 | 19 | "servers": [ |
20 | 20 | { |
@@ -28925,43 +28925,26 @@ |
28925 | 28925 | "x-box-resource-id": "folder_locks", |
28926 | 28926 | "x-box-tag": "folder_locks", |
28927 | 28927 | "description": "A list of folder locks", |
28928 | | - "allOf": [ |
28929 | | - { |
28930 | | - "type": "object", |
28931 | | - "description": "The part of an API response that describes marker\nbased pagination", |
28932 | | - "properties": { |
28933 | | - "limit": { |
28934 | | - "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.", |
28935 | | - "example": 1000, |
28936 | | - "type": "integer", |
28937 | | - "format": "int64" |
28938 | | - }, |
28939 | | - "next_marker": { |
28940 | | - "description": "The marker for the start of the next page of results.", |
28941 | | - "example": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", |
28942 | | - "type": "string", |
28943 | | - "nullable": true |
28944 | | - }, |
28945 | | - "prev_marker": { |
28946 | | - "description": "The marker for the start of the previous page of results.", |
28947 | | - "example": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih", |
28948 | | - "type": "string", |
28949 | | - "nullable": true |
28950 | | - } |
| 28928 | + "properties": { |
| 28929 | + "entries": { |
| 28930 | + "type": "array", |
| 28931 | + "description": "A list of folder locks", |
| 28932 | + "items": { |
| 28933 | + "$ref": "#/components/schemas/FolderLock" |
28951 | 28934 | } |
28952 | 28935 | }, |
28953 | | - { |
28954 | | - "properties": { |
28955 | | - "entries": { |
28956 | | - "type": "array", |
28957 | | - "description": "A list of folder locks", |
28958 | | - "items": { |
28959 | | - "$ref": "#/components/schemas/FolderLock" |
28960 | | - } |
28961 | | - } |
28962 | | - } |
| 28936 | + "limit": { |
| 28937 | + "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.", |
| 28938 | + "example": "1000", |
| 28939 | + "type": "string" |
| 28940 | + }, |
| 28941 | + "next_marker": { |
| 28942 | + "description": "The marker for the start of the next page of results.", |
| 28943 | + "example": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii", |
| 28944 | + "type": "string", |
| 28945 | + "nullable": true |
28963 | 28946 | } |
28964 | | - ] |
| 28947 | + } |
28965 | 28948 | }, |
28966 | 28949 | "IntegrationMapping": { |
28967 | 28950 | "title": "Integration mapping", |
|
0 commit comments