grim/resticide

Missing new line at EOF
develop
2015-11-05, Gary Kramlich
dfddac46d37b
Missing new line at EOF
{
"name": "httpbin get",
"request": {
"path": "https://httpbin.org/get",
"method": "GET",
"response": {
"statuscode": 200,
"json-schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"args": {
"type": "object",
"additionalProperties": {"type": "string"}
},
"headers": {
"type": "object",
"additionalProperties": {"type": "string"}
},
"origin": {"type": "string"},
"url": {"type": "string"}
},
"required": ["args", "headers", "origin", "url"]
}
}
}
}