so.sprk.sound.defs

sprk.so

{
  "id": "so.sprk.sound.defs",
  "defs": {
    "audioView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "author",
        "title",
        "coverArt",
        "record",
        "indexedAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid"
        },
        "uri": {
          "type": "string",
          "format": "at-uri"
        },
        "audio": {
          "type": "string",
          "format": "uri"
        },
        "title": {
          "type": "string"
        },
        "author": {
          "ref": "so.sprk.actor.defs#profileViewBasic",
          "type": "ref"
        },
        "labels": {
          "type": "array",
          "items": {
            "ref": "com.atproto.label.defs#label",
            "type": "ref"
          }
        },
        "record": {
          "type": "unknown"
        },
        "details": {
          "ref": "#audioDetails",
          "type": "ref"
        },
        "coverArt": {
          "type": "string",
          "format": "uri"
        },
        "useCount": {
          "type": "integer"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "audioDetails": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string"
        },
        "artist": {
          "type": "string"
        }
      },
      "description": "Metadata about the audio content."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against so.sprk.sound.defs

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cveom2iroj3mt747sd4qqnr2
CID
bafyreidzonpbxhlm2sh4rqeg4pqlpo5badcdikvbjoguy6kjljzcgi44py
Indexed At
2026-04-21 22:28 UTC
AT-URI
at://did:plc:cveom2iroj3mt747sd4qqnr2/com.atproto.lexicon.schema/so.sprk.sound.defs

Referenced Schemas (2)

Lexicon Garden

@