drift 0.1.4

Library for comparing the compatibility of OpenAPI documents
Documentation
[
  {
    "op": "add",
    "path": "/paths/~1no-body/post/requestBody",
    "value": {
      "required": false,
      "content": {
        "application/json": {
          "schema": {
            "type": "object",
            "properties": {
              "data": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
]