Skip to content

Commit 51207c3

Browse files
committed
analytics: add/remove some fields
1 parent 94f7bb5 commit 51207c3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

analytics.asyncapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ components:
374374
type: string
375375
format: date-time
376376
description: When the insight was created
377+
deleted_at:
378+
type: string
379+
format: date-time
380+
description: When the insight was deleted
377381
metadata:
378382
$ref: '#/components/schemas/Metadata'
379383
required:
@@ -561,4 +565,4 @@ components:
561565
default: production
562566
required:
563567
- source
564-
- environment
568+
- environment

campaign.asyncapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ components:
113113
description:
114114
type: string
115115
description: Campaign description
116+
status:
117+
type: string
118+
description: Campaign status
116119
target_audience:
117120
$ref: '#/components/schemas/TargetAudience'
118121
notification_template:

0 commit comments

Comments
 (0)