drift 0.1.4

Library for comparing the compatibility of OpenAPI documents
Documentation
[
  {
    "op": "replace",
    "path": "/components/schemas/ItemKind",
    "value": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "compassionate"
          ]
        },
        {
          "type": "string",
          "enum": [
            "thoughtful"
          ]
        },
        {
          "type": "string",
          "enum": [
            "caring"
          ]
        },
        {
          "type": "string",
          "enum": [
            "considerate"
          ]
        }
      ]
    }
  }
]