WIP
[demos/example-siren] / spring-consumer / target / pacts / SpringConsumer-Siren Order Provider.json
1 {
2   "consumer": {
3     "name": "SpringConsumer"
4   },
5   "interactions": [
6     {
7       "description": "get all orders",
8       "request": {
9         "method": "GET",
10         "path": "/orders"
11       },
12       "response": {
13         "body": {
14
15         },
16         "headers": {
17           "Content-Type": "application/vnd.siren+json"
18         },
19         "status": 200
20       }
21     },
22     {
23       "description": "get root",
24       "request": {
25         "method": "GET",
26         "path": "/"
27       },
28       "response": {
29         "headers": {
30           "Content-Type": "application/vnd.siren+json"
31         },
32         "status": 200
33       }
34     }
35   ],
36   "metadata": {
37     "pact-jvm": {
38       "version": "4.2.2"
39     },
40     "pactSpecification": {
41       "version": "3.0.0"
42     }
43   },
44   "provider": {
45     "name": "Siren Order Provider"
46   }
47 }