{ "secret1": { "type": "variable", "properties": [ { "type": "type", "name": "secret" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "path": "secret1", "names": [ "secret1" ], "description": "The first variable.", "gen_examples": [ "secrets" ], "mandatory_without_value": true }, "secret2": { "type": "variable", "default": { "name": "Default", "values": "value" }, "properties": [ { "type": "type", "name": "secret" }, { "type": "mode", "name": "standard" }, { "type": "property", "name": "mandatory" } ], "path": "secret2", "names": [ "secret2" ], "description": "The second variable.", "gen_examples": [ "value" ], "mandatory_without_value": false } }