{ "rougail": { "type": "namespace", "informations": { "path": "rougail", "name": "rougail", "description": "Rougail", "properties": [], "mode": "basic", "help": [ "This family is a namespace" ] }, "children": { "secret1": { "path": "rougail.secret1", "name": "secret1", "description": "The first variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "basic", "type": "variable", "variable_type": "secret", "validators": { "name": "Validator", "values": "minimum length for the secret is 10 characters" }, "examples": { "name": "Example", "values": "ALongS4cr4t" } }, "secret2": { "path": "rougail.secret2", "name": "secret2", "description": "The second variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "value" }, "variable_type": "secret", "validators": { "name": "Validators", "values": [ "maximum length for the secret is 10 characters", "forbidden characters: \"$\" and \"^\"" ] } }, "secret3": { "path": "rougail.secret3", "name": "secret3", "description": "The third variable.", "properties": [ { "type": "property", "name": "mandatory", "ori_name": "mandatory", "access_control": false } ], "mode": "standard", "type": "variable", "default": { "name": "Default", "values": "value" }, "variable_type": "secret", "validators": { "name": "Validators", "values": [ "maximum length for the secret is 10 characters", "forbidden characters: \"$\"" ] } } } } }