Sha256: abcd8572c4294db0dc9937fcc5ec3b5a614eb59c854916da60712fe6019fa6b1
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 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.", "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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fidor_schema-0.3.3 | schema/v1.0/user.json |
fidor_schema-0.3.2 | schema/v1.0/user.json |