| name | data type | description |
|---|---|---|
| computationMethod | ComputationMethodEnum | |
| measurementEquipmentReference | string | |
| measurementEquipmentTypeUsed | MeasurementEquipmentTypeUsed | |
| measurementSiteName | MeasurementSiteName | |
| measurementSiteNumberOfLanes | number | |
| measurementSiteReference | string | |
| measurementSide | DirectionEnum | |
| measurementSpecificCharacteristics | array of MeasurementSpecificCharacteristics | |
| measurementSiteLocation | Location | |
| measurementSiteRecordExtension | ExtensionType | |
| id | string |
Example
{
"computationMethod" : "medianOfSamplesInATimePeriod",
"measurementEquipmentReference" : "...",
"measurementEquipmentTypeUsed" : {
"value" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
},
"measurementSiteName" : {
"value" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
},
"measurementSiteNumberOfLanes" : 12345,
"measurementSiteReference" : "...",
"measurementSide" : "southBound",
"measurementSpecificCharacteristics" : [ {
"index" : 12345,
"accuracy" : 12345.0,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"specificLane" : "lane7",
"specificMeasurementValueType" : "pressureInformation",
"specificVehicleCharacteristics" : {
"fuelType" : "diesel",
"loadType" : "ordinary",
"vehicleEquipment" : "snowTyresInUse",
"vehicleType" : [ "heavyVehicle", "motorcycle" ],
"vehicleUsage" : "emergencyServices",
"grossWeightCharacteristic" : [ { }, { } ],
"heightCharacteristic" : [ { }, { } ],
"lengthCharacteristic" : [ { }, { } ],
"widthCharacteristic" : [ { }, { } ],
"heaviestAxleWeightCharacteristic" : [ { }, { } ],
"numberOfAxlesCharacteristic" : [ { }, { } ],
"vehicleCharacteristicsExtension" : { }
},
"measurementSpecificCharacteristicsExtension" : {
"anies" : [ { }, { } ]
}
}, {
"index" : 12345,
"accuracy" : 12345.0,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"specificLane" : "allLanesCompleteCarriageway",
"specificMeasurementValueType" : "humidityInformation",
"specificVehicleCharacteristics" : {
"fuelType" : "lPG",
"loadType" : "pharmaceuticalMaterials",
"vehicleEquipment" : "withoutSnowTyresOrChainsOnBoard",
"vehicleType" : [ "carOrLightVehicle", "vehicleWithTrailer" ],
"vehicleUsage" : "emergencyServices",
"grossWeightCharacteristic" : [ { }, { } ],
"heightCharacteristic" : [ { }, { } ],
"lengthCharacteristic" : [ { }, { } ],
"widthCharacteristic" : [ { }, { } ],
"heaviestAxleWeightCharacteristic" : [ { }, { } ],
"numberOfAxlesCharacteristic" : [ { }, { } ],
"vehicleCharacteristicsExtension" : { }
},
"measurementSpecificCharacteristicsExtension" : {
"anies" : [ { }, { } ]
}
} ],
"measurementSiteLocation" : {
"locationExtension" : {
"anies" : [ { }, { } ]
}
},
"measurementSiteRecordExtension" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
},
"id" : "..."
}