Collection Schema » History » Version 2
« Previous -
Version 2/3
(diff) -
Next » -
Current version
Luke Murphey, 12/07/2016 11:20 PM
Collection Schema¶
Field | Description | Notes |
---|---|---|
_key | The key field | |
configuration | A description of the show views and configuration. See below for details | |
name | A simple string name for the show |
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.