Sha256: 7094fcd5dbe61adfaea574e16cc6cac960c823ad362723ec78a5b4fb47d3b954
Contents?: true
Size: 839 Bytes
Versions: 6
Compression:
Stored size: 839 Bytes
Contents
{ "type" : "object", "title" : "User", "name" : "user", "description" : "", "properties" : { "id" : { "$ref" : "./base_types/base_types.json#definitions/id" }, "email" : { "$ref" : "./base_types/base_types.json#definitions/email", "required" : true, "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" } ] }
Version data entries
6 entries across 6 versions & 1 rubygems