1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: remove parametersSchema maxLength requirement (#1616)

This commit is contained in:
olav 2022-05-20 11:31:34 +02:00 committed by sighphyre
parent 8e660485f7
commit d0008bfa8a
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ const schema = {
type: 'object', type: 'object',
additionalProperties: { additionalProperties: {
type: 'string', type: 'string',
maxLength: 100,
}, },
} as const; } as const;

View File

@ -502,7 +502,6 @@ Object {
}, },
"parametersSchema": Object { "parametersSchema": Object {
"additionalProperties": Object { "additionalProperties": Object {
"maxLength": 100,
"type": "string", "type": "string",
}, },
"type": "object", "type": "object",