Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description mentions 'scope, area in square metres and outward postcode', giving a partial hint about inputs, but it does not explicitly explain the 'jobType' top-level enum parameter. The nested scope object contains many fields with limited descriptions, so the parameter semantics are not fully addressed. The note about 'needs_input' mitigates some ambiguity, but the description could be more precise about which parameters are required for different job types.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.