at.eptss.song

eptss.at

Documentation

A song, used inline (with $type) as an at.atjam.round subject or inside at.eptss records. Not a standalone record.

main object

A song, used inline (with $type) as an at.atjam.round subject or inside at.eptss records. Not a standalone record.

Properties

artist string Required

No description available.

maxLength: 5120 bytesmaxGraphemes: 512 graphemes
createdAt string datetime Optional

An RFC 3339 formatted timestamp.

title string Required

No description available.

maxLength: 5120 bytesmaxGraphemes: 512 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "title",
    "artist"
  ],
  "properties": {
    "title": {
      "type": "string",
      "maxLength": 5120,
      "maxGraphemes": 512
    },
    "artist": {
      "type": "string",
      "maxLength": 5120,
      "maxGraphemes": 512
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    }
  },
  "description": "A song, used inline (with $type) as an at.atjam.round subject or inside at.eptss records. Not a standalone record."
}

Lexicon Garden

@