Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only 33% schema description coverage (only the 'split' param is described), the description partially compensates by explaining that title and currency are the two changeable fields and noting the currency lock constraint. However, it doesn't elaborate on title constraints or currency format beyond the schema enum. Given the low coverage, it could add a bit more but the basics are covered.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.