Sha256: 4cab154aadd30d369df637f902ca95ad9e0ba256b3a808ba3812129e0fc74b57

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

{
  "request": {
    "method": "GET",
    "path": "/hello",
    "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

1 entries across 1 versions & 1 rubygems

Version Path
pacto-0.4.0.rc1 spec/fixtures/deprecated_contracts/deprecated_contract.json