Project

General

Profile

Collection Schema » History » Version 2

Version 1 (Luke Murphey, 12/07/2016 11:20 PM) → Version 2/3 (Luke Murphey, 12/07/2016 11:20 PM)

h1. Collection Schema

|_. Field |_. Description |_. Notes |
| _key | The key field | |
| configuration | A description of the show views and configuration. See below for details | |
| name Name | A simple string name for the show | |

h2. Field: configuration

This field is a JSON blob consisting of the following fields:
* *delay:* an integer indicator the number of seconds between each the transition of each view
* *delay_readable:* a readable version of the delay above. Includes the units (e.g. 1m)
* *invert_colors:* A boolean indicating the colors should be inverted
* *hide_chrome:* A boolean indicating whether the CSS should be shown or hidden
* *views:* A list indicating the views as part of the show. See below for a description of each entry
** *app:* The app name with the view (e.g. search). This is the appid not the friendly name of the app.
** *name:* The name of the view.