dev.sensorthings.featureOfInterest

lexicon.store View official

{
  "id": "dev.sensorthings.featureOfInterest",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "name",
          "encodingType",
          "feature",
          "createdAt"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 256
          },
          "feature": {
            "type": "unknown",
            "description": "GeoJSON geometry or other spatial representation of the feature"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 2048
          },
          "encodingType": {
            "type": "string",
            "maxLength": 128,
            "description": "Encoding of the feature field, e.g. application/vnd.geo+json"
          }
        }
      },
      "description": "The real-world feature that an Observation is about."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.sensorthings.featureOfInterest

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@