mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +02:00
fix: remove parametersSchema maxLength requirement (#1616)
This commit is contained in:
parent
40c920f184
commit
05808745a7
@ -4,7 +4,6 @@ const schema = {
|
|||||||
type: 'object',
|
type: 'object',
|
||||||
additionalProperties: {
|
additionalProperties: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
maxLength: 100,
|
|
||||||
},
|
},
|
||||||
'components/schemas': {},
|
'components/schemas': {},
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -340,7 +340,6 @@ Object {
|
|||||||
},
|
},
|
||||||
"parametersSchema": Object {
|
"parametersSchema": Object {
|
||||||
"additionalProperties": Object {
|
"additionalProperties": Object {
|
||||||
"maxLength": 100,
|
|
||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
Loading…
Reference in New Issue
Block a user