{ "custom1": { "type": "variable", "variable_type": "custom", "path": "custom1", "names": [ "custom1" ], "description": "The first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "gen_examples": [ "xxx" ], "mandatory_without_value": true }, "custom2": { "type": "variable", "default": { "name": "Default", "values": "value" }, "variable_type": "custom", "path": "custom2", "names": [ "custom2" ], "description": "The seconf variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "gen_examples": [ "value" ], "mandatory_without_value": false } }