Newer
Older
{
"$schema": "http://json-schema.org/draft-04/schema#",
Colton Leekley-Winslow
committed
"title": "User",
"type": "object",
"allOf":[
{"$ref":"../definitions/user.json#/definitions/user-input"}
Colton Leekley-Winslow
committed
]