Anomaly score

Representation

Keys _id, name, stepId, domainInformation, dataset, project, processingInfo, creationTS , latestUpdateTS are unchanged and follow the classic of representation only dataSpecification keys are changed and are described as above :

JSON example :

{
  "dataSpecification": {
    "keyword": "anomalyScore",
    "valueType": {
      "dataType": "numerical",
      "structureType": "scalar"
    },
    "meaning": "Anomaly score",
    "view": {
      "id": "637ce534dd85c10875c4fe26",
      "name": "view_11-22-2022_15:05:24"
    },
    "dataLocationId": "62b18d804ae71c6a0025237a"
  }
}

Observation

Key value is a Double.

{
  "_id": "62b182b1bd85fc0399370a1e",
  "observationId": 5,
  "value": 262555902047.9246,
  "representationId": "62b182b1bd85fc0399370a15",
  "dataLocationId": "62b18d804ae71c6a0025237a"
}