|
wiRedPanda
Logic Circuit Simulator
|
#include <memory>#include <string>#include <unordered_map>#include <nlohmann/json-schema.hpp>#include <nlohmann/json.hpp>#include <QJsonObject>#include <QString>Go to the source code of this file.
Classes | |
| class | MCPValidator |
| JSON Schema validator for MCP commands and responses using native json-schema-validator. More... | |
| struct | ValidationResult |
| Result of JSON schema validation. More... | |
Typedefs | |
| using | json = nlohmann::json |
| using json = nlohmann::json |
Definition at line 15 of file MCPValidator.h.