api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
[civicrm-core.git] / tests / phpunit / api / v4 / DataSets / ConformanceTest.json
1 {
2 "Contact": [
3 {
4 "first_name": "Janice",
5 "last_name": "Voss",
6 "contact_type": "Individual",
7 "@ref": "test_contact_1"
8 }
9 ],
10 "CustomGroup": [
11 {
12 "name": "MyFavoriteThings",
13 "extends": "Contact"
14 }
15 ],
16 "Event": [
17 {
18 "start_date": "20401010000000",
19 "title": "The Singularity",
20 "event_type_id": "major_historical_event"
21 }
22 ],
23 "Group": [
24 {
25 "name": "the_group",
26 "title": "The Group"
27 }
28 ],
29 "Mapping": [
30 {
31 "name": "the_mapping",
32 "mapping_type_id": "1"
33 }
34 ],
35 "Activity": [
36 {
37 "subject": "Test A Phone Activity",
38 "activity_type": "Phone Call",
39 "source_contact_id": "@ref test_contact_1.id"
40 }
41 ]
42 }