Sha256: 3a28095436c1e6294a8d08d7d94cf5a811545a7ca60049c403788986f5eeef39

Contents?: true

Size: 817 Bytes

Versions: 6

Compression:

Stored size: 817 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"  : "self",
      "href" : "users/current"
    }
  ]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fidor_schema-0.3.1 schema/v1.0/user.json
fidor_schema-0.3.0 schema/v1.0/user.json
fidor_schema-0.2.2 schema/v1.0/user.json
fidor_schema-0.2.1 schema/v1.0/user.json
fidor_schema-0.2.0 schema/v1.0/user.json
fidor_schema-0.1.18 schema/v1.0/user.json