Record
resource-link
No description available.
record resource-link {
uri: string,
name: string,
mime-type: option<string>,
title: option<string>,
description: option<string>,
size: option<u64>,
}Fields
| Name | Type | Description |
|---|---|---|
| uri | string | Absolute URI of the resource. |
| name | string | Human-readable name. |
| mime-type | option<string> | Optional MIME type. |
| title | option<string> | Optional display title. |
| description | option<string> | Optional description. |
| size | option<u64> | Optional size in bytes. |