{"note":"OpenAPI conversion -- returning structured metadata","name":"datasette-local","description":"Datasette API","version":"v1","base_url":"https://datasette.io","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Datasette API\n@base https://datasette.io\n@version v1\n@endpoints 1\n@toc content.json(1)\n\n@endpoint GET /content.json\n@desc Execute a SQLite SQL query against the content database\n@required {sql: str # The SQL query to be executed, _shape: str # The shape of the response data. Must be \"array\"}\n@returns(200) Successful SQL results\n@errors {400: Bad request, 500: Internal server error}\n\n@end\n"}