Updating data-model default.

This commit is contained in:
stephb9959
2021-09-30 06:53:10 -07:00
parent 4f74701b89
commit b51981bb1c
3 changed files with 1742 additions and 1738 deletions

2
build
View File

@@ -1 +1 @@
238
240

View File

@@ -150,16 +150,14 @@ static json DefaultUCentralSchema = R"(
2500,
5000,
10000
],
"default": 1000
]
},
"duplex": {
"type": "string",
"enum": [
"half",
"full"
],
"default": "full"
]
},
"services": {
"type": "array",
@@ -2150,7 +2148,9 @@ static json DefaultUCentralSchema = R"(
}
}
}
} )"_json;
}
)"_json;
class ConfigurationValidator *ConfigurationValidator::instance_ = nullptr;

View File

@@ -0,0 +1,4 @@
{
"configuration" :
{ "uuid": 1 }
}