Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 80%, so the schema already documents nonce, leave_token, controller_signature, and controller_public_key in detailed terms, including leave_token's auth-slot semantics and the rejection of foreign tokens. The description adds only the general 'Proof required to file' notion and signals that body is the POST payload, which lightly compensates for the one undocumented param. Baseline 3 is appropriate since the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.