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. (1)
- 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.
- url: A URL to display in the show.
(1) The entry should either be an entry with both the app and name attributes, or just a url attribute.