Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema thoroughly documents the geojson parameter, but suburb_name is just a bare string. The description adds only 'in the suburb', which weakly clarifies the parameter's role without format, requiredness, or valid values. At 50% schema coverage, this does not fully compensate for the missing parameter documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.