Sha256: 16ca9f80462aa36321e341e97066ba7fb3b96078d044f94986094d0e6e429ae4

Contents?: true

Size: 609 Bytes

Versions: 1

Compression:

Stored size: 609 Bytes

Contents

{
  "$schema"     : "http://json-schema.org/draft-04/schema#",
  "type"        : "object",
  "title"       : "Card PIN Code",
  "name"        : "pin",
  "rel"         : "pin",
  "description" : "Card PIN code",
  "parent"      : "card",
  "properties": {
    "id": {
      "$ref"        : "../base_types/base_types.json#definitions/id"
    },
    "account_id" : {
      "$ref"        : "../base_types/base_types.json#definitions/account_id"
    },
    "pin" : {
      "description" : "Personal identification number of the card",
      "type"        : "string",
      "pattern"     : "^[0-9]{4}$"
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fidor_schema-0.10.0 schema/v1.0/card/pin.json