Sha256: db37aabeaa67641cb1f24dc0e0ed7b977534e0bc8b026eb0adc3c7e94c153e7c
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.1 | schema/v1.0/user.json |