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: