![JAR search and dependency download from the Maven repository](/logo.png)
schema.CategoryObservation.json Maven / Gradle / Ivy
The newest version!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://www.52north.org/schema/json/CategoryObservation#",
"allOf": [
{
"$ref": "http://www.52north.org/schema/json/ObservationWithResult#"
}
],
"properties": {
"type": {
"enum": [
"http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_CategoryObservation"
]
},
"result": {
"type": "object",
"required": [
"codespace",
"value"
],
"properties": {
"codespace": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy