MQTTSuite
Loading...
Searching...
No Matches
nlohmann::json_schema::root_schema::schema_file Struct Reference
Collaboration diagram for nlohmann::json_schema::root_schema::schema_file:

Public Attributes

std::map< std::string, std::shared_ptr< schema > > schemas
std::map< std::string, std::shared_ptr< schema_ref > > unresolved
json unknown_keywords

Detailed Description

Definition at line 150 of file json-validator.cpp.

Member Data Documentation

◆ schemas

std::map< std::string, std::shared_ptr< schema > > nlohmann::json_schema::root_schema::schema_file::schemas

◆ unknown_keywords

json nlohmann::json_schema::root_schema::schema_file::unknown_keywords

◆ unresolved

std::map< std::string, std::shared_ptr< schema_ref > > nlohmann::json_schema::root_schema::schema_file::unresolved

The documentation for this struct was generated from the following file: