Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage, but there is only one parameter ('transaction_id') with a clear name and minLength. The description adds the concept of 'revision hash', which is relevant to the response, not the parameter. Since there's only one simple param, the description does not need to say much, but it doesn't clarify the expected format of the ID (e.g., UUID, numeric). Still, the name is self-explanatory, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.