-
Justin Ehlert authoredJustin Ehlert authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
user-new.json 268 B
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"allOf":[{"$ref":"../definitions/user.json#/definitions/user-input"}],
"required":["_id", "firstname", "lastname"],
"example": {
"$ref": "../../examples/input/user-new.json"
}
}