{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PrimaryContact", "type": "object", "description": "Primary contact details of the merchant", "properties": { "jobTitle": { "type": "string", "description": "Job title of the primary contact" }, "firstName": { "type": "string", "description": "First name of the primary contact" }, "lastName": { "type": "string", "description": "Last name of the primary contact" }, "phone": { "type": "string", "description": "Phone number for primary contact" } } }