mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-30 18:18:03 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -28,7 +28,6 @@ static const std::string GitUCentralJSONSchemaFile{
|
|||||||
"ucentral.schema.json"};
|
"ucentral.schema.json"};
|
||||||
|
|
||||||
static std::string DefaultUCentralSchema = R"foo(
|
static std::string DefaultUCentralSchema = R"foo(
|
||||||
|
|
||||||
{
|
{
|
||||||
"$id": "https://openwrt.org/ucentral.schema.json",
|
"$id": "https://openwrt.org/ucentral.schema.json",
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
@@ -3326,7 +3325,6 @@ static std::string DefaultUCentralSchema = R"foo(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
)foo";
|
)foo";
|
||||||
|
|
||||||
static inline bool IsIPv4(const std::string &value) {
|
static inline bool IsIPv4(const std::string &value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user