Sha256: d16f9ea8f36c63e97814012be2da4b4cd3ae1c3d481469b3441b06b47fb95767
Contents?: true
Size: 435 Bytes
Versions: 3
Compression:
Stored size: 435 Bytes
Contents
{ "request": { "http_method": "GET", "path": "/hello_world", "headers": { "Accept": "application/json" }, "params": {} }, "response": { "status": 200, "headers": { "Content-Type": "application/json" }, "schema": { "description": "A simple response", "type": "object", "properties": { "message": { "type": "string" } } } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pacto-0.4.0.rc3 | spec/fixtures/contracts/legacy/contract.json |
pacto-0.4.0.rc2 | spec/fixtures/contracts/legacy/contract.json |
pacto-0.4.0.rc1 | spec/fixtures/contracts/contract.json |