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

216 lines
4.9 KiB
JSON

[
{
"code": "incall_location_type",
"name": "Incall Location Type",
"entityType": "user",
"dataType": "enum",
"isSearchable": true,
"grouping": "location",
"displayOrder": 211,
"enumValues": [
{
"value": "Private Apartment",
"displayValue": "Private Apartment"
},
{
"value": "Shared Apartment",
"displayValue": "Shared Apartment"
},
{
"value": "Incall Studio",
"displayValue": "Incall Studio"
},
{
"value": "Dungeon Space",
"displayValue": "Dungeon Space"
},
{
"value": "Hotel (Regular)",
"displayValue": "Hotel (Regular)"
},
{
"value": "Upscale Hotel",
"displayValue": "Upscale Hotel"
},
{
"value": "Home/House",
"displayValue": "Home/House"
},
{
"value": "No Incall",
"displayValue": "No Incall"
}
]
},
{
"code": "incall_amenities",
"name": "Incall Amenities",
"entityType": "user",
"dataType": "enum",
"isSearchable": true,
"isMultiple": true,
"grouping": "location",
"displayOrder": 212,
"enumValues": [
{
"value": "Shower Available",
"displayValue": "Shower Available"
},
{
"value": "Jacuzzi/Hot Tub",
"displayValue": "Jacuzzi/Hot Tub"
},
{
"value": "Clean Towels",
"displayValue": "Clean Towels"
},
{
"value": "Drinks Offered",
"displayValue": "Drinks Offered"
},
{
"value": "Snacks Available",
"displayValue": "Snacks Available"
},
{
"value": "Music/Ambiance",
"displayValue": "Music/Ambiance"
},
{
"value": "Dim Lighting",
"displayValue": "Dim Lighting"
},
{
"value": "Candles",
"displayValue": "Candles"
},
{
"value": "Quality Linens",
"displayValue": "Quality Linens"
},
{
"value": "Air Conditioning",
"displayValue": "Air Conditioning"
},
{
"value": "Heating",
"displayValue": "Heating"
},
{
"value": "Parking Available",
"displayValue": "Parking Available"
},
{
"value": "Discreet Entrance",
"displayValue": "Discreet Entrance"
},
{
"value": "Elevator Access",
"displayValue": "Elevator Access"
},
{
"value": "Wheelchair Accessible",
"displayValue": "Wheelchair Accessible"
}
]
},
{
"code": "outcall_preferences",
"name": "Outcall Preferences",
"entityType": "user",
"dataType": "enum",
"isSearchable": true,
"isMultiple": true,
"grouping": "location",
"displayOrder": 213,
"enumValues": [
{
"value": "Upscale Hotels Only",
"displayValue": "Upscale Hotels Only"
},
{
"value": "4+ Star Hotels",
"displayValue": "4+ Star Hotels"
},
{
"value": "Any Hotel",
"displayValue": "Any Hotel"
},
{
"value": "Private Residences OK",
"displayValue": "Private Residences OK"
},
{
"value": "Verified Residences Only",
"displayValue": "Verified Residences Only"
},
{
"value": "Office Visits",
"displayValue": "Office Visits"
},
{
"value": "Uber/Car Service Provided",
"displayValue": "Uber/Car Service Provided"
},
{
"value": "Client Pays Travel",
"displayValue": "Client Pays Travel"
},
{
"value": "Local Outcalls Only",
"displayValue": "Local Outcalls Only"
},
{
"value": "Extended Travel OK",
"displayValue": "Extended Travel OK"
}
]
},
{
"code": "touring_schedule",
"name": "Touring Schedule",
"entityType": "user",
"dataType": "enum",
"isSearchable": true,
"grouping": "location",
"displayOrder": 214,
"enumValues": [
{
"value": "Currently Touring",
"displayValue": "Currently Touring"
},
{
"value": "Home City Only",
"displayValue": "Home City Only"
},
{
"value": "Tours Monthly",
"displayValue": "Tours Monthly"
},
{
"value": "Tours Quarterly",
"displayValue": "Tours Quarterly"
},
{
"value": "Tours on Request",
"displayValue": "Tours on Request"
},
{
"value": "Fly Me to You",
"displayValue": "Fly Me to You"
},
{
"value": "Specific Cities Only",
"displayValue": "Specific Cities Only"
},
{
"value": "International Tours",
"displayValue": "International Tours"
},
{
"value": "Not Currently Touring",
"displayValue": "Not Currently Touring"
}
]
}
]