/api/v1/user/{uid}
{
// base schema
"firstName": "Kevin",
"lastName": "Smith",
"login": "[email protected]",
"email": "[email protected]",
"created": "2015-11-01",
"updated": "2015-11-12",
// flexible schema. key and value are all created by application user.
// e.g.
"foo": "bar",
"t": "x",
......
}