Park Design Asset
park_design_assetUpload inline text or base64 content to a design collection, enabling DRL handoff with metadata and tags.
Instructions
Upload inline text or base64 content directly into the configured FVI collection for DRL handoff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | File name for the asset. | |
| tags | No | Optional searchable tags. | |
| metadata | No | Additional JSON metadata to store on the asset. | |
| contentType | Yes | MIME type for the uploaded asset. | |
| textContent | No | UTF-8 text content for SVG, Markdown, or other text assets. | |
| documentType | No | Optional document type for Markdown/PDF supporting documents. | |
| drlAssetType | No | Optional DRL asset role, e.g. logo, brief, source_art, mockup. | |
| drlProjectId | No | Optional DRL project identifier to store in metadata. | |
| contentBase64 | No | Base64-encoded binary content for image/PDF assets. | |
| checksumSha256 | No | Optional SHA-256 checksum for provenance. |