summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/tests/phpunit/DataSets/ConformanceTest.json
blob: fcaf8966347df3403f5f6aa038260ef7c96bbc9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "Contact": [
    {
      "first_name": "Janice",
      "last_name": "Voss",
      "contact_type": "Individual"
    }
  ],
  "CustomGroup": [
    {
      "name": "MyFavoriteThings",
      "extends": "Contact"
    }
  ],
  "Event": [
    {
      "start_date": "20401010000000",
      "title": "The Singularity",
      "event_type_id": "major_historical_event"
    }
  ],
  "Group": [
    {
      "name": "the_group",
      "title": "The Group"
    }
  ]
}