Skip to content
Snippets Groups Projects
Commit eae228b2 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

change titles to match ubus objects/regex

parent 01899877
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
"maxLength": 32 "maxLength": 32
} }
}, },
"title": "wifi.ap.iface", "title": "wifi.ap.*",
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://www.iopsys.eu/wifi.ap", "$id": "https://www.iopsys.eu/wifi.ap",
"additionalProperties": false, "additionalProperties": false,
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://www.iopsys.eu/wifi", "$id": "https://www.iopsys.eu/wifi",
"type": "object", "type": "object",
"title": "Wifi", "title": "wifi",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"status": { "status": {
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
"maxLength": 32 "maxLength": 32
} }
}, },
"title": "wifi.radio.iface", "title": "wifi.radio.*",
"description": "WiFi Radio Object", "description": "WiFi Radio Object",
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://www.iopsys.eu/wifi.radio", "$id": "https://www.iopsys.eu/wifi.radio",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment