From 4d6ed846c7be067fae366c9e2fbd9d1ca9ac8731 Mon Sep 17 00:00:00 2001 From: johnzhangjun <45154958+johnzhangjun@users.noreply.github.com> Date: Tue, 8 Oct 2019 19:28:24 +0800 Subject: [PATCH] Bug 3120 - Optional WiFiConf Security properties Make Wi-Fi Security Type properties (i.e., wat, wet, swat and swet) of WiFiConf Resource Type optional --- swagger2.0/oic.r.wificonf.swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger2.0/oic.r.wificonf.swagger.json b/swagger2.0/oic.r.wificonf.swagger.json index ed6180e..4d47d6b 100644 --- a/swagger2.0/oic.r.wificonf.swagger.json +++ b/swagger2.0/oic.r.wificonf.swagger.json @@ -276,7 +276,7 @@ } }, "type" : "object", - "required":["swmt", "swf", "swat", "swet", "tnn", "wat", "wet"] + "required":["swmt", "swf", "tnn"] }, "WiFiConfUpdate" : { "properties": { @@ -312,7 +312,7 @@ } }, "type" : "object", - "required":["tnn", "wat", "wet"] + "required":["tnn"] } } }