Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33% (only propertyType has a description), so the description must compensate. The description names the three parameter groups (property type, add-ons, discount code) and clarifies that the price is gross and in PLN, but it doesn't explain the addons object fields or the discountCode format beyond what the schema shows. This is adequate but not fully compensating.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.