Sha256: c6a1fe20b4bfbf3829198199cafaa9858cd23c97ccecfd640fb4b5e8862642b7
Contents?: true
Size: 476 Bytes
Versions: 2
Compression:
Stored size: 476 Bytes
Contents
{ "request": { "method": "GET", "path": "/hello/:id", "headers": { "Accept": "application/json" }, "params": {} }, "response": { "status": 200, "headers": { "Content-Type": "application/json", "Vary": "Accept" }, "body": { "$schema": "http://json-schema.org/draft-03/schema#", "type": "object", "required": true, "properties": { "message": { "type": "string", "required": true } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pacto-0.4.0.rc3 | spec/fixtures/contracts/deprecated/deprecated_contract.json |
pacto-0.4.0.rc2 | spec/fixtures/contracts/deprecated/deprecated_contract.json |