diff --git a/openapi.json b/openapi.json index f95b0de..77c7496 100644 --- a/openapi.json +++ b/openapi.json @@ -52916,6 +52916,16 @@ "name": { "type": "string" }, + "description": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "cronExpression": { "type": "string" }, @@ -53109,6 +53119,16 @@ "name": { "type": "string" }, + "description": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "cronExpression": { "type": "string" },