From 0e8e0def518edf61a7a2c241a0395bd55d06154f Mon Sep 17 00:00:00 2001 From: Fredrik Oseberg Date: Fri, 6 May 2022 18:12:13 +0200 Subject: [PATCH] fix: update spec --- src/lib/openapi/spec/variant-schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openapi/spec/variant-schema.ts b/src/lib/openapi/spec/variant-schema.ts index dd528f689a..4da27d1adc 100644 --- a/src/lib/openapi/spec/variant-schema.ts +++ b/src/lib/openapi/spec/variant-schema.ts @@ -3,7 +3,7 @@ import { createSchemaObject, CreateSchemaType } from '../types'; export const schema = { type: 'object', additionalProperties: false, - required: ['name', 'weight', 'weightType', 'stickiness', 'overrides'], + required: ['name', 'weight', 'weightType', 'stickiness'], properties: { name: { type: 'string',