{
  "kind": "collectionType",
  "collectionName": "tags",
  "info": {
    "name": "Tags"
  },
  "options": {
    "increments": true,
    "timestamps": true
  },
  "attributes": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}
