dev.sensorthings.observedProperty

lexicon.store View official

Documentation

The phenomenon being observed (e.g. air temperature, PM2.5 concentration).

main record

The phenomenon being observed (e.g. air temperature, PM2.5 concentration).

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

definition string uri Required

URI identifying the property from a controlled vocabulary (CF Standard Names, QUDT quantity kinds, etc.)

description string Optional

No description available.

maxLength: 2048 bytes
name string Required

No description available.

maxLength: 256 bytes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "definition",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 256
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "definition": {
        "type": "string",
        "format": "uri",
        "description": "URI identifying the property from a controlled vocabulary (CF Standard Names, QUDT quantity kinds, etc.)"
      },
      "description": {
        "type": "string",
        "maxLength": 2048
      }
    }
  },
  "description": "The phenomenon being observed (e.g. air temperature, PM2.5 concentration)."
}

Lexicon Garden

@