1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

fix: update spec

This commit is contained in:
Fredrik Oseberg 2022-05-06 18:12:13 +02:00
parent d1fd6d017b
commit 0e8e0def51

View File

@ -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',