Browse Source

[enh] add vpn to format and spec

Laurent Peuch 10 years ago
parent
commit
c63139af5c
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" ] }
+                    "items": { "enum": [ "ftth", "fttb", "dsl", "wifi", "vpn" ] }
                 },
                 "area": {
                     "$ref": "http://json-schema.org/geojson/geojson.json#"

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

@@ -78,6 +78,8 @@ dsl
   Internet access provided over a phone line. This encompass ADSL, VDSL, SDSL and all the other xDSL technologies.
 wifi
   Internet access provided over Wi-Fi.
+vpn
+  Virtual Private Network access.
 
 This list is not exhaustive. Please contact us to add more.