sh.diffuse.output.collaboration

diffuse.sh

{
  "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
}

Validate Record

Validate a record against sh.diffuse.output.collaboration

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:bg7lpw6sav6l5ou5vbqlbjvy
CID
bafyreicf3tmwrzgqe765kcswfwonumalp2rbwb3otf37bk6aqascgp3mj4
Indexed At
2026-08-27 22:03 UTC
AT-URI
at://did:plc:bg7lpw6sav6l5ou5vbqlbjvy/com.atproto.lexicon.schema/sh.diffuse.output.collaboration

Lexicon Garden

@