dev.sensorthings.sensor

lexicon.store View official

{
  "id": "dev.sensorthings.sensor",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "encodingType",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 256
          },
          "metadata": {
            "type": "string",
            "maxLength": 10000,
            "description": "URL or inline content describing the sensor (SensorML, datasheet URL, etc.)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2048
          },
          "encodingType": {
            "type": "string",
            "maxLength": 128,
            "description": "IANA media type of the metadata field, e.g. application/pdf, application/sensorML+xml"
          }
        }
      },
      "description": "An instrument or procedure that produces observations."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.sensorthings.sensor

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@