Field-to-property mapping
Each form field writes to the matching schema.org property: name to name, description to description, thumbnail URL to thumbnailUrl, embed URL to embedUrl. The two fields that need conversion are duration and date: minutes:seconds is rewritten as ISO 8601 (6:45 becomes PT6M45S) and the date is normalized to YYYY-MM-DD. The finished block is one JSON-LD object meant to sit inside a <script type="application/ld+json"> tag.