summaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleInvalidFields.json
blob: f40075e27a1c298249669cc6854214b9360bd928 (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-1" : "Somewhere",
    "city" : "Over the rainbow"
  },
  "id" : 1497,
  "username" : "eeilfn",
  "passwordHash" : "gobbledygook",
  "signupDate" : 894614400,
  "email.Addresses" : [ {
    "address" : "sean@citizenie",
    "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-long" : "fierce important thing",
    "description" : {
      "string" : "Description of fierce important thing"
    },
    "snoozeDate" : {
      "long" : 149580567
    },
    "subItems" : [ ]
  } ]
}