callback.ospp¶
Callback property¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The list of outputs to link to this callback |
||
type |
array |
||
items |
|||
additionalProperties |
False |
ValueOutputConfigurationEntity¶
type |
object |
||
properties |
|||
|
The id of the output |
||
type |
string |
||
|
The condition the value must fulfill to trigger the output |
||
type |
string |
||
|
The transformation to apply to the value before triggering the output |
||
type |
string |
||
|
The type to apply after the transformation of the triggering output |
||
type |
string |
||
enum |
BOOLEAN, INTEGER, DECIMAL, TEXT |
||
|
The list of declared accessed values by condition and transform. The wildcard ‘*’ can be used to match multiple value (For example, ‘root.*.test’ will match ‘root.device.1.test’, ‘root.server.test’). |
||
type |
array |
||
items |
type |
string |
|
additionalProperties |
False |