Skip to content
Snippets Groups Projects
Commit a0354f69 authored by Ulrich Loup's avatar Ulrich Loup
Browse files

- Added schema for annotationTime in Observation.resultQuality.

parent 2cddf9a4
No related branches found
No related tags found
No related merge requests found
......@@ -8,25 +8,33 @@
{
"@id": "https://rdm-software.pages.ufz.de/saqc/",
"@type": "ObservationResultQuality",
"annotation": "99",
"annotation": "drift",
"annotationType": "SaQC",
"properties": {
"version": "2.6",
"measure": "flagUniLOF",
"definition": "https://url/to/config"
}
},
"annotationTime": "2025-04-01T15:03:01Z"
},
{
"@id": "https://tereno.net/quality",
"@id": "https://rdm-software.pages.ufz.de/saqc/",
"@type": "ObservationResultQuality",
"annotation": "baddata",
"annotationType": "generic"
"annotation": "out of range",
"annotationType": "SaQC",
"properties": {
"version": "2.6",
"measure": "flagUniLOF",
"definition": "https://url/to/config"
},
"annotationTime": "2025-04-01T16:03:01Z"
},
{
"@id": "https://tereno.net/quality",
"@id": "https://rdm-software.pages.ufz.de/saqc/",
"@type": "ObservationResultQuality",
"annotation": "Analysis error",
"annotationType": "specific"
"annotation": "ok",
"annotationType": "manual",
"annotationTime": "2025-04-05T16:03:01Z"
}
]
}
......@@ -47,6 +47,11 @@
"description": "quality-measure scheme/tool, e.g., SaQC",
"type": "string"
},
"annotationTime": {
"description": "date and time in ISO 8601 format",
"type": "string",
"format": "date-time"
},
"properties": {
"description": "parameters of the quality-measure scheme/tool",
"type": "object",
......
......@@ -15,7 +15,6 @@
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/ObservationResultQualityProperties",
"@type": "@id"
},
"Deployment": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/Deployment",
"@type": "@id",
......@@ -282,6 +281,9 @@
"annotationType": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/annotationType"
},
"annotationTime": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/annotationTime"
}
"qualityMeasure": {
"@id": "https://codebase.helmholtz.cloud/stamplate/vocab/qualityMeasure"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment