vcpkg/ports/json-schema-validator/vcpkg.json
chausner 25ed5f7cca
[json-schema-validator] Update to 2.2.0 (#29253)
* Update json-schema-validator to 2.2.0

* Update CI baseline

* Tweak description

* Update CI baseline

* Remove patch, address code review suggestions

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-31 13:26:42 -08:00

22 lines
516 B
JSON

{
"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
}
]
}