You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tk...@apache.org on 2022/09/28 06:34:13 UTC

[ignite-3] branch main updated: IGNITE-17769 Fix modules/rest/openapi/openapi.yaml after change IgniteProductVersion (#1125)

This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f8c4303c9 IGNITE-17769 Fix modules/rest/openapi/openapi.yaml after change IgniteProductVersion (#1125)
4f8c4303c9 is described below

commit 4f8c4303c92d6cdb812a9091a8ff993e8f0efeb7
Author: Kirill Tkalenko <tk...@yandex.ru>
AuthorDate: Wed Sep 28 09:34:08 2022 +0300

    IGNITE-17769 Fix modules/rest/openapi/openapi.yaml after change IgniteProductVersion (#1125)
---
 modules/rest/openapi/openapi.yaml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/modules/rest/openapi/openapi.yaml b/modules/rest/openapi/openapi.yaml
index b11b2ea498..70848c2896 100644
--- a/modules/rest/openapi/openapi.yaml
+++ b/modules/rest/openapi/openapi.yaml
@@ -375,7 +375,7 @@ components:
           items:
             type: string
         igniteVersion:
-          $ref: '#/components/schemas/IgniteProductVersion'
+          type: string
         clusterTag:
           $ref: '#/components/schemas/ClusterTag'
     ClusterTag:
@@ -389,24 +389,6 @@ components:
           format: uuid
         clusterName:
           type: string
-    IgniteProductVersion:
-      required:
-      - maintenance
-      - major
-      - minor
-      type: object
-      properties:
-        major:
-          type: integer
-          format: int32
-        minor:
-          type: integer
-          format: int32
-        maintenance:
-          type: integer
-          format: int32
-        alphaVersion:
-          type: string
     InitCommand:
       required:
       - clusterName