sh.diffuse.output.collaboration

toko.spaces-alpha.bsky.network

Documentation

main record

No description available.

Properties

collaborators array of ref #collaborator Required

No description available.

createdAt string datetime Optional

An RFC 3339 formatted timestamp.

id string Required

No description available.

subject union Required

No description available.

Known types:
updatedAt string datetime Optional

An RFC 3339 formatted timestamp.

View raw schema
{
  "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"
        }
      }
    }
  }
}
collaborator object

No description available.

Properties

hint string Required

Hint at where this collaborator resides and/or what the id represents.

id string Required

No description available.

View raw schema
{
  "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."
    }
  }
}
playlist object

No description available.

Properties

kind string Required

No description available.

playlist string Required

The name of the playlist, matches the `playlist` property of a playlist item

View raw schema
{
  "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"
    }
  }
}

Lexicon Garden

@