-
Justin Ehlert authored
Added step to simplify swagger for code generation. Fixed a few missing types in schemas, added schemas for login/logout responses
Justin Ehlert authoredAdded step to simplify swagger for code generation. Fixed a few missing types in schemas, added schemas for login/logout responses
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
user.json 260 B
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"allOf":[
{"$ref":"../definitions/user.json#/definitions/user-output"}
],
"required":[
"_id", "firstname", "lastname",
"root", "email", "created", "modified"
]
}