|
2 | 2 |
|
3 | 3 | ## Top-level Schemas
|
4 | 4 |
|
5 |
| -- [Bootstrap Button Variants](./variants.md "The Variants, that Bootstrap allows you to have") – `https://educorvi.github.io/vue_json_form/schemas/variants.schema.json` |
6 |
| -- [Button](./button.md "Used to put a button into the form") – `https://educorvi.github.io/vue_json_form/schemas/button.schema.json` |
7 |
| -- [Control](./control.md "Contains a form element, e") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json` |
8 |
| -- [Divider](./divider.md "inserts a simple divider") – `https://educorvi.github.io/vue_json_form/schemas/divider.schema.json` |
9 |
| -- [HTML Renderer](./html.md "Some HTML to be rendered in the form") – `https://educorvi.github.io/vue_json_form/schemas/html.schema.json` |
10 |
| -- [Layout](./layout.md "The different Layouts") – `https://educorvi.github.io/vue_json_form/schemas/layout.schema.json` |
11 |
| -- [ShowOn property](./show_on.md "Show field depending on value of other field") – `https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json` |
12 |
| -- [UI Schema](./ui.md "Schema for the UI Schema") – `https://educorvi.github.io/vue_json_form/schemas/ui.schema.json` |
13 |
| -- [Wizard](./wizard.md "A wizard that contains the form spread over multiple pages") – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json` |
14 |
| -- [Wizard Page](./wizard_page.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json` |
| 5 | +* [Bootstrap Button Variants](./variants.md "The Variants, that Bootstrap allows you to have") – `https://educorvi.github.io/vue_json_form/schemas/variants.schema.json` |
| 6 | + |
| 7 | +* [Button](./button.md "Used to put a button into the form") – `https://educorvi.github.io/vue_json_form/schemas/button.schema.json` |
| 8 | + |
| 9 | +* [Control](./control.md "Contains a form element, e") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json` |
| 10 | + |
| 11 | +* [Divider](./divider.md "inserts a simple divider") – `https://educorvi.github.io/vue_json_form/schemas/divider.schema.json` |
| 12 | + |
| 13 | +* [HTML Renderer](./html.md "Some HTML to be rendered in the form") – `https://educorvi.github.io/vue_json_form/schemas/html.schema.json` |
| 14 | + |
| 15 | +* [Layout](./layout.md "The different Layouts") – `https://educorvi.github.io/vue_json_form/schemas/layout.schema.json` |
| 16 | + |
| 17 | +* [ShowOn property](./show_on.md "Show field depending on value of other field") – `https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json` |
| 18 | + |
| 19 | +* [UI Schema](./ui.md "Schema for the UI Schema") – `https://educorvi.github.io/vue_json_form/schemas/ui.schema.json` |
| 20 | + |
| 21 | +* [Wizard](./wizard.md "A wizard that contains the form spread over multiple pages") – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json` |
| 22 | + |
| 23 | +* [Wizard Page](./wizard_page.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json` |
15 | 24 |
|
16 | 25 | ## Other Schemas
|
17 | 26 |
|
18 | 27 | ### Objects
|
19 | 28 |
|
20 |
| -- [Options](./control-properties-options.md "Gives multiple options to configure the element") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options` |
21 |
| -- [ShowOn property](./control-properties-showon-property.md "Show field depending on value of other field") – `https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json#/properties/showOn` |
22 |
| -- [Titles for enum](./control-properties-options-properties-titles-for-enum.md "If the text in a enums select field is supposed to differ from the keys, they can be specified as properties of this object") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/enumTitles` |
23 |
| -- [Untitled object in Control](./control-properties-options-properties-tags.md "Will be rendered as tags-Field") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/tags` |
24 |
| -- [Wizard](./layout-properties-elements-layoutelement-oneof-wizard.md "A wizard that contains the form spread over multiple pages") – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/elements/items/oneOf/4` |
25 |
| -- [Wizard Page](./wizard-properties-pages-wizard-page.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json#/properties/pages/items` |
| 29 | +* [Options](./control-properties-options.md "Gives multiple options to configure the element") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options` |
| 30 | + |
| 31 | +* [ShowOn property](./control-properties-showon-property.md "Show field depending on value of other field") – `https://educorvi.github.io/vue_json_form/schemas/show_on.schema.json#/properties/showOn` |
| 32 | + |
| 33 | +* [Titles for enum](./control-properties-options-properties-titles-for-enum.md "If the text in a enums select field is supposed to differ from the keys, they can be specified as properties of this object") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/enumTitles` |
| 34 | + |
| 35 | +* [Untitled object in Control](./control-properties-options-properties-tags.md "Will be rendered as tags-Field") – `https://educorvi.github.io/vue_json_form/schemas/control.schema.json#/properties/options/properties/tags` |
| 36 | + |
| 37 | +* [Wizard](./layout-properties-elements-layoutelement-oneof-wizard.md "A wizard that contains the form spread over multiple pages") – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/elements/items/oneOf/4` |
| 38 | + |
| 39 | +* [Wizard Page](./wizard-properties-pages-wizard-page.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard_page.schema.json#/properties/pages/items` |
26 | 40 |
|
27 | 41 | ### Arrays
|
28 | 42 |
|
29 |
| -- [Elements](./layout-properties-elements.md "The elements of the layout") – `https://educorvi.github.io/vue_json_form/schemas/layout.schema.json#/properties/elements` |
30 |
| -- [Pages](./wizard-properties-pages.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages` |
31 |
| -- [Pages](./wizard-properties-pages.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages` |
| 43 | +* [Elements](./layout-properties-elements.md "The elements of the layout") – `https://educorvi.github.io/vue_json_form/schemas/layout.schema.json#/properties/elements` |
| 44 | + |
| 45 | +* [Pages](./wizard-properties-pages.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages` |
| 46 | + |
| 47 | +* [Pages](./wizard-properties-pages.md) – `https://educorvi.github.io/vue_json_form/schemas/wizard.schema.json#/properties/pages` |
| 48 | + |
| 49 | +## Version Note |
| 50 | + |
| 51 | +The schemas linked above follow the JSON Schema Spec version: `http://json-schema.org/draft-07/schema#` |
0 commit comments