Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions openapi-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down