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

Method boolean

src/json-validator.cpp:1019–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017
1018public:
1019 boolean(json &sch, root_schema *root)
1020 : schema(root), true_(sch) {}
1021};
1022
1023class required : public schema

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected