com.derakkuma.song

derakkuma.com

Documentation

Canonical maimai song metadata published by the Derakkuma catalog authority

main record

Canonical maimai song metadata published by the Derakkuma catalog authority

Record Key any Any valid record key

Properties

artist string Optional

No description available.

maxLength: 512 bytes
bpm integer Optional

No description available.

minimum: 0
category string Optional

No description available.

maxLength: 128 bytes
charts array of string at-uri Optional

No description available.

maxLength: 32 items
comment string Optional

No description available.

maxLength: 1024 bytes
coverArt blob Optional

No description available.

maxSize: 1.0 MB
imageName string Optional

No description available.

maxLength: 256 bytes
isLocked boolean Optional

No description available.

isNew boolean Optional

No description available.

releaseDate string Optional

No description available.

maxLength: 32 bytes
songId string Required

No description available.

maxLength: 256 bytes
title string Required

No description available.

maxLength: 256 bytes
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

version string Optional

No description available.

maxLength: 128 bytes
View raw schema
{
  "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"
}

Lexicon Garden

@