{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KonnectCPLegacyBaseError", "title": "Error", "description": "standard error", "type": "object", "properties": { "message": { "description": "A short summary of the problem.\n", "type": "string", "readOnly": true } } }