From 0d50a7eae5cfdde3ef945e94a8af941a2b9c4ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 2 Jun 2022 12:16:14 +0200 Subject: [PATCH] OAPI: clean, remove unnecessary quotes --- pkg/api/flamenco-openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/flamenco-openapi.yaml b/pkg/api/flamenco-openapi.yaml index 2e578943..2905e03e 100644 --- a/pkg/api/flamenco-openapi.yaml +++ b/pkg/api/flamenco-openapi.yaml @@ -1455,7 +1455,7 @@ components: "version": type: string description: Version of Flamenco this Worker is running - required: [id, nickname, status, "version"] + required: [id, nickname, status, version] Worker: description: All information about a Worker