Customer Relationship Management
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Crm", "type": "object", "description": "Customer Relationship Management", "properties": { "paymentConfirmation": { "type": "boolean", "description": "Confirmation of payment account setup" } } }