core/examples/http_request.hmdl.json

21 lines
271 B
JSON
Raw Normal View History

{
"checks": [
{
"name": "test",
"kind": "http_request",
"parameters": {
"request": {
"target": "http://ich-bin-keine-domain.org"
},
"custom": {
"foo": true,
"bar": {
"baz": "BAZ",
"qux": 2.718
}
}
}
}
]
}