diff --git a/ubus/wifi.ap.json b/ubus/wifi.ap.json
index 9952deb4d2a745f288998816a1d25e555fec11a6..3de72dccacbb75fdf41560d5c91a797e4519ccb1 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
+}