Here is how the JSON object looks like and I can not get maximum and minimum values for the limit query part displayed:
"parameters": [
{
"name": "limit",
"in": "query",
"description": "How many items to return at one time (max 100)",
"minimum": 0,
"maximum": 63333,
"required": false,
"type": "integer",
"format": "int32"
}
],