Skip to content

Instantly share code, notes, and snippets.

@yutaodou
Last active March 8, 2019 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutaodou/0a25e2dfd8672b3b4c95a724e5540097 to your computer and use it in GitHub Desktop.
Save yutaodou/0a25e2dfd8672b3b4c95a724e5540097 to your computer and use it in GitHub Desktop.
some-test-data.json
{
"userInfos": [{
"accountType": "User",
"userId": "S7145274C",
"userCountry": "SG",
"userFullName": "Peter Pan Sing Song",
"userName": "petertan",
"singpassHolder": true,
"entityId": "T15SS0108F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S1234567C",
"userCountry": "SG",
"userFullName": "Nelson Tan",
"userName": "nelsontan",
"singpassHolder": true,
"entityId": "T15SS0108F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S1234567C",
"userCountry": "SG",
"userFullName": "Nelson Tan",
"userName": "nelsontan",
"singpassHolder": true,
"entityId": "T15SS0109F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S7145274C",
"userCountry": "SG",
"userFullName": "John Tan Sing Along",
"userName": "johntan",
"singpassHolder": true,
"entityId": "B12345678F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S7145274C",
"userCountry": "SG",
"userFullName": "John Tan Sing Along 1",
"userName": "johntan",
"singpassHolder": true,
"entityId": "C12345678F",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S7145274C",
"userCountry": "SG",
"userFullName": "Arya Stark Lim",
"userName": "Arya",
"singpassHolder": true,
"entityId": "T15UF2322K",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S7545274G",
"userCountry": "SG",
"userFullName": "Charles Cold",
"userName": "Cold",
"singpassHolder": true,
"entityId": "G25UF2322K",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
},
{
"accountType": "User",
"userId": "S7545273G",
"userCountry": "SG",
"userFullName": "Charles I",
"userName": "c1",
"singpassHolder": true,
"entityId": "G25UF2322K",
"entityStatus": "Registered",
"entityType": "UEN",
"entityRegNo": null,
"entityCountry": null,
"entityName": null
}
],
"thirdPartyAuthAccesses": {
"T15SS0108F": {
"entityId": "T15SS0108F",
"entityStatus": null,
"entityType": "UEN",
"clients": [{
"entityId": "T15SS0109F",
"entityType": "UEN",
"auths": [{
"subEntityId": null,
"role": "submitter",
"startDate": "2019-03-01",
"endDate": "9999-12-31",
"parameters": []
}]
},
{
"entityId": "B12345678F",
"entityType": "UEN",
"auths": [{
"subEntityId": null,
"role": "submitter",
"startDate": "2019-03-01",
"endDate": "9999-12-31",
"parameters": []
}]
},
{
"entityId": "C12345678F",
"entityType": "UEN",
"auths": [{
"subEntityId": null,
"role": "submitter",
"startDate": "2019-03-01",
"endDate": "9999-12-31",
"parameters": []
}]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment