{
    "ok": true,
    "next": null,
    "human_description_en": "",
    "custom_table_templates": [
        "_table-fixtures-roadside_attractions.html",
        "_table-table-fixtures-roadside_attractions.html",
        "_table.html"
    ],
    "query": {
        "sql": "select pk, name, address, url, latitude, longitude from roadside_attractions order by pk limit 101",
        "params": {}
    },
    "primary_keys": [
        "pk"
    ],
    "columns": [
        "pk",
        "name",
        "address",
        "url",
        "latitude",
        "longitude"
    ],
    "database": "fixtures",
    "actions": "<function table_view_data.<locals>.extra_actions.<locals>.actions at 0x3ea1fd322f20>",
    "next_url": null,
    "database_color": "40882a",
    "filters": "<datasette.filters.Filters object at 0x3ea1e7fd7110>",
    "table": "roadside_attractions",
    "count": 4,
    "form_hidden_args": [
        [
            "_context",
            "1"
        ]
    ],
    "metadata": {
        "columns": {
            "name": "The name of the attraction",
            "address": "The street address for the attraction"
        },
        "source": "tests/fixtures.py",
        "source_url": "https://github.com/simonw/datasette/blob/main/tests/fixtures.py",
        "license": "Apache License 2.0",
        "license_url": "https://github.com/simonw/datasette/blob/main/LICENSE",
        "about": "About Datasette",
        "about_url": "https://github.com/simonw/datasette"
    },
    "is_view": false,
    "private": false,
    "facet_results": {
        "results": {},
        "timed_out": []
    },
    "sorted_facet_results": [],
    "facets_timed_out": [],
    "expandable_columns": [],
    "renderers": {
        "json": "/fixtures/roadside_attractions.json?_context=1",
        "testall": "/fixtures/roadside_attractions.testall?_context=1",
        "testnone": "/fixtures/roadside_attractions.testnone?_context=1",
        "testresponse": "/fixtures/roadside_attractions.testresponse?_context=1"
    },
    "view_definition": null,
    "table_definition": "CREATE TABLE roadside_attractions (\n    pk integer primary key,\n    name text,\n    address text,\n    url text,\n    latitude real,\n    longitude real\n);",
    "display_rows": [
        "<datasette.views.table.Row object at 0x3ea1e4207a90>",
        "<datasette.views.table.Row object at 0x3ea1fc962090>",
        "<datasette.views.table.Row object at 0x3ea1e4ddb710>",
        "<datasette.views.table.Row object at 0x3ea1e4dda290>"
    ],
    "display_columns": [
        {
            "name": "pk",
            "sortable": true,
            "is_pk": true,
            "type": "integer",
            "notnull": 0
        },
        {
            "name": "name",
            "sortable": true,
            "is_pk": false,
            "type": "text",
            "notnull": 0,
            "description": "The name of the attraction"
        },
        {
            "name": "address",
            "sortable": true,
            "is_pk": false,
            "type": "text",
            "notnull": 0,
            "description": "The street address for the attraction"
        },
        {
            "name": "url",
            "sortable": true,
            "is_pk": false,
            "type": "text",
            "notnull": 0,
            "description": null
        },
        {
            "name": "latitude",
            "sortable": true,
            "is_pk": false,
            "type": "real",
            "notnull": 0,
            "description": null
        },
        {
            "name": "longitude",
            "sortable": true,
            "is_pk": false,
            "type": "real",
            "notnull": 0,
            "description": null
        }
    ],
    "suggested_facets": [],
    "rows": [
        {
            "pk": 1,
            "name": "The Mystery Spot",
            "address": "465 Mystery Spot Road, Santa Cruz, CA 95065",
            "url": "https://www.mysteryspot.com/",
            "latitude": 37.0167,
            "longitude": -122.0024
        },
        {
            "pk": 2,
            "name": "Winchester Mystery House",
            "address": "525 South Winchester Boulevard, San Jose, CA 95128",
            "url": "https://winchestermysteryhouse.com/",
            "latitude": 37.3184,
            "longitude": -121.9511
        },
        {
            "pk": 3,
            "name": "Burlingame Museum of PEZ Memorabilia",
            "address": "214 California Drive, Burlingame, CA 94010",
            "url": null,
            "latitude": 37.5793,
            "longitude": -122.3442
        },
        {
            "pk": 4,
            "name": "Bigfoot Discovery Museum",
            "address": "5497 Highway 9, Felton, CA 95018",
            "url": "https://www.bigfootdiscoveryproject.com/",
            "latitude": 37.0414,
            "longitude": -122.0725
        }
    ],
    "extra_wheres_for_ui": [],
    "supports_search": false,
    "filter_columns": [
        "pk",
        "name",
        "address",
        "url",
        "latitude",
        "longitude"
    ],
    "url_csv": "/fixtures/roadside_attractions.csv?_context=1&_size=max",
    "url_csv_path": "/fixtures/roadside_attractions.csv",
    "url_csv_hidden_args": [
        [
            "_context",
            "1"
        ],
        [
            "_size",
            "max"
        ]
    ],
    "sort": "pk",
    "sort_desc": null,
    "append_querystring": "<function append_querystring at 0x3ea200636160>",
    "path_with_replaced_args": "<function path_with_replaced_args at 0x3ea200636340>",
    "fix_path": "<bound method Urls.path of <datasette.url_builder.Urls object at 0x3ea1fd348dd0>>",
    "settings": {
        "default_page_size": 100,
        "max_returned_rows": 1000,
        "max_insert_rows": 100,
        "num_sql_threads": 3,
        "sql_time_limit_ms": 1000,
        "default_facet_size": 30,
        "facet_time_limit_ms": 200,
        "facet_suggest_time_limit_ms": 50,
        "allow_facet": true,
        "allow_download": true,
        "allow_signed_tokens": true,
        "default_allow_sql": true,
        "max_signed_tokens_ttl": 0,
        "suggest_facets": true,
        "default_cache_ttl": 5,
        "cache_size_kb": 0,
        "allow_csv_stream": true,
        "max_csv_mb": 100,
        "truncate_cells_html": 2048,
        "force_https_urls": true,
        "template_debug": true,
        "trace_debug": true,
        "base_url": "/"
    },
    "alternate_url_json": "https://latest.datasette.io/fixtures/roadside_attractions.json?_context=1",
    "datasette_allow_facet": "true",
    "is_sortable": true,
    "allow_execute_sql": true,
    "query_ms": 1.2,
    "select_templates": [
        "table-fixtures-roadside_attractions.html",
        "*table.html"
    ],
    "top_table": "<function make_slot_function.<locals>.inner at 0x3ea1fd3236a0>",
    "request": "<asgi.Request method=\"GET\" url=\"https://latest.datasette.io/fixtures/roadside_attractions?_context=1\">",
    "crumb_items": "<bound method Datasette._crumb_items of <datasette.app.Datasette object at 0x3ea1ff4e3450>>",
    "urls": "<datasette.url_builder.Urls object at 0x3ea1e4205010>",
    "actor": null,
    "menu_links": "<function Datasette.render_template.<locals>.menu_links at 0x3ea1fd323600>",
    "display_actor": "<function display_actor at 0x3ea2006504a0>",
    "show_logout": false,
    "app_css_hash": "bad7e8",
    "zip": "<class 'zip'>",
    "body_scripts": [
        {
            "script": "var extra_body_script = {\"template\": \"table.html\", \"database\": \"fixtures\", \"table\": \"roadside_attractions\", \"config\": null, \"view_name\": \"table\", \"request_path\": \"/fixtures/roadside_attractions\", \"added\": 15, \"columns\": [\"pk\", \"name\", \"address\", \"url\", \"latitude\", \"longitude\"]};",
            "module": true
        }
    ],
    "format_bytes": "<function format_bytes at 0x3ea200637740>",
    "show_messages": "<function Datasette.render_template.<locals>.<lambda> at 0x3ea1fd322160>",
    "extra_css_urls": [
        {
            "url": "https://plugin-example.datasette.io/eyJ0ZW1wbGF0ZSI6ICJ0YWJsZS5odG1sIiwgImRhdGFiYXNlIjogImZpeHR1cmVzIiwgInRhYmxlIjogInJvYWRzaWRlX2F0dHJhY3Rpb25zIiwgInZpZXdfbmFtZSI6ICJ0YWJsZSIsICJyZXF1ZXN0X3BhdGgiOiAiL2ZpeHR1cmVzL3JvYWRzaWRlX2F0dHJhY3Rpb25zIiwgImFkZGVkIjogMTUsICJjb2x1bW5zIjogWyJwayIsICJuYW1lIiwgImFkZHJlc3MiLCAidXJsIiwgImxhdGl0dWRlIiwgImxvbmdpdHVkZSJdfQ==/extra-css-urls-demo.css"
        }
    ],
    "extra_js_urls": [
        {
            "url": "https://plugin-example.datasette.io/jquery.js",
            "sri": "SRIHASH"
        },
        {
            "url": "https://plugin-example.datasette.io/plugin2.js"
        },
        {
            "url": "https://plugin-example.datasette.io/plugin1.js"
        },
        {
            "url": "https://plugin-example.datasette.io/plugin.module.js",
            "module": true
        }
    ],
    "base_url": "/",
    "csrftoken": "<function asgi_csrf_decorator.<locals>._asgi_csrf_decorator.<locals>.app_wrapped_with_csrf.<locals>.get_csrftoken at 0x3ea1fd321120>",
    "datasette_version": "1.0a13",
    "view_name": "table",
    "extra_template_vars_from_awaitable": "{\"template\": \"table.html\", \"scope_path\": \"/fixtures/roadside_attractions\", \"awaitable\": true}",
    "query_database": "<function extra_template_vars.<locals>.query_database at 0x3ea1fd321940>",
    "extra_template_vars": "{\"template\": \"table.html\", \"scope_path\": \"/fixtures/roadside_attractions\", \"columns\": [\"pk\", \"name\", \"address\", \"url\", \"latitude\", \"longitude\"]}"
}