{
  "kind": "collectionType",
  "collectionName": "bank_accounts",
  "info": {
    "name": "Bank Accounts"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "accountName": {
      "type": "string"
    },
    "accountNo": {
      "type": "string"
    },
    "bankName": {
      "type": "string"
    }
  }
}
