Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes nonce, leave_token, controller_signature, and controller_public_key, and the description adds that body and label are the POST payload fields. But body, label, and version remain semantically undefined even after combining description and schema, so the 57% schema coverage is only partially compensated.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.