We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51a83b commit a4c9177Copy full SHA for a4c9177
docs/spec/resources.md
@@ -32,8 +32,8 @@ Resources can also be used to provide specialized structured information. In the
32
33
```json
34
{
35
- "uri": "postgres://host/database?schema",
36
- "name": "A database schema",
+ "uri": "postgres://localhost/some_database/some_table/schema",
+ "name": "Database schema for some_database.some_table",
37
"mimeType": "application/json;format=MyApplication::DatabaseSchema"
38
}
39
```
0 commit comments