videosphere
    Preparing search index...

    Interface DraftUploadValidationIssue

    Issue returned when a draft is missing data required for upload/distribution.

    interface DraftUploadValidationIssue {
        field: string;
        message: string;
    }
    Index

    Properties

    Properties

    field: string

    Field key for UI highlighting (e.g. title, title:youtube, sermon_audio.speakerName).

    message: string

    Human-readable message for toasts or inline hints.