{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContactSaveDto", "type": "object", "properties": { "primaryEmailAddress": { "type": "string" }, "fullName": { "type": "string" }, "notes": { "type": "string" }, "linkedInProfile": { "type": "string" }, "personSymbol": { "type": "string" }, "roleId": { "type": "string" }, "typeId": { "type": "string" }, "phoneNumbers": { "type": "array" }, "leftRelationships": { "type": "array" }, "rightRelationships": { "type": "array" }, "alternativeEmailAddresses": { "type": "array" }, "customFields": { "type": "array" } } }