Public Member Functions | |
| logical_not (json &sch, root_schema *root, const std::vector< nlohmann::json_uri > &uris) | |
| logical_not (json &sch, root_schema *root, const std::vector< nlohmann::json_uri > &uris) | |
| Public Member Functions inherited from anonymous_namespace{json-validator.cpp}::schema | |
| virtual | ~schema ()=default |
| schema (root_schema *root) | |
| void | set_default_value (const json &v) |
| virtual | ~schema ()=default |
| schema (root_schema *root) | |
| void | set_default_value (const json &v) |
Private Member Functions | |
| void | validate (const json::json_pointer &ptr, const json &instance, json_patch &patch, error_handler &e) const final |
| const json & | default_value (const json::json_pointer &ptr, const json &instance, error_handler &e) const override |
| void | validate (const json::json_pointer &ptr, const json &instance, json_patch &patch, error_handler &e) const final |
| const json & | default_value (const json::json_pointer &ptr, const json &instance, error_handler &e) const override |
Private Attributes | |
| std::shared_ptr< schema > | subschema_ |
Additional Inherited Members | |
| Static Public Member Functions inherited from anonymous_namespace{json-validator.cpp}::schema | |
| static std::shared_ptr< schema > | make (json &schema, root_schema *root, const std::vector< std::string > &key, std::vector< nlohmann::json_uri > uris) |
| static std::shared_ptr< schema > | make (json &schema, root_schema *root, const std::vector< std::string > &key, std::vector< nlohmann::json_uri > uris) |
| Protected Member Functions inherited from anonymous_namespace{json-validator.cpp}::schema | |
| virtual std::shared_ptr< schema > | make_for_default_ (std::shared_ptr<::schema > &, root_schema *, std::vector< nlohmann::json_uri > &, nlohmann::json &) const |
| virtual std::shared_ptr< schema > | make_for_default_ (std::shared_ptr<::schema > &, root_schema *, std::vector< nlohmann::json_uri > &, nlohmann::json &) const |
| Protected Attributes inherited from anonymous_namespace{json-validator.cpp}::schema | |
| root_schema * | root_ |
| json | default_value_ = nullptr |
Definition at line 395 of file json-validator.cpp.
|
inline |
Definition at line 414 of file json-validator.cpp.
References anonymous_namespace{json-validator.cpp}::schema::make(), anonymous_namespace{json-validator.cpp}::schema::schema(), and subschema_.
|
inline |
Definition at line 414 of file json-validator.cpp.
|
inlineoverrideprivatevirtual |
Reimplemented from anonymous_namespace{json-validator.cpp}::schema.
Definition at line 408 of file json-validator.cpp.
References anonymous_namespace{json-validator.cpp}::schema::default_value(), and subschema_.
|
inlineoverrideprivatevirtual |
Reimplemented from anonymous_namespace{json-validator.cpp}::schema.
Definition at line 408 of file json-validator.cpp.
|
inlinefinalprivatevirtual |
Implements anonymous_namespace{json-validator.cpp}::schema.
Definition at line 399 of file json-validator.cpp.
References nlohmann::json_schema::error_handler::error(), subschema_, and anonymous_namespace{json-validator.cpp}::schema::validate().
|
inlinefinalprivatevirtual |
Implements anonymous_namespace{json-validator.cpp}::schema.
Definition at line 399 of file json-validator.cpp.
Definition at line 397 of file json-validator.cpp.
Referenced by default_value(), logical_not(), and validate().