aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json
blob: d4fbf106af34624a9aa83bea93a43f46e5d63e24 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "firstname" : "Liam",
  "lastname" : "Fallon",
  "address" : {
    "streetaddress" : "Somewhere",
    "city" : "Over the rainbow"
  },
  "id" : 1497,
  "username" : "eeilfn",
  "passwordHash" : "gobbledygook",
  "signupDate" : 894614400,
  "emailAddresses" : [ {
    "address" : "sean@citizen.ie",
    "verified" : true,
    "dateAdded" : 1495805460,
    "dateBounced" : {
      "long" : 1495805460
    }
  } ],
  "twitterAccounts" : [ {
    "status" : "ACTIVE",
    "userId" : 12345,
    "screenName" : "Zooby",
    "oauthToken" : "ZoobyOToken",
    "oauthTokenSecret" : {
      "string" : "ZoobyOTokenSecret"
    },
    "dateAuthorized" : 149580546
  } ],
  "toDoItems" : [ {
    "status" : "DONE",
    "title" : "fierce important thing",
    "description" : {
      "string" : "Description of fierce important thing"
    },
    "snoozeDate" : {
      "long" : 149580567
    },
    "subItems" : [ ]
  } ]
}