Loading 103976/examples/CommsIDtoVIN.json 0 → 100644 +5 −0 Original line number Diff line number Diff line { "CommsIDtoVINRecords" : [ { "VIN" : "1G9Y817H34LSP7293" } ] } No newline at end of file 103976/examples/VINtoCommsID.json 0 → 100644 +67 −0 Original line number Diff line number Diff line { "VINtoCommsIDRecords" : [ { "CommsID" : { "IMEI" : "00440123456789" }, "AssociationTime" : { "PeriodInTime" : { "StartTime" : "2022-01-16T15:57:00Z", "EndTime" : "2022-01-16T15:57:00Z" } } }, { "CommsID" : { "IMSI" : "999990123456789" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "ICCID" : "89999012345678901234" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "PEIIMEI" : "00440123456789" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "SUPIIMSI" : "999990123456789" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "SUPINAI" : "example@example.com" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "MSISDN" : "00491713920000" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "GPSIMSISDN" : "00491713920000" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "MACAddress" : "00:00:5e:00:53:00" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "EUI164" : "00:00:5e:ef:10:00:00:00" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } } ] } No newline at end of file 103976/examples/example.json→103976/examples/VINtoLocation.json +28 −0 Original line number Diff line number Diff line Loading @@ -3,22 +3,26 @@ { "Location" : { "WGS84CoordinateDecimal" : { "etsi280:latitude" : "N54.123456", "etsi280:longitude" : "W001.123456" "etsi280:latitude" : "N43.617003", "etsi280:longitude" : "E007.053222" } }, "TimeOfLocation" : { "PointInTime" : "2022-01-16T15:57:00Z" }, "CommunicationsIdentifier" : { "IMSI" : "0123456" }, "AssociationTime" : { "PeriodInTime" : { "StartTime" : "2022-01-16T15:57:00Z", "EndTime" : "2022-01-16T15:57:00Z" } }, { "Location" : { "WGS84CoordinateDecimal" : { "etsi280:latitude" : "N43.617003", "etsi280:longitude" : "E007.053222" } }, "TimeOfLocation" : { "PointInTime" : "2022-01-16T15:57:00Z" }, "SourceOfLocation" : "GNSS", "LocationRecordReason" : "Location record reason" } ] } No newline at end of file 103976/ts_103976.schema.json +13 −11 Original line number Diff line number Diff line { "$id": "ts_103976_core", "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "AssociationPeriod" : { "type" : "object", Loading Loading @@ -41,47 +42,47 @@ }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/ICCID"} }, "properties" : { "ICCID" : { "$ref" : "ts_103280_2017_07#/$defs/ICCID"} }, "required" : ["ICCID"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/PEIIMEI"} }, "properties" : { "PEIIMEI" : { "$ref" : "ts_103280_2017_07#/$defs/PEIIMEI"} }, "required" : ["PEIIMEI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPIIMSI"} }, "properties" : { "SUPIIMSI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPIIMSI"} }, "required" : ["SUPIIMSI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPINAI"} }, "properties" : { "SUPINAI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPINAI"} }, "required" : ["SUPINAI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/InternationalE164"} }, "properties" : { "MSISDN" : { "$ref" : "ts_103280_2017_07#/$defs/InternationalE164"} }, "required" : ["MSISDN"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/GPSIMSISDN"} }, "properties" : { "GPSIMSISDN" : { "$ref" : "ts_103280_2017_07#/$defs/GPSIMSISDN"} }, "required" : ["GPSIMSISDN"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/GPSINAI"} }, "properties" : { "GPSINAI" : { "$ref" : "ts_103280_2017_07#/$defs/GPSINAI"} }, "required" : ["GPSINAI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/MACAddress"} }, "properties" : { "MACAddress" : { "$ref" : "ts_103280_2017_07#/$defs/MACAddress"} }, "required" : ["MACAddress"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/EUI64"} }, "properties" : { "EUI164" : { "$ref" : "ts_103280_2017_07#/$defs/EUI64"} }, "required" : ["EUI164"] } ] Loading @@ -92,7 +93,8 @@ "type" : "object", "properties" : { "WGS84CoordinateDecimal" : { "$ref" : "ts_103280_2017_07#/$defs/WGS84CoordinateDecimal"} } }, "required" : ["WGS84CoordinateDecimal"] } ] }, Loading Loading @@ -131,7 +133,7 @@ "type" : "array", "items" : { "$ref" : "#/$defs/VINtoCommsIDRecord"} }, "CommsIDToVINRecords" : { "CommsIDtoVINRecords" : { "type" : "array", "items" : { "$ref" : "#/$defs/CommsIDToVINRecord"} }, Loading Loading
103976/examples/CommsIDtoVIN.json 0 → 100644 +5 −0 Original line number Diff line number Diff line { "CommsIDtoVINRecords" : [ { "VIN" : "1G9Y817H34LSP7293" } ] } No newline at end of file
103976/examples/VINtoCommsID.json 0 → 100644 +67 −0 Original line number Diff line number Diff line { "VINtoCommsIDRecords" : [ { "CommsID" : { "IMEI" : "00440123456789" }, "AssociationTime" : { "PeriodInTime" : { "StartTime" : "2022-01-16T15:57:00Z", "EndTime" : "2022-01-16T15:57:00Z" } } }, { "CommsID" : { "IMSI" : "999990123456789" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "ICCID" : "89999012345678901234" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "PEIIMEI" : "00440123456789" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "SUPIIMSI" : "999990123456789" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "SUPINAI" : "example@example.com" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "MSISDN" : "00491713920000" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "GPSIMSISDN" : "00491713920000" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "MACAddress" : "00:00:5e:00:53:00" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } }, { "CommsID" : { "EUI164" : "00:00:5e:ef:10:00:00:00" }, "AssociationTime" : { "PointInTime" : "2022-01-16T15:57:00Z" } } ] } No newline at end of file
103976/examples/example.json→103976/examples/VINtoLocation.json +28 −0 Original line number Diff line number Diff line Loading @@ -3,22 +3,26 @@ { "Location" : { "WGS84CoordinateDecimal" : { "etsi280:latitude" : "N54.123456", "etsi280:longitude" : "W001.123456" "etsi280:latitude" : "N43.617003", "etsi280:longitude" : "E007.053222" } }, "TimeOfLocation" : { "PointInTime" : "2022-01-16T15:57:00Z" }, "CommunicationsIdentifier" : { "IMSI" : "0123456" }, "AssociationTime" : { "PeriodInTime" : { "StartTime" : "2022-01-16T15:57:00Z", "EndTime" : "2022-01-16T15:57:00Z" } }, { "Location" : { "WGS84CoordinateDecimal" : { "etsi280:latitude" : "N43.617003", "etsi280:longitude" : "E007.053222" } }, "TimeOfLocation" : { "PointInTime" : "2022-01-16T15:57:00Z" }, "SourceOfLocation" : "GNSS", "LocationRecordReason" : "Location record reason" } ] } No newline at end of file
103976/ts_103976.schema.json +13 −11 Original line number Diff line number Diff line { "$id": "ts_103976_core", "$schema": "https://json-schema.org/draft/2020-12/schema", "$defs": { "AssociationPeriod" : { "type" : "object", Loading Loading @@ -41,47 +42,47 @@ }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/ICCID"} }, "properties" : { "ICCID" : { "$ref" : "ts_103280_2017_07#/$defs/ICCID"} }, "required" : ["ICCID"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/PEIIMEI"} }, "properties" : { "PEIIMEI" : { "$ref" : "ts_103280_2017_07#/$defs/PEIIMEI"} }, "required" : ["PEIIMEI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPIIMSI"} }, "properties" : { "SUPIIMSI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPIIMSI"} }, "required" : ["SUPIIMSI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPINAI"} }, "properties" : { "SUPINAI" : { "$ref" : "ts_103280_2017_07#/$defs/SUPINAI"} }, "required" : ["SUPINAI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/InternationalE164"} }, "properties" : { "MSISDN" : { "$ref" : "ts_103280_2017_07#/$defs/InternationalE164"} }, "required" : ["MSISDN"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/GPSIMSISDN"} }, "properties" : { "GPSIMSISDN" : { "$ref" : "ts_103280_2017_07#/$defs/GPSIMSISDN"} }, "required" : ["GPSIMSISDN"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/GPSINAI"} }, "properties" : { "GPSINAI" : { "$ref" : "ts_103280_2017_07#/$defs/GPSINAI"} }, "required" : ["GPSINAI"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/MACAddress"} }, "properties" : { "MACAddress" : { "$ref" : "ts_103280_2017_07#/$defs/MACAddress"} }, "required" : ["MACAddress"] }, { "type" : "object", "properties" : { "IMSI" : { "$ref" : "ts_103280_2017_07#/$defs/EUI64"} }, "properties" : { "EUI164" : { "$ref" : "ts_103280_2017_07#/$defs/EUI64"} }, "required" : ["EUI164"] } ] Loading @@ -92,7 +93,8 @@ "type" : "object", "properties" : { "WGS84CoordinateDecimal" : { "$ref" : "ts_103280_2017_07#/$defs/WGS84CoordinateDecimal"} } }, "required" : ["WGS84CoordinateDecimal"] } ] }, Loading Loading @@ -131,7 +133,7 @@ "type" : "array", "items" : { "$ref" : "#/$defs/VINtoCommsIDRecord"} }, "CommsIDToVINRecords" : { "CommsIDtoVINRecords" : { "type" : "array", "items" : { "$ref" : "#/$defs/CommsIDToVINRecord"} }, Loading