File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 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 {
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",
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 {
You can’t perform that action at this time.
0 commit comments