{ "name": "Simple Contract", "request": { "http_method": "GET", "path": "/api/hello", "headers": { "Accept": "application/json" }, "params": {} }, "response": { "status": 200, "headers": { "Content-Type": "application/json", "Vary": "Accept" }, "schema": { "$schema": "http://json-schema.org/draft-03/schema#", "type": "object", "required": true, "properties": { "message": { "type": "string", "required": true } } } } }