Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3, but the description meaningfully expands on the schema by decoding each scale enum value: 'c' is conventional Celsius, 'fan' is fan/convection, 'f' is Fahrenheit, and 'gas' is a UK gas mark. It also reinforces the 1–9 gas-mark constraint from the schema's conditional rule.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.