Skip to content

Latest commit

 

History

History
169 lines (83 loc) · 6.46 KB

settings.md

File metadata and controls

169 lines (83 loc) · 6.46 KB

root Schema

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

root Type

object (root)

root Properties

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

auth

  • is optional

  • Type: object (root.auth)

  • cannot be null

  • defined in: root

auth Type

object (root.auth)

form_settings

form_settings

form_settings Type

object (root.form_settings)

default_configs

default_configs

default_configs Type

object (root.default_configs)

locations

locations

locations Type

object[] (root.locations.items)

locations Constraints

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

operatingsystems

operatingsystems Type

object[] (root.operatingsystems.items)

operatingsystems Constraints

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

app_tiers

app_tiers Type

object[] (root.app_tiers.items)

app_tiers Constraints

unique items: all items in this array must be unique. Duplicates are not allowed.

fact_names

fact_names

fact_names Type

object (root.fact_names)