fix: remove unsupported schema properties

This commit is contained in:
Stefan Strigler 2023-06-01 18:53:29 +02:00
parent 12a4e48727
commit ef2581d13b
1 changed files with 1 additions and 3 deletions

View File

@ -344,9 +344,7 @@ fields(bytes) ->
description => ?DESC(max_response_bytes),
in => query,
required => false,
default => 1000,
minimum => 0,
maximum => ?MAX_SINT32
default => 1000
}
)}
];