Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 50% schema coverage, the description compensates by explaining mode semantics)Skip: it clarifies which change types are allowed immediately (flight number, passengers max 5, notes, addresses) and which require approval (new date or different price). It does not enumerate all nested fields, but the schema already provides descriptions for several of them.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.