Configuration settings
This section documents all the available parameters that can be used to customize the functionality of SCHEMA api.
For each setting, we present all of the aspects that are required in order for users to understand the resulting effect. Some of these settings, that we find the need to explicitly explain at this point are:
Volatile: we denote as volatile, configuration settings that are strongly recommended to be determined upon deployment and remain static throughout the life of SCHEMA api. These are, in general, settings that enforce data integrity rules; changing any of these settings while SCHEMA api is already deployed and in use may result to data conflicts and hence should be avoided or used with extreme care
Required: required configuration settings must be defined otherwise SCHEMA api won't be deployed
Variable interpolation in examples: Many settings are documented with example values. In some of these cases, there is the need to denote the relationship with another variable or the use of another variable's value. In these cases, we denote as
<VAR0>
, the value of VAR0.For example, if we want to say that VAR0, is equal to the value of VAR1, we will write:
VAR0=
<VAR1>