ParamType
Parameter type for query/path parameters
Properties
string
"string""integer""boolean""number""array"
View JSON Schema
{
"type": "string",
"description": "Parameter type for query/path parameters",
"enum": [
"string",
"integer",
"boolean",
"number",
"array"
]
}