From 4866ca2cdf90da4706615fa14079115ad7f33142 Mon Sep 17 00:00:00 2001 From: "alexis.drai@etu.uca.fr" Date: Wed, 7 Jun 2023 10:49:33 +0200 Subject: [PATCH] :pencil2: Fix typo --- src/main/resources/META-INF/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/META-INF/openapi.yaml b/src/main/resources/META-INF/openapi.yaml index 86aea97..158ad35 100644 --- a/src/main/resources/META-INF/openapi.yaml +++ b/src/main/resources/META-INF/openapi.yaml @@ -443,7 +443,7 @@ components: SchemaVersion: type: integer minimum: 1 - description: must be >= 1, and furthermore must be >= latest schema version + description: must be >= 1, and furthermore must be == latest schema version MoveCategoryName: type: string