allOf:
  - $ref: './TrackSimple.yaml'
  - type: object
    properties:
      artists:
        type: array
        items:
          $ref: './ArtistSimple.yaml'