place.stream.multistream.defs

did:web:stream.place

{
  "id": "place.stream.multistream.defs",
  "defs": {
    "event": {
      "type": "object",
      "required": [
        "message",
        "status",
        "createdAt"
      ],
      "properties": {
        "status": {
          "enum": [
            "inactive",
            "pending",
            "active",
            "error"
          ],
          "type": "string"
        },
        "message": {
          "type": "string"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "targetView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "record"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "record": {
          "type": "unknown"
        },
        "latestEvent": {
          "ref": "place.stream.multistream.defs#event",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.multistream.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreie5efqenzdzz3sqnpzirbz5lwgjz5eltwii7ayrcwduh4voi4jupa
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.multistream.defs

Lexicon Garden

@