mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix: remove parametersSchema maxLength requirement (#1616)
This commit is contained in:
parent
8e660485f7
commit
d0008bfa8a
@ -4,7 +4,6 @@ const schema = {
|
||||
type: 'object',
|
||||
additionalProperties: {
|
||||
type: 'string',
|
||||
maxLength: 100,
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
@ -502,7 +502,6 @@ Object {
|
||||
},
|
||||
"parametersSchema": Object {
|
||||
"additionalProperties": Object {
|
||||
"maxLength": 100,
|
||||
"type": "string",
|
||||
},
|
||||
"type": "object",
|
||||
|
Loading…
Reference in New Issue
Block a user