Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden. It explains the purpose of idempotency_key ('Requires a new idempotency key') and channel ('current terminal or time-eligible activation notification channel'), but it does not explain business_id, activation_session_id, or authority. The description adds some meaning but leaves several parameters undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.