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