1#ifndef SRC_COMPONENTS_PROJECTCONFIG_PROJECTCONFIGVALIDATOR_H_
2#define SRC_COMPONENTS_PROJECTCONFIG_PROJECTCONFIGVALIDATOR_H_
6#include <rapidjson/schema.h>
13 static bool loadConfigSchema(
const char* filename=
":/files/json/projectConfigSchema.json");
17 static std::shared_ptr<rapidjson::SchemaDocument> configSchema;
18 static bool schemaInitialized;
Definition projectconfigvalidator.h:11
static bool loadConfigSchema(const char *filename=":/files/json/projectConfigSchema.json")
Definition projectconfigvalidator.cpp:49
static bool validateConfiguration(const QByteArray &wholeFile)
Definition projectconfigvalidator.cpp:12