{ "schema": { "properties": { "always_filter_main_dttm": { "default": false, "type": "boolean" }, "catalog": { "maxLength": 250, "minLength": 0, "nullable": true, "type": "string" }, "database": { "type": "integer" }, "external_url": { "nullable": true, "type": "string" }, "is_managed_externally": { "nullable": true, "type": "boolean" }, "normalize_columns": { "default": false, "type": "boolean" }, "owners": { "items": { "type": "integer" }, "type": "array" }, "schema": { "maxLength": 250, "minLength": 0, "nullable": true, "type": "string" }, "sql": { "nullable": true, "type": "string" }, "table_name": { "maxLength": 250, "minLength": 1, "type": "string" }, "template_params": { "nullable": true, "type": "string" }, "uuid": { "format": "uuid", "nullable": true, "type": "string" } }, "required": ["database", "table_name"], "type": "object", "title": "DatasetRestApi.post" }, "schemaType": "response" }