ch.indiemusi.alpha.recording

lexicon.store View official

{
  "id": "ch.indiemusi.alpha.recording",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "artists"
        ],
        "properties": {
          "isrc": {
            "type": "string",
            "maxLength": 12,
            "description": "ISRC (International Standard Recording Code) with which the recording is registered"
          },
          "song": {
            "ref": "ch.indiemusi.alpha.song",
            "type": "ref"
          },
          "title": {
            "type": "string",
            "maxLength": 255
          },
          "artists": {
            "type": "array",
            "items": {
              "ref": "#artist",
              "type": "ref"
            },
            "minLength": 1
          },
          "duration": {
            "type": "integer",
            "description": "Duration of the recording in seconds"
          },
          "audioFile": {
            "type": "blob"
          },
          "masterOwner": {
            "ref": "#masterOwnerInfo",
            "type": "ref"
          }
        }
      },
      "description": "A recording of a song or musical work: the performance captured in a specific format"
    },
    "artist": {
      "type": "object",
      "required": [
        "name"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "name": {
          "type": "string",
          "maxLength": 255
        },
        "artist": {
          "ref": "ch.indiemusi.alpha.actor.artist",
          "type": "ref"
        }
      },
      "description": "Information about an artist contributing to the recording"
    },
    "masterOwnerInfo": {
      "type": "object",
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "name": {
          "type": "string",
          "maxLength": 255
        },
        "masterOwner": {
          "ref": "ch.indiemusi.alpha.actor.masterOwner",
          "type": "ref"
        }
      },
      "description": "Information about the master owner"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ch.indiemusi.alpha.recording

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

Metadata

DID
did:web:lexicon.store
CID
bafyreied5hc5cwd57jlzdildcufl6pyuy3s7xvl36zveb2pwctcmustdp4
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/ch.indiemusi.alpha.recording

Referenced Schemas (3)

Lexicon Garden

@