Newer
Older
{
"$schema": "http://json-schema.org/draft-04/schema#",
Colton Leekley-Winslow
committed
"type": "object",
"allOf":[
Justin Ehlert
committed
{"$ref":"../definitions/user.json#/definitions/user-output"}
],
"required":[
"_id", "firstname", "lastname",
"root", "email", "created", "modified"
Colton Leekley-Winslow
committed
]