Skip to content

Commit 6774708

Browse files
committed
Update en to output generated at 541057a
1 parent cdbcb88 commit 6774708

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

openapi.json

Lines changed: 22 additions & 1 deletion
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": "d6b3a4d2fb"
17+
"x-box-commit-hash": "62f9b75d05"
1818
},
1919
"servers": [
2020
{
@@ -32248,6 +32248,10 @@
3224832248
],
3224932249
"x-box-variant": "mini",
3225032250
"description": "A mini description of a Storage Policy object",
32251+
"required": [
32252+
"id",
32253+
"type"
32254+
],
3225132255
"properties": {
3225232256
"id": {
3225332257
"type": "string",
@@ -32270,7 +32274,24 @@
3227032274
"x-box-resource-id": "storage_policy_assignment",
3227132275
"x-box-tag": "storage_policy_assignments",
3227232276
"description": "The assignment of a storage policy to a user or enterprise",
32277+
"required": [
32278+
"id",
32279+
"type"
32280+
],
3227332281
"properties": {
32282+
"id": {
32283+
"type": "string",
32284+
"description": "The unique identifier for a storage policy assignment.",
32285+
"example": "ZW50ZXJwcmlzZV8xMjM0NTY3ODkw"
32286+
},
32287+
"type": {
32288+
"type": "string",
32289+
"description": "`storage_policy_assignment`",
32290+
"example": "storage_policy_assignment",
32291+
"enum": [
32292+
"storage_policy_assignment"
32293+
]
32294+
},
3227432295
"storage_policy": {
3227532296
"allOf": [
3227632297
{

0 commit comments

Comments
 (0)