
                                               Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
JSON schema stub                                           |
                                                           |
POST                                                       | POST
/thing                                                     | /thing
                                                           |
[matchesJsonSchema]                                        |                                                     <<<<< Body does not match
{                                                          | {
  "required" : [ "name" ],                                 |   "handle": "Rex"
  "properties" : {                                         | }
    "name" : {                                             |
      "type" : "string"                                    |
    },                                                     |
    "tag" : {                                              |
      "type" : "string"                                    |
    }                                                      |
  }                                                        |
}                                                          |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
