public @NotNull List<RuntimeException> validate(@NotNull AddObjectToArrayInput input) {
        List<RuntimeException> errs = new ArrayList<>();

        addErrsForArray(errs, input);
        addErrsForElement(errs, input);