{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "PseBankListResponse",
  "title": "PseBankListResponse",
  "items": {
    "properties": {
      "code": {
        "type": "string",
        "pattern": "^[0-9]+"
      },
      "name": {
        "type": "string"
      }
    },
    "required": ["code", "name"],
    "type": "object"
  },
  "type": "array"
}
