dev.sensorthings.observedProperty

sensorthings.dev

{
  "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,
  "revision": 1
}

Validate Record

Validate a record against dev.sensorthings.observedProperty

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:gqcmwsromoknyigx2afqcvqk
CID
bafyreigxn5plob3k6trddggwlgsleglvrplct2qnlmuxydn4jsj6kgggwa
Indexed At
2026-07-06 18:09 UTC
AT-URI
at://did:plc:gqcmwsromoknyigx2afqcvqk/com.atproto.lexicon.schema/dev.sensorthings.observedProperty

Lexicon Garden

@