🎤

venue.json

Introduction

Meta information about a venue is stored in a configuration file called venue.json.

This file contains information that is used to populate within the Venue Store.

image

Specifications

⚙️
JSON Config

KeyTypeDescription
String
Name of the author / company
String
Description. Limit to 250.
String
Comma-separated list of features. Eg: Sticky menu, Live stream, Chat, Direct message, Participants list, Speakers and agenda, Content blocks, Notifications, Responsive template, Light and dark mode
String
Comma-separated list of keywords. Eg: 1-Day, Multi-Track, Conference, Seminar, Meeting, Breakout
String
Friendly name
String
Version number to differentiate between releases. Recommended to use semantic versioning - ie MAJOR.MINOR.PATCH

Sample

The following is a sample venue.json configuration:

{
  "name": "Genesis",
  "description": "A very simple, efficient and minimalist style of venue, Genesis is ideal for 1-day multi-track conferences, seminars or meetings, with breakouts as options.",
  "version": "1.0.0",
  "author": "GSI",
  "keyword": "1-Day, Multi-Track, Conference, Seminar, Meeting, Breakout",
  "features": "7 templates: Lobby Main stage Breakout Speakers About Login 404, Sticky menu, Live stream, Chat, Direct message, Participants list, Speakers and agenda, Content blocks, Notifications, Responsive template, Light and dark mode"
}