WIP
[demos/example-siren] / spring-consumer / target / pacts / SpringConsumer-Siren Order Provider.json
index a325ecb..ac6731a 100644 (file)
         "body": {
           "actions": [
             {
-              "href": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)",
+              "href": "http://localhost:8080/1234",
               "method": "PUT",
               "name": "update"
             }
+          ],
+          "entities": [
+
           ]
         },
         "generators": {
           "body": {
             "$[0].href": {
-              "example": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)",
-              "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$",
+              "example": "http://localhost:8080/1234",
+              "regex": ".*\\/(\\Q1234\\E)$",
               "type": "MockServerURL"
             }
           }
@@ -42,8 +45,8 @@
                     {
                       "generators": {
                         "$.href": {
-                          "example": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)",
-                          "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$",
+                          "example": "http://localhost:8080/1234",
+                          "regex": ".*\\/(\\Q1234\\E)$",
                           "type": "MockServerURL"
                         }
                       },
@@ -54,7 +57,7 @@
                           "matchers": [
                             {
                               "match": "regex",
-                              "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$"
+                              "regex": ".*\\/(\\Q1234\\E)$"
                             }
                           ]
                         },
         },
         "status": 200
       }
-    },
-    {
-      "description": "get root",
-      "request": {
-        "method": "GET",
-        "path": "/"
-      },
-      "response": {
-        "headers": {
-          "Content-Type": "application/vnd.siren+json"
-        },
-        "status": 200
-      }
     }
   ],
   "metadata": {