blob: df51d27cef4ff10a986d13d3cd54f1a8b06b342c [file]
{
"parameters": [
{
"in": "path",
"name": "pk",
"required": true,
"schema": { "type": "integer" }
},
{
"content": {
"application/json": {
"schema": {
"properties": {
"columns": { "items": { "type": "string" }, "type": "array" },
"keys": {
"items": {
"enum": [
"show_columns",
"description_columns",
"label_columns",
"show_title",
"none"
],
"type": "string"
},
"type": "array"
}
},
"type": "object",
"title": "get_item_schema"
}
}
},
"in": "query",
"name": "q"
}
]
}