Record
text-resource-contents
Inline text resource.
record text-resource-contents {
uri: string,
mime-type: option<string>,
text: string,
}Fields
| Name | Type | Description |
|---|---|---|
| uri | string | URI identifying the resource. |
| mime-type | option<string> | Optional MIME type of the text content. |
| text | string | The text contents. |