29 lines
423 B
JSON
29 lines
423 B
JSON
{
|
|
"variable": {
|
|
"foo": {},
|
|
"bar": {
|
|
"default": "hello"
|
|
},
|
|
"baz": {
|
|
"type": "list"
|
|
},
|
|
"bar-baz": {
|
|
"default": [],
|
|
"type": "list"
|
|
},
|
|
"cheese_pizza": {
|
|
"description": "Nothing special"
|
|
},
|
|
"π": {
|
|
"default": 3.14159265359
|
|
},
|
|
"sensitive_value": {
|
|
"default": {
|
|
"a": 1,
|
|
"b": 2
|
|
},
|
|
"sensitive": true
|
|
}
|
|
}
|
|
}
|