Record
resource-options
Resource optional properties
record resource-options {
size: option<u64>,
title: option<string>,
description: option<string>,
mime-type: option<string>,
annotations: option<annotations>,
meta: option<meta>,
}Fields
| Name | Type | Description |
|---|---|---|
| size | option<u64> | Resource size in bytes |
| title | option<string> | Human-readable title |
| description | option<string> | Resource description |
| mime-type | option<string> | MIME type |
| annotations | option<annotations> | |
| meta | option<meta> |