Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not compensate. The only parameter 'mapping' is described as a 'WireMock stub mapping', which gives a general idea but lacks details about its required structure (e.g., request matchers, response templates). The schema itself is generic (an object with additionalProperties), so the description offers only minimal semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.