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:
parent
d1fd6d017b
commit
0e8e0def51
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user