WIP
[demos/example-siren] / spring-consumer / target / pacts / SpringConsumer-Siren Order Provider.json
index 1b63847..aa58b36 100644 (file)
         "body": {
           "actions": [
             {
-              "foo": "string"
+              "href": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)",
+              "method": "PUT",
+              "name": "update"
             }
+          ],
+          "entities": [
+
           ]
         },
         "generators": {
           "body": {
-            "$[0].foo": {
-              "size": 20,
-              "type": "RandomString"
+            "$[0].href": {
+              "example": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)",
+              "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$",
+              "type": "MockServerURL"
             }
           }
         },
                   "variants": [
                     {
                       "generators": {
-                        "$.foo": {
-                          "size": 20,
-                          "type": "RandomString"
+                        "$.href": {
+                          "example": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)",
+                          "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$",
+                          "type": "MockServerURL"
                         }
                       },
                       "index": 0,
                       "rules": {
-                        "$.foo": {
+                        "$.href": {
+                          "combine": "AND",
+                          "matchers": [
+                            {
+                              "match": "regex",
+                              "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$"
+                            }
+                          ]
+                        },
+                        "$.method": {
+                          "combine": "AND",
+                          "matchers": [
+                            {
+                              "match": "type"
+                            }
+                          ]
+                        },
+                        "$.name": {
                           "combine": "AND",
                           "matchers": [
                             {
         },
         "status": 200
       }
-    },
-    {
-      "description": "get root",
-      "request": {
-        "method": "GET",
-        "path": "/"
-      },
-      "response": {
-        "headers": {
-          "Content-Type": "application/vnd.siren+json"
-        },
-        "status": 200
-      }
     }
   ],
   "metadata": {