Sha256: ff61ee9c140b0dba9b013fb3d73b7619ec4c98e7c697d956648939c2275b0228
Contents?: true
Size: 843 Bytes
Versions: 1
Compression:
Stored size: 843 Bytes
Contents
{ "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" } ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fidor_schema-0.5.0 | schema/v1.0/user.json |