Variant
resource-contents
Inline contents of an embedded resource — either text or binary.
variant resource-contents {
text(text-resource-contents),
blob(blob-resource-contents),
}Cases
| Case | Payload | Description |
|---|---|---|
| text | text-resource-contents | Text contents. |
| blob | blob-resource-contents | Binary contents (base64-encoded). |