npolar / api.npolar.no

Searchable data storage
https://api.npolar.no
4 stars 0 forks source link

JSON schema for user #61

Closed cnrdh closed 9 years ago

cnrdh commented 9 years ago
{
   "_id": "user.name@example.com",
   "_rev": "4-7fcfd00cfcbe968e82fd9197e11c7b2d",
   "password": "637fa38beb7362d7a383accdc70f034b647a5f9a5ea378fd9344e72ad228af61fddd23d9e56bd0ab03f0ca18f0620135cb5b61a01b9bdd4fe1b82dbc604b130f",
   "salt": "37EJ_qSDpQeeC-dFUyz4Viyzl_EwbI1D-0RzezNoeu5adYqWE4dCKqylsEjv0jYa",
   "name": "User Name",
   "groups": ["npolar.no"],
   "uri": "https://api.npolar.no/person/user.name.json",
   "active": true,
   "hash": "sha512",
   "systems": [
       {
           "uri": "https://api.npolar.no/xyz",
           "rights": [
               "create",
               "read",
               "update",
               "delete"
           ]
       }
   ]
}
cnrdh commented 9 years ago

http://api.npolar.no/schema/user-1