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 bytesname
string
Required
No description available.
maxLength: 256 bytesView 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)."
}