{
"id": "place.stream.multistream.listTargets",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"targets"
],
"properties": {
"cursor": {
"type": "string"
},
"targets": {
"type": "array",
"items": {
"ref": "place.stream.multistream.defs#targetView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "The number of targets to return."
},
"cursor": {
"type": "string"
}
}
},
"description": "List a range of targets for rebroadcasting a Streamplace stream."
},
"record": {
"type": "object",
"required": [
"uri",
"cid",
"value"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"value": {
"type": "unknown"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreibg42zmjrfrcinuuch6aosikzb4tvbatalujrfn5xrgud6wpeymku
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.multistream.listTargets
Referenced Schemas (1)
-
place.stream.multistream.defs#targetView