place.stream.defs

did:web:stream.place View official

{
  "id": "place.stream.defs",
  "defs": {
    "blockView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "blocker",
        "record",
        "indexedAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "record": {
          "ref": "app.bsky.graph.block",
          "type": "ref"
        },
        "blocker": {
          "ref": "app.bsky.actor.defs#profileViewBasic",
          "type": "ref"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "rendition": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "name": {
          "type": "string"
        }
      }
    },
    "renditions": {
      "type": "object",
      "required": [
        "renditions"
      ],
      "properties": {
        "renditions": {
          "type": "array",
          "items": {
            "ref": "#rendition",
            "type": "ref"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (2)

Lexicon Garden

@