diff --git a/openapi.json b/openapi.json index 61d5652c..c2adf654 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": "143e20d85d" + "x-box-commit-hash": "f871f1e4d1" }, "servers": [ { @@ -3363,11 +3363,19 @@ "content": { "application/json-patch+json": { "schema": { + "required": [ + "items" + ], "description": "A list containing the one change to make, to\nupdate the classification label.", "type": "array", "items": { "type": "object", "description": "The operation to perform on the classification\nmetadata template instance. In this case, it use\nused to replace the value stored for the\n`Box__Security__Classification__Key` field with a new\nvalue.", + "required": [ + "op", + "path", + "value" + ], "properties": { "op": { "type": "string", @@ -3379,10 +3387,10 @@ }, "path": { "type": "string", - "example": "Box__Security__Classification__Key", + "example": "/Box__Security__Classification__Key", "description": "Defines classifications \navailable in the enterprise.", "enum": [ - "Box__Security__Classification__Key" + "/Box__Security__Classification__Key" ] }, "value": { @@ -6466,11 +6474,19 @@ "content": { "application/json-patch+json": { "schema": { + "required": [ + "items" + ], "description": "A list containing the one change to make, to\nupdate the classification label.", "type": "array", "items": { "type": "object", "description": "The operation to perform on the classification\nmetadata template instance. In this case, it use\nused to replace the value stored for the\n`Box__Security__Classification__Key` field with a new\nvalue.", + "required": [ + "op", + "path", + "value" + ], "properties": { "op": { "type": "string", @@ -6482,10 +6498,10 @@ }, "path": { "type": "string", - "example": "Box__Security__Classification__Key", + "example": "/Box__Security__Classification__Key", "description": "Defines classifications \navailable in the enterprise.", "enum": [ - "Box__Security__Classification__Key" + "/Box__Security__Classification__Key" ] }, "value": {