Skip to content

Commit fa3c325

Browse files
authored
Merge pull request #420 from Telecominfraproject/schema_sync
feat: Schema sync.
2 parents 182a442 + 1c59096 commit fa3c325

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/framework/ConfigurationValidator.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,9 @@ static std::string DefaultAPSchema = R"foo(
625625
],
626626
"default": 80
627627
},
628+
"enable": {
629+
"type": "boolean"
630+
},
628631
"require-mode": {
629632
"description": "Stations that do no fulfill these HT modes will be rejected.",
630633
"type": "string",
@@ -4958,6 +4961,9 @@ static std::string DefaultSWITCHSchema = R"foo(
49584961
],
49594962
"default": 80
49604963
},
4964+
"enable": {
4965+
"type": "boolean"
4966+
},
49614967
"require-mode": {
49624968
"type": "string",
49634969
"enum": [

0 commit comments

Comments
 (0)