dev.sensorthings.observedProperty

lexicon.store View official

{
  "id": "dev.sensorthings.observedProperty",
  "defs": {
    "main": {
      "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)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.sensorthings.observedProperty

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreiat6nhjxag2xdvvoe4idh5uzdr435xowfo6eod7vxn3uobusqwuuu
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/dev.sensorthings.observedProperty

Lexicon Garden

@