{
"id": "com.derakkuma.song",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"songId",
"title",
"updatedAt"
],
"properties": {
"bpm": {
"type": "integer",
"minimum": 0
},
"isNew": {
"type": "boolean"
},
"title": {
"type": "string",
"maxLength": 256
},
"artist": {
"type": "string",
"maxLength": 512
},
"charts": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 32
},
"songId": {
"type": "string",
"maxLength": 256
},
"comment": {
"type": "string",
"maxLength": 1024
},
"version": {
"type": "string",
"maxLength": 128
},
"category": {
"type": "string",
"maxLength": 128
},
"coverArt": {
"type": "blob",
"accept": [
"image/png",
"image/jpeg",
"image/webp"
],
"maxSize": 1000000
},
"isLocked": {
"type": "boolean"
},
"imageName": {
"type": "string",
"maxLength": 256
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"releaseDate": {
"type": "string",
"maxLength": 32
}
}
},
"description": "Canonical maimai song metadata published by the Derakkuma catalog authority"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4uoc2as443j2fg2f6xfsogqs
- CID
-
bafyreidm2mcgdxch5eopcqczorcxrjv3bbwgwbrbhx6ozyq6vfh3yej7zm
- Indexed At
- 2026-05-23 15:26 UTC
- AT-URI
-
at://did:plc:4uoc2as443j2fg2f6xfsogqs/com.atproto.lexicon.schema/com.derakkuma.song