Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is already 90%, so the schema carries most parameter detail. The description still adds value by enumerating URL provenance ('import_asset result', 'generation's video_url', 'ad's video_url'), which maps to the enum values of the nested source.kind field (upload/generation/ad/studio) that the schema leaves unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.