{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "names": [ "rougail" ], "description": "Rougail", "properties": [ { "type": "mode", "name": "basic" } ] }, "children": { "condition": { "type": "variable", "default": { "name": "Default", "values": "no" }, "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "path": "rougail.condition", "names": [ "condition" ], "description": "A conditional variable.", "gen_examples": [ "no" ], "mandatory_without_value": false }, "variable1": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "disabled", "annotation": "if condition is egal to \"yes\"" } ], "path": "rougail.variable1", "names": [ "variable1" ], "description": "A first variable.", "gen_examples": [ "example" ], "mandatory_without_value": true }, "variable2": { "type": "variable", "properties": [ { "type": "type", "name": "string" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" }, { "type": "property", "name": "disabled", "annotation": "if condition is egal to \"yes\"" } ], "path": "rougail.variable2", "names": [ "variable2" ], "description": "A second variable.", "gen_examples": [ "example" ], "mandatory_without_value": true } } } }