2025-10-30 21:14:34 +01:00
|
|
|
{
|
|
|
|
|
"var1": {
|
|
|
|
|
"type": "variable",
|
|
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": "#a1a1a1"
|
|
|
|
|
},
|
2025-11-29 22:21:06 +01:00
|
|
|
"variable_type": "regexp",
|
2025-10-30 21:14:34 +01:00
|
|
|
"validators": {
|
|
|
|
|
"name": "Validator",
|
|
|
|
|
"values": "text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""
|
|
|
|
|
},
|
|
|
|
|
"path": "var1",
|
|
|
|
|
"names": [
|
|
|
|
|
"var1"
|
|
|
|
|
],
|
|
|
|
|
"description": "A first variable.",
|
2025-11-29 22:21:06 +01:00
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory",
|
|
|
|
|
"ori_name": "mandatory",
|
|
|
|
|
"access_control": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"mode": "standard",
|
2025-10-30 21:14:34 +01:00
|
|
|
"examples": {
|
|
|
|
|
"name": "Examples",
|
|
|
|
|
"values": [
|
|
|
|
|
"#b1b1b1",
|
|
|
|
|
"#b2b2b2"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
"#b1b1b1"
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
|
|
|
|
},
|
|
|
|
|
"var2": {
|
|
|
|
|
"type": "variable",
|
|
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": {
|
|
|
|
|
"message": "the value of the variable \"{0}\"",
|
|
|
|
|
"path": {
|
|
|
|
|
"path": "var1"
|
|
|
|
|
},
|
|
|
|
|
"description": "A first variable"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-11-29 22:21:06 +01:00
|
|
|
"variable_type": "regexp",
|
2025-10-30 21:14:34 +01:00
|
|
|
"validators": {
|
|
|
|
|
"name": "Validator",
|
|
|
|
|
"values": "text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""
|
|
|
|
|
},
|
|
|
|
|
"path": "var2",
|
|
|
|
|
"names": [
|
|
|
|
|
"var2"
|
|
|
|
|
],
|
|
|
|
|
"description": "A second variable.",
|
2025-11-29 22:21:06 +01:00
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory",
|
|
|
|
|
"ori_name": "mandatory",
|
|
|
|
|
"access_control": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"mode": "standard",
|
2025-10-30 21:14:34 +01:00
|
|
|
"examples": {
|
|
|
|
|
"name": "Examples",
|
|
|
|
|
"values": [
|
|
|
|
|
"#b2b1b1",
|
|
|
|
|
"#b3b2b2"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
"#b2b1b1"
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
|
|
|
|
}
|
|
|
|
|
}
|