From 4ec59f6ca248051d5f3a5f446852bce0e9cc0b8f Mon Sep 17 00:00:00 2001 From: SarantopoulosKon Date: Thu, 9 Nov 2023 13:30:02 +0200 Subject: [PATCH] Fix Enumeration and Attribute definitions --- openapi-v1.yaml | 8 ++++++-- openapi-v2.yaml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/openapi-v1.yaml b/openapi-v1.yaml index cf67a17..c76b45c 100644 --- a/openapi-v1.yaml +++ b/openapi-v1.yaml @@ -454,6 +454,10 @@ definitions: description: Attribute name type: string example: attribute1 + enumerationName: + description: Enumeration name + type: string + example: colors type: $ref: "#/definitions/Datatype" filterPipeline: @@ -4664,11 +4668,11 @@ definitions: properties: name: type: string - path_name: + pathName: type: string type: type: string - cell_val_num: + cellValNum: type: integer format: uint32 ordered: diff --git a/openapi-v2.yaml b/openapi-v2.yaml index 9ab283f..d59c418 100644 --- a/openapi-v2.yaml +++ b/openapi-v2.yaml @@ -767,6 +767,10 @@ definitions: description: Attribute name type: string example: attribute1 + enumerationName: + description: Enumeration name + type: string + example: colors type: $ref: "#/definitions/Datatype" filterPipeline: