app.rocksky.song.defs

rocksky.app

{
  "id": "app.rocksky.song.defs",
  "defs": {
    "songViewBasic": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The unique identifier of the song."
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The URI of the song."
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "album": {
          "type": "string",
          "description": "The album of the song."
        },
        "title": {
          "type": "string",
          "description": "The title of the song."
        },
        "artist": {
          "type": "string",
          "description": "The artist of the song."
        },
        "sha256": {
          "type": "string",
          "description": "The SHA256 hash of the song."
        },
        "albumArt": {
          "type": "string",
          "format": "uri",
          "description": "The URL of the album art image."
        },
        "albumUri": {
          "type": "string",
          "format": "at-uri",
          "description": "The URI of the album the song belongs to."
        },
        "duration": {
          "type": "integer",
          "description": "The duration of the song in milliseconds."
        },
        "artistUri": {
          "type": "string",
          "format": "at-uri",
          "description": "The URI of the artist of the song."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "The timestamp when the song was created."
        },
        "playCount": {
          "type": "integer",
          "minimum": 0,
          "description": "The number of times the song has been played."
        },
        "discNumber": {
          "type": "integer",
          "description": "The disc number of the song in the album."
        },
        "albumArtist": {
          "type": "string",
          "description": "The artist of the album the song belongs to."
        },
        "trackNumber": {
          "type": "integer",
          "description": "The track number of the song in the album."
        },
        "uniqueListeners": {
          "type": "integer",
          "minimum": 0,
          "description": "The number of unique listeners who have played the song."
        }
      }
    },
    "songViewDetailed": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The unique identifier of the song."
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The URI of the song."
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "album": {
          "type": "string",
          "description": "The album of the song."
        },
        "title": {
          "type": "string",
          "description": "The title of the song."
        },
        "artist": {
          "type": "string",
          "description": "The artist of the song."
        },
        "sha256": {
          "type": "string",
          "description": "The SHA256 hash of the song."
        },
        "albumArt": {
          "type": "string",
          "format": "uri",
          "description": "The URL of the album art image."
        },
        "albumUri": {
          "type": "string",
          "format": "at-uri",
          "description": "The URI of the album the song belongs to."
        },
        "duration": {
          "type": "integer",
          "description": "The duration of the song in milliseconds."
        },
        "artistUri": {
          "type": "string",
          "format": "at-uri",
          "description": "The URI of the artist of the song."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "The timestamp when the song was created."
        },
        "playCount": {
          "type": "integer",
          "minimum": 0,
          "description": "The number of times the song has been played."
        },
        "discNumber": {
          "type": "integer",
          "description": "The disc number of the song in the album."
        },
        "albumArtist": {
          "type": "string",
          "description": "The artist of the album the song belongs to."
        },
        "trackNumber": {
          "type": "integer",
          "description": "The track number of the song in the album."
        },
        "uniqueListeners": {
          "type": "integer",
          "minimum": 0,
          "description": "The number of unique listeners who have played the song."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.rocksky.song.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:vegqomyce4ssoqs7zwqvgqty
CID
bafyreibgot3i73qbitxv2lhx5x7p7hcfsxfskxyqp7yzp7hem3dkukuybm
Indexed At
2026-01-27 06:17 UTC
AT-URI
at://did:plc:vegqomyce4ssoqs7zwqvgqty/com.atproto.lexicon.schema/app.rocksky.song.defs

Lexicon Garden

@