drift 0.1.4

Library for comparing the compatibility of OpenAPI documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "op": "remove",
    "path": "/paths/~1hello~1{name}/get/parameters/1/schema"
  },
  {
    "op": "add",
    "path": "/paths/~1hello~1{name}/get/parameters/1/content",
    "value": {
      "application/json": {
        "schema": {
          "type": "string"
        }
      }
    }
  }
]