{

"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Generated from bank_response.json with shasum fde203dbf05cc371f4752a95847adf6cefeada6d",
"type": "object",
"required": [
  "d"
],
"properties": {
  "d": {
    "type": "object",
    "required": [
      "results",
      "__count",
      "__next"
    ],
    "properties": {
      "results": {
        "type": "array",
        "uniqueItems": true,
        "items": {
          "type": "object",
          "required": [
            "__metadata",
            "id",
            "zip",
            "certNumber",
            "legalName",
            "address",
            "activeFlag",
            "state",
            "city"
          ],
          "properties": {
            "__metadata": {
              "type": "object",
              "required": [
                "uri",
                "type"
              ],
              "properties": {
                "uri": {
                  "type": "string"
                },
                "type": {
                  "type": "string"
                }
              }
            },
            "id": {
              "type": "string"
            },
            "zip": {
              "type": "string"
            },
            "certNumber": {
              "type": "string"
            },
            "legalName": {
              "type": "string"
            },
            "address": {
              "type": "string"
            },
            "activeFlag": {
              "type": "string"
            },
            "state": {
              "type": "string"
            },
            "officeCount": {
            },
            "effectiveDate": {
            },
            "city": {
              "type": "string"
            }
          }
        }
      },
      "__count": {
        "type": "string"
      },
      "__next": {
        "type": "string"
      }
    }
  }
}

}