id,page,ref,title,content,breadcrumbs,references pages:databaseschemaview,pages,databaseschemaview,Database schema,"Use /database-name/-/schema to see the complete schema for a specific database. The .md and .json extensions work here too. The JSON returns an object with ""database"" and ""schema"" keys.","[""Pages and API endpoints"", ""Schemas""]",[] pages:instanceschemaview,pages,instanceschemaview,Instance schema,"Access /-/schema to see the complete schema for all attached databases in the Datasette instance. Use /-/schema.md to get the same information as Markdown. Use /-/schema.json to get the same information as JSON, which looks like this: { ""schemas"": [ { ""database"": ""content"", ""schema"": ""create table posts ..."" } }","[""Pages and API endpoints"", ""Schemas""]",[] pages:tableschemaview,pages,tableschemaview,Table schema,"Use /database-name/table-name/-/schema to see the schema for a specific table. The .md and .json extensions work here too. The JSON returns an object with ""database"" , ""table"" , and ""schema"" keys.","[""Pages and API endpoints"", ""Schemas""]",[]