diff --git a/specs/abtesting/common/schemas/ScheduledABTestResponse.yml b/specs/abtesting/common/schemas/ScheduleABTestResponse.yml similarity index 86% rename from specs/abtesting/common/schemas/ScheduledABTestResponse.yml rename to specs/abtesting/common/schemas/ScheduleABTestResponse.yml index 24dc31e91e..a1278e7b77 100644 --- a/specs/abtesting/common/schemas/ScheduledABTestResponse.yml +++ b/specs/abtesting/common/schemas/ScheduleABTestResponse.yml @@ -1,4 +1,4 @@ -ScheduledABTestResponse: +ScheduleABTestResponse: type: object additionalProperties: false properties: diff --git a/specs/abtesting/paths/scheduleABTest.yml b/specs/abtesting/paths/scheduleABTest.yml index 2983fe15c0..3939d4314c 100644 --- a/specs/abtesting/paths/scheduleABTest.yml +++ b/specs/abtesting/paths/scheduleABTest.yml @@ -47,7 +47,7 @@ post: content: application/json: schema: - $ref: '../common/schemas/ScheduledABTestResponse.yml#/ScheduledABTestResponse' + $ref: '../common/schemas/ScheduleABTestResponse.yml#/ScheduleABTestResponse' '400': $ref: '../../common/responses/BadRequest.yml' '402':