A song, used inline (with $type) as an at.atjam.round subject or inside at.eptss records. Not a standalone record.
Properties
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."
}