Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage for the single `record` parameter, so the description must carry semantic weight. It does: it explains that the record must be schema-valid RCO v1.3, that the issuer must be active in the signed consortium registry, that `verification_url` must match the registered JWKS URL, that the detached JWS must verify, and that `record_id` and supersession must be consistent. These are meaningful constraints not obvious from the raw schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.