MCPcopy Create free account
hub / github.com/pboettch/json-schema-validator / usage

Function usage

test/json-schema-validate.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using nlohmann::json_schema::json_validator;
17
18static void usage(const char *name)
19{
20 std::cerr << "Usage: " << name << " <schema> < <document>\n";
21 exit(EXIT_FAILURE);
22}
23
24static void loader(const json_uri &uri, json &schema)
25{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected