Browse Source

[enh] add cube to format and spec

Laurent Peuch 10 years ago
parent
commit
3d2946b961
2 changed files with 3 additions and 1 deletions
  1. 1 1
      ispformat/schema/0.1/isp.json
  2. 2 0
      ispformat/specs/0.1/isp-schema-spec.rst

+ 1 - 1
ispformat/schema/0.1/isp.json

@@ -107,7 +107,7 @@
                 },
                 "technologies": {
                     "type": "array",
-                    "items": { "enum": [ "ftth", "fttb", "dsl", "wifi", "vpn" ] }
+                    "items": { "enum": [ "ftth", "fttb", "dsl", "wifi", "vpn", "cube" ] }
                 },
                 "area": {
                     "$ref": "http://json-schema.org/geojson/geojson.json#"

+ 2 - 0
ispformat/specs/0.1/isp-schema-spec.rst

@@ -80,6 +80,8 @@ wifi
   Internet access provided over Wi-Fi.
 vpn
   Virtual Private Network access.
+cube
+  Self-hosting box in the spirit of the Freedombox.
 
 This list is not exhaustive. Please contact us to add more.