Merge pull request #21241 from eileenmcnaughton/entity_batch
[civicrm-core.git] / tests / fixtures / case_types.json
CommitLineData
b01b546f
TO
1{
2 "civicrm_case_type": [
3 {
4 "id": 1,
5 "name": "housing_support",
6 "title": "Housing Support",
7 "description": "Help homeless individuals obtain temporary and long-term housing",
8 "is_active": 1,
9 "is_reserved": 0,
10 "weight": 1
2b593567
JJ
11 },
12 {
13 "id": 2,
14 "name": "adult_day_care_referral",
15 "title": "Adult Day Care Referral",
16 "description": "Arranging adult day care for senior individuals",
17 "is_active": 1,
18 "is_reserved": 0,
19 "weight": 1
20 }
b01b546f 21 ]
7d61e75f 22}