Adding tools module to apex-pdp
[policy/apex-pdp.git] / plugins / plugins-context / plugins-context-schema / plugins-context-schema-avro / src / test / resources / data / RecordExampleNull.json
1 {
2   "firstname" : "",
3   "lastname" : "",
4   "address" : {
5     "streetaddress" : "",
6     "city" : ""
7   },
8   "id" : 0,
9   "username" : "",
10   "passwordHash" : "",
11   "signupDate" : 0,
12   "emailAddresses" : [ ],
13   "twitterAccounts" : [ ],
14   "toDoItems" : [ ]
15 }