@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface ParticipantInput

    participant_type — anyone involved in a recording or release.

    interface ParticipantInput {
        artistID?: ProprietaryIdInput[];
        instrument?: string;
        name: string;
        primary?: boolean;
        role: string;
        roleType?: string;
    }
    Index
    artistID?: ProprietaryIdInput[]

    Maps to artist_id — third-party IDs for this participant.

    instrument?: string

    Maps to instrument. Generally used with the Performer role.

    name: string

    Maps to name. Required.

    primary?: boolean

    Maps to primary. Omitted entirely when undefined; false is emitted.

    role: string

    Maps to role, e.g. Main Artist. Required.

    roleType?: string

    Maps to role_type — an optional vendor sub-role, e.g. Executive Producer.