aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json')
-rw-r--r--plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json b/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json
deleted file mode 100644
index d4fbf106a..000000000
--- a/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/data/RecordExampleFull.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "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" : [ ]
- } ]
-} \ No newline at end of file