An audio track for a score
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique identifier of the score track | [optional] |
| title | str | Title of the track | [optional] |
| score | str | The unique identifier of the score | [optional] |
| creator | str | The unique identifier of the track creator | [optional] |
| creation_date | datetime | The creation date of the track | [optional] |
| modification_date | datetime | The modification date of the track | [optional] |
| default | bool | True if the track should be used as default audio source | [optional] |
| state | ScoreTrackState | [optional] | |
| type | ScoreTrackType | [optional] | |
| url | str | The URL of the track | [optional] |
| media_id | str | The unique identifier of the track when hosted on an external service. For example, if the url is `https://www.youtube.com/watch?v=dQw4w9WgXcQ`, `mediaId` will be `dQw4w9WgXcQ` | [optional] |
| synchronization_points | list[ScoreTrackPoint] | [optional] |