We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f7bb5 commit 51207c3Copy full SHA for 51207c3
2 files changed
analytics.asyncapi.yaml
@@ -374,6 +374,10 @@ components:
374
type: string
375
format: date-time
376
description: When the insight was created
377
+ deleted_at:
378
+ type: string
379
+ format: date-time
380
+ description: When the insight was deleted
381
metadata:
382
$ref: '#/components/schemas/Metadata'
383
required:
@@ -561,4 +565,4 @@ components:
561
565
default: production
562
566
563
567
- source
564
- - environment
568
+ - environment
campaign.asyncapi.yaml
@@ -113,6 +113,9 @@ components:
113
description:
114
115
description: Campaign description
116
+ status:
117
118
+ description: Campaign status
119
target_audience:
120
$ref: '#/components/schemas/TargetAudience'
121
notification_template:
0 commit comments