1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-18 00:19:49 +01:00

fix: remove parametersSchema maxLength requirement ()

This commit is contained in:
olav 2022-05-20 11:31:34 +02:00 committed by GitHub
parent 40c920f184
commit 05808745a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions
src
lib/openapi/spec
test/e2e/api/openapi/__snapshots__

View File

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

View File

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