Skip to content

Commit a4c9177

Browse files
Update docs/spec/resources.md
Co-authored-by: Justin Spahr-Summers <[email protected]>
1 parent f51a83b commit a4c9177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Resources can also be used to provide specialized structured information. In the
3232

3333
```json
3434
{
35-
"uri": "postgres://host/database?schema",
36-
"name": "A database schema",
35+
"uri": "postgres://localhost/some_database/some_table/schema",
36+
"name": "Database schema for some_database.some_table",
3737
"mimeType": "application/json;format=MyApplication::DatabaseSchema"
3838
}
3939
```

0 commit comments

Comments
 (0)