From 5159664a51a3e952acd972833cb65613a030da26 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Wed, 6 Mar 2024 09:44:58 -0800 Subject: [chore] Fix a Swagger warning that only manifests during Go client code generation (#2729) --- docs/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 3cf9922a7..be833cf51 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -1018,7 +1018,7 @@ definitions: - public items: $ref: '#/definitions/filterContext' - minLength: 1 + minItems: 1 type: array uniqueItems: true x-go-name: Context -- cgit v1.2.3