Commit e5ea01a3 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Rendered changes

parent d1a5e7aa
Loading
Loading
Loading
Loading
Loading
+13 −7
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
    },
    "IPv4CIDR": {
      "type": "string",
      "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\/([1-2]?[0-9]|3[0-2])$"
      "pattern": "^((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])/([1-2]?[0-9]|3[0-2])$"
    },
    "IPv6Address": {
      "type": "string",
@@ -279,7 +279,8 @@
      "required": [
        "etsi280:start",
        "etsi280:end"
      ]
      ],
      "additionalProperties": false
    },
    "UDPPortRange": {
      "type": "object",
@@ -294,7 +295,8 @@
      "required": [
        "etsi280:start",
        "etsi280:end"
      ]
      ],
      "additionalProperties": false
    },
    "Port": {
      "oneOf": [
@@ -361,7 +363,8 @@
      "required": [
        "etsi280:address",
        "etsi280:port"
      ]
      ],
      "additionalProperties": false
    },
    "IPAddressPortRange": {
      "type": "object",
@@ -376,7 +379,8 @@
      "required": [
        "etsi280:address",
        "etsi280:portRange"
      ]
      ],
      "additionalProperties": false
    },
    "WGS84CoordinateDecimal": {
      "type": "object",
@@ -391,7 +395,8 @@
      "required": [
        "etsi280:latitude",
        "etsi280:longitude"
      ]
      ],
      "additionalProperties": false
    },
    "WGS84CoordinateAngular": {
      "type": "object",
@@ -406,7 +411,8 @@
      "required": [
        "etsi280:latitude",
        "etsi280:longitude"
      ]
      ],
      "additionalProperties": false
    }
  }
}