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