{ "schema": { "properties": { "allow_ctas": { "nullable": true, "type": "boolean" }, "allow_cvas": { "nullable": true, "type": "boolean" }, "allow_dml": { "nullable": true, "type": "boolean" }, "allow_file_upload": { "nullable": true, "type": "boolean" }, "allow_run_async": { "nullable": true, "type": "boolean" }, "backend": { "readOnly": true }, "cache_timeout": { "nullable": true, "type": "integer" }, "configuration_method": { "maxLength": 255, "nullable": true, "type": "string" }, "database_name": { "maxLength": 250, "type": "string" }, "driver": { "readOnly": true }, "engine_information": { "readOnly": true }, "expose_in_sqllab": { "nullable": true, "type": "boolean" }, "force_ctas_schema": { "maxLength": 250, "nullable": true, "type": "string" }, "id": { "type": "integer" }, "impersonate_user": { "nullable": true, "type": "boolean" }, "is_managed_externally": { "type": "boolean" }, "uuid": { "format": "uuid", "nullable": true, "type": "string" } }, "required": ["database_name"], "type": "object", "title": "DatabaseRestApi.get" }, "schemaType": "response" }