mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 09:42:38 +00:00
Updating data-model default.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
4
test_scripts/curl/config_uuid_only.json
Normal file
4
test_scripts/curl/config_uuid_only.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"configuration" :
|
||||
{ "uuid": 1 }
|
||||
}
|
||||
Reference in New Issue
Block a user