{ "custom1": { "type": "variable", "properties": [ { "type": "type", "name": "custom" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "custom1", "names": [ "custom1" ], "description": "The first variable." }, "custom2": { "type": "variable", "default": { "name": "Default", "values": "value" }, "properties": [ { "type": "type", "name": "custom" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "path": "custom2", "names": [ "custom2" ], "description": "The seconf variable." } }