{
"id": "sh.diffuse.output.collaboration",
"defs": {
"main": {
"type": "record",
"record": {
"type": "object",
"required": [
"id",
"collaborators",
"subject"
],
"properties": {
"id": {
"type": "string"
},
"subject": {
"refs": [
"#playlist"
],
"type": "union"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"collaborators": {
"type": "array",
"items": {
"ref": "#collaborator",
"type": "ref"
}
}
}
}
},
"playlist": {
"type": "object",
"required": [
"kind",
"playlist"
],
"properties": {
"kind": {
"type": "string",
"const": "playlist"
},
"playlist": {
"type": "string",
"description": "The name of the playlist, matches the `playlist` property of a playlist item"
}
}
},
"collaborator": {
"type": "object",
"required": [
"id",
"hint"
],
"properties": {
"id": {
"type": "string"
},
"hint": {
"type": "string",
"description": "Hint at where this collaborator resides and/or what the id represents."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:qvgds53otyohus5lfcfjssk2
- CID
-
bafyreicf3tmwrzgqe765kcswfwonumalp2rbwb3otf37bk6aqascgp3mj4
- Indexed At
- 2026-08-27 22:01 UTC
- AT-URI
-
at://did:plc:qvgds53otyohus5lfcfjssk2/com.atproto.lexicon.schema/sh.diffuse.output.collaboration