Sha256: 29edeed696fd881ecef508dab6279ff54630833e049faf9cceb2c513b91a6d15
Contents?: true
Size: 878 Bytes
Versions: 18
Compression:
Stored size: 878 Bytes
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "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
18 entries across 18 versions & 1 rubygems