Skip to content

Commit

Permalink
feat: add maxItems: 1 for subscription-types
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jun 17, 2024
1 parent eadd680 commit e5b2360
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artifacts/camara-cloudevents/event-subscription-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ components:
at API project level.
type: array
minItems: 1
maxItems: 1
items:
type: string
config:
Expand Down Expand Up @@ -489,6 +490,7 @@ components:
at API project level.
type: array
minItems: 1
maxItems: 1
items:
type: string
config:
Expand Down

0 comments on commit e5b2360

Please sign in to comment.