Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 75%, and the schema already documents all four parameters (limit, floorArea, buildingAge, propertyType) with descriptions and defaults. The description adds the yield-ranking context that connects floorArea/buildingAge to the yield computation, but provides no parameter-specific syntax beyond the schema. Baseline 3 is correct given high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.