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