Jia Yue Hua 9b9f3a05b3
[json-schema-validator] update to 2.3.0 (#36374)
* [json-schema-validator] update to 2.3.0

* [json-schema-validator] update to 2.3.0
2024-01-26 09:31:00 -08:00

22 lines
516 B
JSON

{
"name": "json-schema-validator",
"version": "2.3.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
}
]
}