From aac09d3c85d57772ab84ceb5309f0716a2233a5c Mon Sep 17 00:00:00 2001
From: Jakob Olsson <jakob.olsson@iopsys.eu>
Date: Mon, 2 Jan 2023 16:56:30 +0100
Subject: [PATCH] docs: schema fixes

---
 schemas/uci/mapcontroller.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/schemas/uci/mapcontroller.json b/schemas/uci/mapcontroller.json
index f71e529b..951263bd 100644
--- a/schemas/uci/mapcontroller.json
+++ b/schemas/uci/mapcontroller.json
@@ -190,7 +190,7 @@
                     "type": "boolean",
                     "required": "no",
                     "default": true,
-                    "description": "If false, do not start beaconing on this AP (effectively disabled)"
+                    "description": "In the default use case, if option is set to false this section is not passed within an M2 to the agents. If vendor extensions are supported, the section is passed to the agents, but the agents supporting vendor extensions will start with this interface disabled."
                 },
                 {
                     "name": "vendor_ie",
@@ -383,16 +383,16 @@
                 },
                 {
                     "name": "include_sta_stats",
-                    "type": "integer",
+                    "type": "boolean",
                     "required": "no",
-                    "default": "0",
+                    "default": false,
                     "description": "Whether to include STA traffic stats TLV with the AP metrics response."
                 },
                 {
                     "name": "include_sta_metric",
-                    "type": "integer",
+                    "type": "boolean",
                     "required": "no",
-                    "default": "0",
+                    "default": false,
                     "description": "Whether to include associated STA link metrics TLV in the AP metrics response."
                 },
                 {
-- 
GitLab