{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Data18", "title": "Data18", "required": [ "comment", "type" ], "type": "object", "properties": { "comment": { "type": "string", "description": "Service comment." }, "type": { "type": "string", "description": "Service type." } }, "example": { "comment": "The delivery address was changed", "type": "END_CLIENT_CANCELED" } }