{
  "kind": "collectionType",
  "collectionName": "notifications",
  "info": {
    "name": "notification"
  },
  "options": {
    "increments": true,
    "timestamps": true,
    "draftAndPublish": true
  },
  "attributes": {
    "vendor": {
      "type": "string"
    },
    "api": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "tx_id": {
      "type": "string"
    }
  }
}
