Merge pull request #20101 from JKingsnorth/patch-18
[civicrm-core.git] / tests / fixtures / case_types.json
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
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 }
21 ]
22 }