X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=spring-consumer%2Ftarget%2Fpacts%2FSpringConsumer-Siren%20Order%20Provider.json;fp=spring-consumer%2Ftarget%2Fpacts%2FSpringConsumer-Siren%20Order%20Provider.json;h=0000000000000000000000000000000000000000;hb=2faa2b692bd69773d5d60299b835de06c999991d;hp=7b55f1ebd58642876c137e7a6fd17506abd011b8;hpb=e492dc86a132c3a56b6cbb0dd4c40f60258aaa7a;p=demos%2Fexample-siren diff --git a/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json b/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json deleted file mode 100644 index 7b55f1e..0000000 --- a/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "consumer": { - "name": "SpringConsumer" - }, - "interactions": [ - { - "description": "get all orders", - "request": { - "method": "GET", - "path": "/orders" - }, - "response": { - "body": { - "age": 100, - "happy": true, - "id": 1234567890, - "localAddress": "127.0.0.1", - "name": "string" - }, - "generators": { - "body": { - "$.id": { - "max": 2147483647, - "min": 0, - "type": "RandomInt" - }, - "$.name": { - "size": 20, - "type": "RandomString" - } - } - }, - "headers": { - "Content-Type": "application/vnd.siren+json" - }, - "matchingRules": { - "body": { - "$.happy": { - "combine": "AND", - "matchers": [ - { - "match": "type" - } - ] - }, - "$.id": { - "combine": "AND", - "matchers": [ - { - "match": "type" - } - ] - }, - "$.localAddress": { - "combine": "AND", - "matchers": [ - { - "match": "regex", - "regex": "(\\d{1,3}\\.)+\\d{1,3}" - } - ] - }, - "$.name": { - "combine": "AND", - "matchers": [ - { - "match": "type" - } - ] - } - } - }, - "status": 200 - } - } - ], - "metadata": { - "pact-jvm": { - "version": "4.2.2" - }, - "pactSpecification": { - "version": "3.0.0" - } - }, - "provider": { - "name": "Siren Order Provider" - } -}