Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions schema/2025-06-18/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions schema/2025-06-18/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,17 @@ export interface ResourceContents {
* @format uri
*/
uri: string;

/**
* The name of the resource.
*/
name?: string;

/**
* A human-readable title for the resource.
*/
title?: string;

/**
* The MIME type of this resource, if known.
*/
Expand Down
24 changes: 24 additions & 0 deletions schema/draft/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions schema/draft/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,17 @@ export interface ResourceContents {
* @format uri
*/
uri: string;

/**
* The name of the resource.
*/
name?: string;

/**
* A human-readable title for the resource.
*/
title?: string;

/**
* The MIME type of this resource, if known.
*/
Expand Down