platform-codebase/features/attributes/data/definitions/contact.json
2026-03-19 23:57:49 -07:00

117 lines
2.6 KiB
JSON

[
{
"code": "contact_preference",
"name": "Preferred Contact Methods",
"entityType": "profile",
"dataType": "enum",
"isSearchable": true,
"isMultiple": true,
"grouping": "contact",
"displayOrder": 1300,
"description": "How clients should contact provider",
"enumValues": [
{
"value": "Email Only",
"displayValue": "Email Only"
},
{
"value": "Text/SMS",
"displayValue": "Text/SMS"
},
{
"value": "Phone Call",
"displayValue": "Phone Call"
},
{
"value": "WhatsApp",
"displayValue": "WhatsApp"
},
{
"value": "Telegram",
"displayValue": "Telegram"
},
{
"value": "Signal",
"displayValue": "Signal"
},
{
"value": "Platform DM Only",
"displayValue": "Platform DM Only"
},
{
"value": "Contact Form Only",
"displayValue": "Contact Form Only"
}
]
},
{
"code": "response_time",
"name": "Typical Response Time",
"entityType": "profile",
"dataType": "enum",
"isSearchable": true,
"grouping": "contact",
"displayOrder": 1301,
"enumValues": [
{
"value": "Within 1 hour",
"displayValue": "Within 1 hour"
},
{
"value": "Within a few hours",
"displayValue": "Within a few hours"
},
{
"value": "Same day",
"displayValue": "Same day"
},
{
"value": "Within 24 hours",
"displayValue": "Within 24 hours"
},
{
"value": "Within 48 hours",
"displayValue": "Within 48 hours"
},
{
"value": "Varies - please be patient",
"displayValue": "Varies - please be patient"
}
]
},
{
"code": "communication_style",
"name": "Communication Style",
"entityType": "profile",
"dataType": "enum",
"isSearchable": false,
"grouping": "contact",
"displayOrder": 1302,
"enumValues": [
{
"value": "Detailed & Thorough",
"displayValue": "Detailed & Thorough"
},
{
"value": "Brief & Professional",
"displayValue": "Brief & Professional"
},
{
"value": "Friendly & Casual",
"displayValue": "Friendly & Casual"
},
{
"value": "Flirty & Playful",
"displayValue": "Flirty & Playful"
},
{
"value": "All Business",
"displayValue": "All Business"
},
{
"value": "Witty & Humorous",
"displayValue": "Witty & Humorous"
}
]
}
]