Public Member Functions | |
| void | insert_schema (json &s, std::vector< nlohmann::json_uri > base_uris) |
| void | insert_schema (json &s, std::vector< nlohmann::json_uri > base_uris) |
Public Attributes | |
| std::vector< json > | schemas_ |
| std::map< nlohmann::json_uri, const json * > | schema_store_ |
Definition at line 89 of file id-ref.cpp.
|
inline |
Definition at line 96 of file id-ref.cpp.
References nlohmann::json_uri::append(), nlohmann::json_uri::derive(), nlohmann::json_uri::escape(), insert_schema(), schema_store_, and nlohmann::json_uri::to_string().
Referenced by insert_schema(), and main().
|
inline |
Definition at line 96 of file id-ref.cpp.
| std::map< nlohmann::json_uri, const json * > json_schema_validator::schema_store_ |
Definition at line 93 of file id-ref.cpp.
Referenced by insert_schema(), and main().
| std::vector< json > json_schema_validator::schemas_ |
Definition at line 92 of file id-ref.cpp.