Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema coverage, the baseline is 3. The description adds meaningful semantics for the 'enabled' parameter by explaining what true and false do, which is not fully covered by the schema. The other two parameters are adequately documented in the schema as returned by list functions, so no further explanation needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.