app.rocksky.actor.defs

rocksky.app

Documentation

artistViewBasic object

No description available.

Properties

id string Optional

No description available.

name string Optional

No description available.

picture string uri Optional

A valid URI.

uri string at-uri Optional

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

user1Rank integer Optional

No description available.

user2Rank integer Optional

No description available.

weight integer Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "uri": {
      "type": "string",
      "format": "at-uri"
    },
    "name": {
      "type": "string"
    },
    "weight": {
      "type": "integer"
    },
    "picture": {
      "type": "string",
      "format": "uri"
    },
    "user1Rank": {
      "type": "integer"
    },
    "user2Rank": {
      "type": "integer"
    }
  }
}
compatibilityViewBasic object

No description available.

Properties

compatibilityLevel integer Optional

No description available.

compatibilityPercentage integer Optional

No description available.

sharedArtists integer Optional

No description available.

topSharedArtistNames array of string Optional

No description available.

user1ArtistCount integer Optional

No description available.

user2ArtistCount integer Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "sharedArtists": {
      "type": "integer"
    },
    "user1ArtistCount": {
      "type": "integer"
    },
    "user2ArtistCount": {
      "type": "integer"
    },
    "compatibilityLevel": {
      "type": "integer"
    },
    "topSharedArtistNames": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "compatibilityPercentage": {
      "type": "integer"
    },
    "topSharedDetailedArtists": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.actor.defs#artistViewBasic",
        "type": "ref"
      }
    }
  }
}
neighbourViewBasic object

No description available.

Properties

avatar string uri Optional

The URL of the actor's avatar image.

did string Optional

No description available.

displayName string Optional

No description available.

handle string Optional

No description available.

sharedArtistsCount integer Optional

The number of artists shared with the actor.

similarityScore integer Optional

The similarity score with the actor.

topSharedArtistNames array of string Optional

The top shared artist names with the actor.

userId string Optional

No description available.

View raw schema
{
  "type": "object",
  "properties": {
    "did": {
      "type": "string"
    },
    "avatar": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the actor's avatar image."
    },
    "handle": {
      "type": "string"
    },
    "userId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "similarityScore": {
      "type": "integer",
      "description": "The similarity score with the actor."
    },
    "sharedArtistsCount": {
      "type": "integer",
      "description": "The number of artists shared with the actor."
    },
    "topSharedArtistNames": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The top shared artist names with the actor."
    },
    "topSharedArtistsDetails": {
      "type": "array",
      "items": {
        "ref": "app.rocksky.artist.defs#artistViewBasic",
        "type": "ref"
      },
      "description": "The top shared artist details with the actor."
    }
  }
}
profileViewBasic object

No description available.

Properties

avatar string uri Optional

The URL of the actor's avatar image.

createdAt string datetime Optional

The date and time when the actor was created.

did string Optional

The DID of the actor.

displayName string Optional

The display name of the actor.

handle string Optional

The handle of the actor.

id string Optional

The unique identifier of the actor.

updatedAt string datetime Optional

The date and time when the actor was last updated.

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the actor."
    },
    "did": {
      "type": "string",
      "description": "The DID of the actor."
    },
    "avatar": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the actor's avatar image."
    },
    "handle": {
      "type": "string",
      "description": "The handle of the actor."
    },
    "createdAt": {
      "type": "string",
      "format": "datetime",
      "description": "The date and time when the actor was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "datetime",
      "description": "The date and time when the actor was last updated."
    },
    "displayName": {
      "type": "string",
      "description": "The display name of the actor."
    }
  }
}
profileViewDetailed object

No description available.

Properties

avatar string uri Optional

The URL of the actor's avatar image.

createdAt string datetime Optional

The date and time when the actor was created.

did string Optional

The DID of the actor.

displayName string Optional

The display name of the actor.

handle string Optional

The handle of the actor.

id string Optional

The unique identifier of the actor.

updatedAt string datetime Optional

The date and time when the actor was last updated.

View raw schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the actor."
    },
    "did": {
      "type": "string",
      "description": "The DID of the actor."
    },
    "avatar": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the actor's avatar image."
    },
    "handle": {
      "type": "string",
      "description": "The handle of the actor."
    },
    "createdAt": {
      "type": "string",
      "format": "datetime",
      "description": "The date and time when the actor was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "datetime",
      "description": "The date and time when the actor was last updated."
    },
    "displayName": {
      "type": "string",
      "description": "The display name of the actor."
    }
  }
}

Lexicon Garden

@