Skip to content

Commit

Permalink
fix trigger openapi (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored Jun 30, 2020
1 parent 590af6c commit 2c2e2c9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions config/core/resources/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,9 @@ spec:
filter:
type: object
properties:
sourceAndType:
type: object
properties:
type:
type: string
source:
type: string
attributes:
type: object
description: "Map of CloudEvents attributes used for filtering events."
description: "Map of CloudEvents attributes used for filtering events. If not specified, will default to all events"
additionalProperties:
type: string
subscriber:
Expand Down Expand Up @@ -134,7 +127,7 @@ spec:
properties:
attributes:
type: object
description: "Map of CloudEvents attributes used for filtering events."
description: "Map of CloudEvents attributes used for filtering events. If not specified, will default to all events"
additionalProperties:
type: string
subscriber:
Expand Down

0 comments on commit 2c2e2c9

Please sign in to comment.