X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=spring-consumer%2Ftarget%2Fpacts%2FSpringConsumer-Siren%20Order%20Provider.json;h=ac6731a86dbadfd0f799f5ae876f4d31e18e22ba;hb=e501ce1146a39908c7b9b93869552fc6c6c88812;hp=1b6384744614285c323c6bda6c2a493fe70a41ae;hpb=c4518c1bc18bcd594fe1a2b79be399877ce1c9b5;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 index 1b63847..ac6731a 100644 --- a/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json +++ b/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json @@ -13,15 +13,21 @@ "body": { "actions": [ { - "foo": "string" + "href": "http://localhost:8080/1234", + "method": "PUT", + "name": "update" } + ], + "entities": [ + ] }, "generators": { "body": { - "$[0].foo": { - "size": 20, - "type": "RandomString" + "$[0].href": { + "example": "http://localhost:8080/1234", + "regex": ".*\\/(\\Q1234\\E)$", + "type": "MockServerURL" } } }, @@ -38,14 +44,32 @@ "variants": [ { "generators": { - "$.foo": { - "size": 20, - "type": "RandomString" + "$.href": { + "example": "http://localhost:8080/1234", + "regex": ".*\\/(\\Q1234\\E)$", + "type": "MockServerURL" } }, "index": 0, "rules": { - "$.foo": { + "$.href": { + "combine": "AND", + "matchers": [ + { + "match": "regex", + "regex": ".*\\/(\\Q1234\\E)$" + } + ] + }, + "$.method": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + }, + "$.name": { "combine": "AND", "matchers": [ { @@ -63,19 +87,6 @@ }, "status": 200 } - }, - { - "description": "get root", - "request": { - "method": "GET", - "path": "/" - }, - "response": { - "headers": { - "Content-Type": "application/vnd.siren+json" - }, - "status": 200 - } } ], "metadata": {