{ "type" : "object", "title" : "User", "name" : "user", "description" : "", "required" : ["email"], "properties" : { "id" : { "$ref" : "./base_types/base_types.json#definitions/id" }, "email" : { "$ref" : "./base_types/base_types.json#definitions/email", "readonly" : true }, "last_sign_in_at" : { "description" : "Last time the user accessed fidor. ISO 8601 Date-Time", "format" : "date-time", "readonly" : true, "type" : "string" }, "created_at" : { "$ref" : "./base_types/base_types.json#definitions/created_at" }, "updated_at" : { "$ref" : "./base_types/base_types.json#definitions/updated_at" } }, "links" : [ { "rel" : "current", "href" : "users/current" } ] }