Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions specs/abtesting-v3/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ updatedAt:
description: Date and time when the A/B test was last updated, in RFC 3339 format.
example: 2023-06-15T15:06:44.400601Z

stoppedAt:
type: string
description: Date and time when the A/B test was stopped, in RFC 3339 format.
example: 2023-06-15T15:06:44.400601Z
nullable: true

scheduledAt:
type: string
description: Date and time when the A/B test is scheduled to start, in RFC 3339 format.
Expand Down
2 changes: 2 additions & 0 deletions specs/abtesting-v3/common/schemas/ABTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ ABTest:
$ref: '../parameters.yml#/createdAt'
endAt:
$ref: '../parameters.yml#/endAt'
stoppedAt:
$ref: '../parameters.yml#/stoppedAt'
name:
$ref: '../parameters.yml#/name'
status:
Expand Down
6 changes: 6 additions & 0 deletions specs/abtesting/common/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ updatedAt:
description: Date and time when the A/B test was last updated, in RFC 3339 format.
example: 2023-06-15T15:06:44.400601Z

stoppedAt:
type: string
description: Date and time when the A/B test was stopped, in RFC 3339 format.
example: 2023-06-15T15:06:44.400601Z
nullable: true

scheduledAt:
type: string
description: Date and time when the A/B test is scheduled to start, in RFC 3339 format.
Expand Down
2 changes: 2 additions & 0 deletions specs/abtesting/common/schemas/ABTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ ABTest:
$ref: '../parameters.yml#/createdAt'
endAt:
$ref: '../parameters.yml#/endAt'
stoppedAt:
$ref: '../parameters.yml#/stoppedAt'
name:
$ref: '../parameters.yml#/name'
status:
Expand Down