{
  "name": "events",
  "useForPages": true,
  "label": "Events",
  "allowChildTables": false,
  "allowPublicApiAccess": true,
  "dynamicMetaTags": {},
  "enableChildTablePages": false,
  "columns": [
    { "name": "name", "label": "Name", "type": "TEXT" },
    { "name": "start", "label": "Start", "type": "DATETIME" },
    { "name": "end", "label": "End", "type": "DATETIME" },
    { "name": "location", "label": "Location", "type": "LOCATION" },
    { "name": "location_address", "label": "Location Address", "type": "TEXT" },
    { "name": "link", "label": "Link", "type": "URL" },
    {
      "name": "event_description",
      "label": "Event Description",
      "type": "RICHTEXT"
    },
    {
      "name": "feature_image",
      "label": "Feature Image",
      "width": 206,
      "type": "IMAGE"
    },
    {
      "name": "limited_event_capacity",
      "label": "Limited Event Capacity",
      "type": "BOOLEAN"
    },
    { "name": "event_capacity", "label": "Event Capacity", "type": "NUMBER" },
    {
      "name": "registered_attendee_count",
      "label": "Registered Attendee Count",
      "type": "NUMBER"
    },
    {
      "name": "attendance_type",
      "label": "Attendance Type",
      "options": [
        { "id": 1, "name": "virtual", "type": "option", "order": null },
        { "id": 2, "name": "in-person", "type": "option", "order": null }
      ],
      "type": "MULTISELECT",
      "optionCount": 2
    },
    {
      "name": "type",
      "label": "Type",
      "options": [
        { "id": 1, "name": "class", "type": "option", "order": null },
        { "id": 2, "name": "conference", "type": "option", "order": null },
        { "id": 3, "name": "webinar", "type": "option", "order": null },
        { "id": 4, "name": "workshop", "type": "option", "order": null }
      ],
      "type": "MULTISELECT",
      "optionCount": 4
    }
  ],
  "rows": [
    {
      "path": "my-event",
      "name": "Event Page Title",
      "isSoftEditable": false,
      "values": {
        "name": "My Event",
        "start": 1609538400000,
        "end": 1609549200000,
        "location": { "lat": 42.369724, "long": -71.07791, "type": "location" },
        "location_address": "25 First Street, Cambridge MA",
        "link": "http://google.com",
        "event_description": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum  faucibus elit nec velit tempor, sit amet consequat magna efficitur.  Donec aliquam urna a tortor pretium, ut tincidunt metus fringilla. Sed  maximus molestie tristique.</p>",
        "feature_image": {
          "url": "https://designers.hubspot.com/hubfs/event-registration/grayscale-mountain.png",
          "width": 1000,
          "height": 745,
          "type": "image"
        },
        "limited_event_capacity": 0,
        "event_capacity": 0,
        "registered_attendee_count": 0,
        "attendance_type": [{ "id": 1, "name": "virtual", "type": "option" }],
        "type": [{ "id": 1, "name": "class", "type": "option" }]
      }
    },
    {
      "path": "my-event-2",
      "name": "Event Page Title",
      "isSoftEditable": false,
      "values": {
        "name": "My Event",
        "start": 1612216800000,
        "end": 1612227600000,
        "location": { "lat": 42.369724, "long": -71.07791, "type": "location" },
        "location_address": "25 First Street, Cambridge MA",
        "link": "http://google.com",
        "event_description": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum  faucibus elit nec velit tempor, sit amet consequat magna efficitur.  Donec aliquam urna a tortor pretium, ut tincidunt metus fringilla. Sed  maximus molestie tristique.</p>",
        "feature_image": {
          "url": "https://designers.hubspot.com/hubfs/event-registration/grayscale-mountain.png",
          "width": 1000,
          "height": 745,
          "type": "image"
        },
        "limited_event_capacity": 1,
        "event_capacity": 40,
        "registered_attendee_count": 0,
        "attendance_type": [{ "id": 2, "name": "in-person", "type": "option" }],
        "type": [{ "id": 2, "name": "conference", "type": "option" }]
      }
    },
    {
      "path": "my-event-3",
      "name": "Event Page Title",
      "isSoftEditable": false,
      "values": {
        "name": "My Event",
        "start": 1617310800000,
        "end": 1617319800000,
        "location": { "lat": 42.369724, "long": -71.07791, "type": "location" },
        "location_address": "25 First Street, Cambridge MA",
        "link": "http://google.com",
        "event_description": "<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum  faucibus elit nec velit tempor, sit amet consequat magna efficitur.  Donec aliquam urna a tortor pretium, ut tincidunt metus fringilla. Sed  maximus molestie tristique.</p>",
        "feature_image": {
          "url": "https://designers.hubspot.com/hubfs/event-registration/grayscale-mountain.png",
          "width": 1000,
          "height": 745,
          "type": "image"
        },
        "limited_event_capacity": 1,
        "event_capacity": 40,
        "registered_attendee_count": 0,
        "attendance_type": [
          { "id": 1, "name": "virtual", "type": "option", "order": 1 },
          { "id": 2, "name": "in-person", "type": "option", "order": 2 }
        ],
        "type": [
          { "id": 3, "name": "webinar", "type": "option", "order": 1 },
          { "id": 4, "name": "workshop", "type": "option", "order": 2 }
        ]
      }
    }
  ]
}
