Skip to content

Commit 180b710

Browse files
committed
Update en to output generated at 987d0be
1 parent 96b4a70 commit 180b710

File tree

1 file changed

+18
-35
lines changed

1 file changed

+18
-35
lines changed

openapi.json

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2.0.0",
17-
"x-box-commit-hash": "8b906fd435"
17+
"x-box-commit-hash": "e95e44fb19"
1818
},
1919
"servers": [
2020
{
@@ -28925,43 +28925,26 @@
2892528925
"x-box-resource-id": "folder_locks",
2892628926
"x-box-tag": "folder_locks",
2892728927
"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"
2895128934
}
2895228935
},
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
2896328946
}
28964-
]
28947+
}
2896528948
},
2896628949
"IntegrationMapping": {
2896728950
"title": "Integration mapping",

0 commit comments

Comments
 (0)