{ "var1": { "type": "variable", "default": "#a1a1a1", "properties": [ { "type": "type", "name": "regexp" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "validators": [ "text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\"" ], "paths": [ "var1" ], "names": [ "var1" ], "descriptions": [ "A first variable." ], "examples": [ "#b1b1b1", "#b2b2b2" ] }, "var2": { "type": "variable", "default": "the value of the variable \"var1\".", "properties": [ { "type": "type", "name": "regexp" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "validators": [ "text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\"" ], "paths": [ "var2" ], "names": [ "var2" ], "descriptions": [ "A second variable." ], "examples": [ "#b2b1b1", "#b3b2b2" ] } }