mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
add output filter chain (#822)
This commit is contained in:
parent
de2d8847f3
commit
1f23c573bf
59 changed files with 2961 additions and 2621 deletions
|
|
@ -85,7 +85,7 @@ properties:
|
|||
type: string
|
||||
default:
|
||||
type: boolean
|
||||
filter_chain:
|
||||
input_filters:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
|
|
@ -93,6 +93,14 @@ properties:
|
|||
required:
|
||||
- id
|
||||
- description
|
||||
input_filters:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
output_filters:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue