{ "schema": { "properties": { "add_columns": { "additionalProperties": { "properties": { "page": { "type": "integer" }, "page_size": { "type": "integer" } }, "type": "object" }, "type": "object" }, "edit_columns": { "additionalProperties": { "properties": { "page": { "type": "integer" }, "page_size": { "type": "integer" } }, "type": "object" }, "type": "object" }, "keys": { "items": { "enum": [ "add_columns", "edit_columns", "filters", "permissions", "add_title", "edit_title", "none" ], "type": "string" }, "type": "array" } }, "type": "object", "title": "get_info_schema" }, "schemaType": "response" }