Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 20%, so the description must compensate. It does add meaning for booking_change_authorization_token ('one-time approval') and idempotency_key ('safe retries must reuse the same key'), but it says nothing about source, anonymous_session_id, or correlation_id, leaving those three required parameters semantically unexplained.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.