Public Attributes | |
| std::map< std::string, std::shared_ptr< schema > > | schemas |
| std::map< std::string, std::shared_ptr< schema_ref > > | unresolved |
| json | unknown_keywords |
Definition at line 150 of file json-validator.cpp.
| std::map< std::string, std::shared_ptr< schema > > nlohmann::json_schema::root_schema::schema_file::schemas |
Definition at line 151 of file json-validator.cpp.
Referenced by nlohmann::json_schema::root_schema::get_or_create_ref(), nlohmann::json_schema::root_schema::insert(), nlohmann::json_schema::root_schema::set_root_schema(), and nlohmann::json_schema::root_schema::validate().
| json nlohmann::json_schema::root_schema::schema_file::unknown_keywords |
Definition at line 153 of file json-validator.cpp.
Referenced by nlohmann::json_schema::root_schema::get_or_create_ref(), and nlohmann::json_schema::root_schema::insert_unknown_keyword().
| std::map< std::string, std::shared_ptr< schema_ref > > nlohmann::json_schema::root_schema::schema_file::unresolved |