ch.indiemusi.alpha.release

lexicon.store View official

{
  "id": "ch.indiemusi.alpha.release",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "artists",
          "recordings"
        ],
        "properties": {
          "gtin": {
            "type": "string",
            "maxLength": 14,
            "description": "GTIN (Global Trade Item Number) with which the release is registered, e.g. EAN or UPC"
          },
          "title": {
            "type": "string",
            "maxLength": 255
          },
          "artists": {
            "type": "array",
            "items": {
              "ref": "#artist",
              "type": "ref"
            },
            "minLength": 1
          },
          "recordings": {
            "type": "array",
            "items": {
              "ref": "ch.indiemusi.alpha.recording",
              "type": "ref"
            },
            "minLength": 1,
            "description": "List of recordings (ch.indiemusi.alpha.recording) included in this release"
          },
          "releaseDate": {
            "type": "string",
            "format": "datetime"
          },
          "artworkImage": {
            "type": "blob"
          }
        }
      },
      "description": "A release (album, EP, single) containing recordings of songs or musical works"
    },
    "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 release"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against ch.indiemusi.alpha.release

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
bafyreibnfbqu3kgqpizvsdhw3s4bux23o4n3acvgqrli3c7ieg3hg2zsya
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/ch.indiemusi.alpha.release

Referenced Schemas (2)

Lexicon Garden

@