15 lines
231 B
JSON
15 lines
231 B
JSON
{
|
|
"required": "foobar",
|
|
"choice": "c",
|
|
"al": "baz",
|
|
"string": "string",
|
|
"list": [1,2,3,4],
|
|
"bool": true,
|
|
"int": 1,
|
|
"float": 1.0,
|
|
"path": "/tmp/asdf",
|
|
"raw": "raw",
|
|
"jsonarg": "{\"a\": 4}",
|
|
"ra": "ra",
|
|
"change": true
|
|
}
|