Skip to content
Snippets Groups Projects
user-new.json 199 B
Newer Older
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "allOf":[{"$ref":"../definitions/user.json#/definitions/user-input"}],
  "required":["_id", "firstname", "lastname"]
}