Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 44%, so the description needed to compensate for undocumented parameters like booking_uuid, zip, country, firstname, lastname, and promo_code. It does not. The only parameter-related mention is email receiving the tickets, which duplicates the schema's own description rather than adding meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.