IOutput: {
    validateReportEdits: {
        message: string;
        path: string;
    }[];
}

Type declaration

  • validateReportEdits: {
        message: string;
        path: string;
    }[]

    Валидировать edits-состояние формы: возвращает список ошибок полей с JSONPath (совпадает с editedFields-путями на клиенте).

    Требуемые роли: chairman.