https://github.com/dm-drogeriemarkt/lisa/blob/master/src/settings/schema.json
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | settings.schema.json |
object
(root)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
auth | object |
Optional | cannot be null | root |
form_settings | object |
Required | cannot be null | root |
default_configs | object |
Required | cannot be null | root |
locations | array |
Required | cannot be null | root |
operatingsystems | array |
Required | cannot be null | root |
app_tiers | array |
Required | cannot be null | root |
fact_names | object |
Optional | cannot be null | root |
auth
object
(root.auth)
form_settings
-
is required
-
Type:
object
(root.form_settings) -
cannot be null
-
defined in: root
object
(root.form_settings)
default_configs
-
is required
-
Type:
object
(root.default_configs) -
cannot be null
-
defined in: root
object
(root.default_configs)
locations
-
is required
-
Type:
object[]
(root.locations.items) -
cannot be null
-
defined in: root
object[]
(root.locations.items)
minimum number of items: the minimum number of items for this array is: 1
unique items: all items in this array must be unique. Duplicates are not allowed.
operatingsystems
-
is required
-
Type:
object[]
(root.operatingsystems.items) -
cannot be null
-
defined in: root
object[]
(root.operatingsystems.items)
minimum number of items: the minimum number of items for this array is: 1
unique items: all items in this array must be unique. Duplicates are not allowed.
app_tiers
-
is required
-
Type:
object[]
(root.app_tiers.items) -
cannot be null
-
defined in: root
object[]
(root.app_tiers.items)
unique items: all items in this array must be unique. Duplicates are not allowed.
fact_names
-
is optional
-
Type:
object
(root.fact_names) -
cannot be null
-
defined in: root
object
(root.fact_names)