1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-19 00:15:43 +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 = { export const schema = {
type: 'object', type: 'object',
additionalProperties: false, additionalProperties: false,
required: ['name', 'weight', 'weightType', 'stickiness', 'overrides'], required: ['name', 'weight', 'weightType', 'stickiness'],
properties: { properties: {
name: { name: {
type: 'string', type: 'string',