Skip to content

Commit

Permalink
add column_names to result requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Oct 7, 2020
1 parent 853fc70 commit ee9700c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions result/flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ components:
type: string
x-constraint:
- "/components/schemas/Flow/properties/name"
column_names:
description: >-
The names of Result.Flow properties to return.
If the list is empty then all properties will be returned.
type: array
items:
type: string
x-constraint:
- '/components/schemas/Result.Flow/properties/*'
ingress_result_names:
description: >-
Add any configured Flow.Pattern.ingress_result_name values
Expand Down
9 changes: 9 additions & 0 deletions result/port.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ components:
type: string
x-constraint:
- '/components/schemas/Port/properties/name'
column_names:
description: >-
The names of Result.Port properties to return.
If the list is empty then all properties will be returned.
type: array
items:
type: string
x-constraint:
- '/components/schemas/Result.Port/properties/*'

Result.Port:
type: object
Expand Down

0 comments on commit ee9700c

Please sign in to comment.