Sha256: 7094fcd5dbe61adfaea574e16cc6cac960c823ad362723ec78a5b4fb47d3b954

Contents?: true

Size: 839 Bytes

Versions: 6

Compression:

Stored size: 839 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. 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

6 entries across 6 versions & 1 rubygems

Version Path
fidor_schema-0.4.3 schema/v1.0/user.json
fidor_schema-0.4.2 schema/v1.0/user.json
fidor_schema-0.4.1 schema/v1.0/user.json
fidor_schema-0.4.0 schema/v1.0/user.json
fidor_schema-0.3.5 schema/v1.0/user.json
fidor_schema-0.3.4 schema/v1.0/user.json