From b0ca6abbea61b15f80b79932f64e374e1a3b6259 Mon Sep 17 00:00:00 2001 From: Jakob Olsson <Jakob Olsson> Date: Mon, 2 Dec 2019 14:55:40 +0100 Subject: [PATCH] do regex matching on wifi.ap.json --- ubus/wifi.ap.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ubus/wifi.ap.json b/ubus/wifi.ap.json index 9952deb..3de72dc 100644 --- a/ubus/wifi.ap.json +++ b/ubus/wifi.ap.json @@ -86,7 +86,8 @@ "maxLength": 32 } }, - "title": "wifi.ap.*", + "regex": true, + "title": "^wifi\\.ap\\..+$", "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://www.iopsys.eu/wifi.ap", "additionalProperties": false, @@ -1031,4 +1032,4 @@ } } } -} \ No newline at end of file +} -- GitLab