Sha256: 42a81ddf312b0c5739a1abdaddeb5f1f548ad53a6fbc53298c29002e7a1f7163

Contents?: true

Size: 653 Bytes

Versions: 2

Compression:

Stored size: 653 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "title": "bank_check",
  "description": "Validate provided bank IBAN",
  "properties": {
    "iban" : {
      "$ref" : "./base_types/base_types.json#definitions/iban"
    },
    "bank_name" : {
      "description" : "Name of the bank provided IBAN belongs to",
      "type" : "string"
    }
  },
  "links": [
    {
      "rel": "iban",
      "href": "bank_check",
      "schema": {
        "type": "object",
        "properties": {
          "iban": {
            "type": "string"
          }
        },
        "required": [
          "iban"
        ]
      }
    }
  ]
}

Version data entries

2 entries across 2 versions & 1 rubygems

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