Sha256: 1ad3919a5e4ac28c2823f153659053b49194349df05b7c3592a343911048ee75

Contents?: true

Size: 936 Bytes

Versions: 2

Compression:

Stored size: 936 Bytes

Contents

{
  "$schema"     : "http://json-schema.org/draft-04/schema#",
  "type"        : "object",
  "title"       : "card_limit",
  "description" : "See and update your card limits",
  "properties"  : {
    "atm_limit"  : {
      "description" : "Cash limit",
      "$ref" : "./base_types/base_types.json#definitions/amount"
    },
    "transaction_single_limit" : {
      "description" : "Limit for a single transaction",
      "$ref" : "./base_types/base_types.json#definitions/amount"
    },
    "transaction_volume_limit" : {
      "description" : "Daily transaction limit",
      "$ref" : "./base_types/base_types.json#definitions/amount"
    }
  },
  "links" : [
    {
      "rel"  : "self",
      "href" : "card_limits"
    },
    {
      "description" : "Update your card limits",
      "href"        : "card_limits",
      "method"      : "PUT",
      "rel"         : "update",
      "title"       : "update_card_limits"
    }

  ]
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fidor_schema-0.10.2 schema/v1.0/card_limit.json
fidor_schema-0.10.1 schema/v1.0/card_limit.json