{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigurationProperty", "title": "ConfigurationProperty", "type": "object", "properties": { "key": { "type": "string", "description": "Property key" }, "value": { "type": "string", "description": "Property value" }, "description": { "type": "string", "description": "Property description" } } }