{
  "kind": "collectionType",
  "collectionName": "pages",
  "info": {
    "name": "Page"
  },
  "options": {
    "timestamps": true,
    "increments": true,
    "comment": ""
  },
  "attributes": {
    "title": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "visible_from": {
      "type": "date"
    },
    "visible_to": {
      "type": "date"
    },
    "publication_state": {
      "type": "enumeration",
      "enum": [
        "draft",
        "published"
      ]
    }
  }
}
