···4040 "description": "Annotations of the track's description.",
4141 "ref": "sh.comet.v0.richtext.facet"
4242 },
4343+ "explicit": {
4444+ "type": "boolean",
4545+ "description": "Whether the track contains explicit content that may objectionable to some people, usually swearing or adult themes."
4646+ },
4347 "tags": {
4448 "type": "array",
4549 "description": "Hashtags for the track, usually for genres.",
···5357 "createdAt": {
5458 "type": "string",
5559 "format": "datetime",
5656- "description": "Timestamp for when the track was originally created/released."
6060+ "description": "Timestamp for when the track entry was originally created."
6161+ },
6262+ "releasedAt": {
6363+ "type": "string",
6464+ "format": "datetime",
6565+ "description": "Timestamp for when the track was released. If in the future, may be used to implement pre-savable tracks."
5766 }
5867 }
5968 }