mirror of https://github.com/Lissy93/dashy.git
36 lines
2.3 KiB
Markdown
36 lines
2.3 KiB
Markdown
|
# README
|
|||
|
|
|||
|
## Top-level Schemas
|
|||
|
|
|||
|
* [Dashy Config Schema](./dashy-config.md) – `https://example.com/schemas/abstract`
|
|||
|
|
|||
|
## Other Schemas
|
|||
|
|
|||
|
### Objects
|
|||
|
|
|||
|
* [Untitled object in Dashy Config Schema](./dashy-config-properties-pageinfo.md) – `https://example.com/schemas/abstract#/properties/pageInfo`
|
|||
|
|
|||
|
* [Untitled object in Dashy Config Schema](./dashy-config-properties-pageinfo-properties-navlinks-items.md) – `https://example.com/schemas/abstract#/properties/pageInfo/properties/navLinks/items`
|
|||
|
|
|||
|
* [Untitled object in Dashy Config Schema](./dashy-config-properties-appconfig.md "Application configuration") – `https://example.com/schemas/abstract#/properties/appConfig`
|
|||
|
|
|||
|
* [Untitled object in Dashy Config Schema](./dashy-config-properties-sections-items.md) – `https://example.com/schemas/abstract#/properties/sections/items`
|
|||
|
|
|||
|
* [Untitled object in Dashy Config Schema](./dashy-config-properties-sections-items-properties-displaydata.md "Optional meta data for customizing a section") – `https://example.com/schemas/abstract#/properties/sections/items/properties/displayData`
|
|||
|
|
|||
|
* [Untitled object in Dashy Config Schema](./dashy-config-properties-sections-items-properties-items-items.md) – `https://example.com/schemas/abstract#/properties/sections/items/properties/items/items`
|
|||
|
|
|||
|
### Arrays
|
|||
|
|
|||
|
* [Untitled array in Dashy Config Schema](./dashy-config-properties-pageinfo-properties-navlinks.md "Quick access links, displayed in header") – `https://example.com/schemas/abstract#/properties/pageInfo/properties/navLinks`
|
|||
|
|
|||
|
* [Untitled array in Dashy Config Schema](./dashy-config-properties-appconfig-properties-cssthemes.md "Theme names to be added to the dropdown") – `https://example.com/schemas/abstract#/properties/appConfig/properties/cssThemes`
|
|||
|
|
|||
|
* [Untitled array in Dashy Config Schema](./dashy-config-properties-sections.md "Array of sections, containing items") – `https://example.com/schemas/abstract#/properties/sections`
|
|||
|
|
|||
|
* [Untitled array in Dashy Config Schema](./dashy-config-properties-sections-items-properties-items.md "Array of items to display with a section") – `https://example.com/schemas/abstract#/properties/sections/items/properties/items`
|
|||
|
|
|||
|
## Version Note
|
|||
|
|
|||
|
The schemas linked above follow the JSON Schema Spec version: `http://json-schema.org/draft-06/schema#`
|