mirror of
https://github.com/LukeHagar/varsity.git
synced 2025-12-06 04:22:00 +00:00
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"name": "status",
|
|
"in": "query",
|
|
"description": "Filter orders by status",
|
|
"required": false,
|
|
"schema": {
|
|
"type": "string",
|
|
"enum": ["pending", "processing", "shipped", "delivered", "cancelled"]
|
|
}
|
|
}
|