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

Removing Radius, Azimuth and StreetAddress to match latest draft

parent 318f81bd
Loading
Loading
Loading
Loading
Loading
+0 −49
Original line number Original line Diff line number Diff line
@@ -407,18 +407,9 @@
        "modemMAC": {
        "modemMAC": {
          "$ref": "ts_103280_2017_07#/$defs/MACAddress"
          "$ref": "ts_103280_2017_07#/$defs/MACAddress"
        },
        },
        "streetAddress": {
          "$ref": "#/$defs/StreetAddress"
        },
        "coord": {
        "coord": {
          "$ref": "ts_103280_2017_07#/$defs/WGS84CoordinateDecimal"
          "$ref": "ts_103280_2017_07#/$defs/WGS84CoordinateDecimal"
        },
        },
        "radius": {
          "$ref": "#/$defs/Radius"
        },
        "azimuth": {
          "$ref": "#/$defs/Azimuth"
        },
        "coordPolygon": {
        "coordPolygon": {
          "type": "array",
          "type": "array",
          "items": {
          "items": {
@@ -426,46 +417,6 @@
          }
          }
        }
        }
      }
      }
    },
    "Radius": {
      "type": "integer",
      "minimum": 1,
      "description": "Radius in meters // maybe move to TS 103 280"
    },
    "Azimuth": {
      "type": "integer",
      "minimum": 0,
      "exclusiveMaximum": 360,
      "description": "Degrees; 0 = north, 90 = east // maybe move to TS 103 280"
    },
    "StreetAddress": {
      "type": "object",
      "properties": {
        "country": {
          "$ref": "ts_103280_2017_07#/$defs/ISOCountryCode"
        },
        "state": {
          "type": "string"
        },
        "province": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "street": {
          "type": "string"
        },
        "number": {
          "type": "string"
        },
        "numberExtension": {
          "type": "string"
        },
        "zip": {
          "type": "string"
        }
      }
    }
    }
  }
  }
}
}