diff --git a/raml/examples/input/project-template.json b/raml/examples/input/project-template.json
index 6e5b25d4725362eeb665e50dc16d10553033a322..a185b97dd1fa0abe2cca4dd424fc93c53fc9a68d 100644
--- a/raml/examples/input/project-template.json
+++ b/raml/examples/input/project-template.json
@@ -5,7 +5,7 @@
             "properties": {
                 "label": {
                     "type":     "string",
-                    "pattern":  "^(?i)test_pattern$" }
+                    "pattern":  "^test_pattern$" }
             }
         }
     },
@@ -30,7 +30,7 @@
                     "properties": {
                         "measurement": {
                             "type":     "string",
-                            "pattern":  "^(?i)functional$" }
+                            "pattern":  "^functional$" }
                     },
                     "required": ["measurement"]
                 },
diff --git a/raml/examples/output/session-template-recalc.json b/raml/examples/output/session-template-recalc.json
index 270c4ca693189d98d795c7039ca14db3023b8ef3..86d5a64c41eabb5b8c19b0f0e0f987fadcf5335e 100644
--- a/raml/examples/output/session-template-recalc.json
+++ b/raml/examples/output/session-template-recalc.json
@@ -1,12 +1,14 @@
-[
-    "5818cc639e512c35c9e4d3a3",
-    "5818cc639e512c35c9e4d3a4",
-    "5818cc639e512c35c9e4d3a5",
-    "5818cc639e512c35c9e4d3a6",
-    "5818cc639e512c35c9e4d3a7",
-    "5818cc639e512c35c9e4d3a8",
-    "5818cc639e512c35c9e4d3a9",
-    "5818cc639e512c35c9e4d3aa",
-    "5818cc639e512c35c9e4d3ab",
-    "5818cc639e512c35c9e4d3ac"
-]
+{
+    "sessions_changed":[
+        "5818cc639e512c35c9e4d3a3",
+        "5818cc639e512c35c9e4d3a4",
+        "5818cc639e512c35c9e4d3a5",
+        "5818cc639e512c35c9e4d3a6",
+        "5818cc639e512c35c9e4d3a7",
+        "5818cc639e512c35c9e4d3a8",
+        "5818cc639e512c35c9e4d3a9",
+        "5818cc639e512c35c9e4d3aa",
+        "5818cc639e512c35c9e4d3ab",
+        "5818cc639e512c35c9e4d3ac"
+    ]
+}