{
  "name": "json-schema-validator",
  "version": "2.2.0",
  "description": "C++ library for validating JSON documents based on a JSON Schema. This validator is based on the nlohmann-json library.",
  "homepage": "https://github.com/pboettch/json-schema-validator",
  "license": "MIT",
  "dependencies": [
    {
      "name": "nlohmann-json",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}
